Problem Note 63264: SAS® Customer Intelligence Studio contains a session-fixation vulnerability
Severity: High
Description: The web application does not properly reset a session value after you log on, which makes the application susceptible to session fixation.
Potential Impact: An attacker can gain access to the application through a valid user's authenticated session.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Note: After you apply the hot fix, the following new Java argument is introduced:
Dsas.session.fixation=migrateSession
This new argument ensures that the session value is set correctly after you log on.
This new Java argument is required for all web application servers. So, you need to add it to the wrapper.conf file, as follows:
In Microsoft Windows operating environments:
- Locate the wrapper.conf file in the following directories:
- SAS-configuration-directory\Lev1\Web\WebAppServer\SASServer1_1\conf
- SAS-configuration-directory\Lev1\Web\WebAppServer\SASServer6_1\conf
- Add the new argument to the file, as shown here:
wrapper.java.additional.XX=-Dsas.session.fixation=migrateSession
Note: In the wrapper.java.additional.XX property, XX specifies the next number in the sequence that already exists in the file. Modify XX to be the next number in that sequence.
In Linux and other UNIX operating environments:
- Locate the setenv.sh file is located in these directories
- SAS-configuration-directory/Lev1/Web/WebAppServer/SASServer1_1/bin
- SAS-configuration-directory/Lev1/Web/WebAppServer/SASServer6_1/bin
- Add the new argument to the JAVA_OPTS= property, as shown below:
JAVA_OPTS="$JAVA_OPTS -Dsas.session.fixation=migrateSession"
You also can add the Java argument at the beginning of the JVM_OPTS, as shown below:
JVM_OPTS="-Dsas.session.fixation=migrateSession -Xmx1536m -Xss256k -Xms768m . . .more options. . .
After you add the argument to the appropriate file for your operating system, restart the middle tier for the settings to take effect.
Operating System and Release Information
SAS System | SAS Customer Intelligence Studio | Microsoft Windows Server 2012 R2 Datacenter | 6.5 | | | |
Microsoft Windows Server 2012 R2 Std | 6.5 | | | |
Microsoft Windows Server 2012 Datacenter | 6.5 | | | |
Microsoft Windows Server 2008 for x64 | 6.5 | | | |
Microsoft Windows Server 2008 R2 | 6.5 | | | |
Microsoft Windows Server 2008 | 6.5 | | | |
Microsoft Windows Server 2003 for x64 | 6.5 | | | |
Microsoft Windows Server 2003 Standard Edition | 6.5 | | | |
Microsoft Windows Server 2003 Enterprise Edition | 6.5 | | | |
Microsoft Windows Server 2003 Datacenter Edition | 6.5 | | | |
Microsoft Windows NT Workstation | 6.5 | | | |
Microsoft Windows 2000 Professional | 6.5 | | | |
Microsoft Windows 2000 Server | 6.5 | | | |
Microsoft Windows 2000 Datacenter Server | 6.5 | | | |
Microsoft Windows 2000 Advanced Server | 6.5 | | | |
Microsoft Windows 95/98 | 6.5 | | | |
Microsoft Windows 10 | 6.5 | | | |
Microsoft Windows 8.1 Pro x64 | 6.5 | | | |
Microsoft Windows 8.1 Pro 32-bit | 6.5 | | | |
Microsoft Windows 8.1 Enterprise x64 | 6.5 | | | |
Microsoft Windows 8.1 Enterprise 32-bit | 6.5 | | | |
Microsoft Windows 8 Pro x64 | 6.5 | | | |
Microsoft Windows 8 Pro 32-bit | 6.5 | | | |
Microsoft Windows 8 Enterprise x64 | 6.5 | | | |
Microsoft Windows 8 Enterprise 32-bit | 6.5 | | | |
Microsoft® Windows® for x64 | 6.5 | | | |
Microsoft Windows Server 2012 Std | 6.5 | | | |
Microsoft Windows Server 2016 | 6.5 | | | |
Microsoft Windows Server 2019 | 6.5 | | | |
Microsoft Windows XP Professional | 6.5 | | | |
Windows 7 Enterprise 32 bit | 6.5 | | | |
Windows 7 Enterprise x64 | 6.5 | | | |
Windows 7 Home Premium 32 bit | 6.5 | | | |
Windows 7 Home Premium x64 | 6.5 | | | |
Windows 7 Professional 32 bit | 6.5 | | | |
Windows 7 Professional x64 | 6.5 | | | |
Windows 7 Ultimate 32 bit | 6.5 | | | |
Windows 7 Ultimate x64 | 6.5 | | | |
Windows Millennium Edition (Me) | 6.5 | | | |
Windows Vista | 6.5 | | | |
Windows Vista for x64 | 6.5 | | | |
64-bit Enabled AIX | 6.5 | | | |
64-bit Enabled Solaris | 6.5 | | | |
HP-UX IPF | 6.5 | | | |
Linux for x64 | 6.5 | | | |
Solaris for x64 | 6.5 | | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2019-09-26 12:36:20 |
Date Created: | 2018-11-27 07:40:47 |