SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63264: SAS® Customer Intelligence Studio contains a session-fixation vulnerability

DetailsHotfixAboutRate It

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:

  1. 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
  2. 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:

  1. 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
  2. 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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Customer Intelligence StudioMicrosoft Windows Server 2012 R2 Datacenter6.5
Microsoft Windows Server 2012 R2 Std6.5
Microsoft Windows Server 2012 Datacenter6.5
Microsoft Windows Server 2008 for x646.5
Microsoft Windows Server 2008 R26.5
Microsoft Windows Server 20086.5
Microsoft Windows Server 2003 for x646.5
Microsoft Windows Server 2003 Standard Edition6.5
Microsoft Windows Server 2003 Enterprise Edition6.5
Microsoft Windows Server 2003 Datacenter Edition6.5
Microsoft Windows NT Workstation6.5
Microsoft Windows 2000 Professional6.5
Microsoft Windows 2000 Server6.5
Microsoft Windows 2000 Datacenter Server6.5
Microsoft Windows 2000 Advanced Server6.5
Microsoft Windows 95/986.5
Microsoft Windows 106.5
Microsoft Windows 8.1 Pro x646.5
Microsoft Windows 8.1 Pro 32-bit6.5
Microsoft Windows 8.1 Enterprise x646.5
Microsoft Windows 8.1 Enterprise 32-bit6.5
Microsoft Windows 8 Pro x646.5
Microsoft Windows 8 Pro 32-bit6.5
Microsoft Windows 8 Enterprise x646.5
Microsoft Windows 8 Enterprise 32-bit6.5
Microsoft® Windows® for x646.5
Microsoft Windows Server 2012 Std6.5
Microsoft Windows Server 20166.5
Microsoft Windows Server 20196.5
Microsoft Windows XP Professional6.5
Windows 7 Enterprise 32 bit6.5
Windows 7 Enterprise x646.5
Windows 7 Home Premium 32 bit6.5
Windows 7 Home Premium x646.5
Windows 7 Professional 32 bit6.5
Windows 7 Professional x646.5
Windows 7 Ultimate 32 bit6.5
Windows 7 Ultimate x646.5
Windows Millennium Edition (Me)6.5
Windows Vista6.5
Windows Vista for x646.5
64-bit Enabled AIX6.5
64-bit Enabled Solaris6.5
HP-UX IPF6.5
Linux for x646.5
Solaris for x646.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.