vendor:
Internet Transaction Server
by:
J. Carrillo Lencina (0xd0m7)
6.1
CVSS
MEDIUM
Session Fixation/ Cross-Site Scripting
79
CWE
Product Name: Internet Transaction Server
Affected Version From: SAP ITS 6200.X.X
Affected Version To: SAP ITS 6200.X.X
Patch Exists: YES
Related CWE: CVE-2018-11415
CPE: a:sap:internet_transaction_server
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: All Platforms
2018
SAP Internet Transaction Server (ITS) 6200.X.X – Session Fixation/ Cross-Site Scripting
When an unauthenticated user navigates through the application, the application assigns a cookie, that cookie is assigned in the parameter ~ session, therefore it could be possible for an attacker to fix the fallo ~ session through a request GET. This, together with the fact that the parameter SERVICEUNIQUE has a parameter validation failure, results in a single-use XSS, since the session expires once the method of the request is exchanged and fixed in the URL.
Mitigation:
Ensure that the application is properly validating user input and that the application is not vulnerable to session fixation attacks.