SAP security note 1495062, "Potential disclosure and modification of persisted data". Below are the symptom, SAP recommended solution and the affected software components.
Description
Symptom
A malicious user can exploit the Schedule Manager supporting reports and use specially crafted inputs to execute arbitrary database commands to retrieve the data persisted by the system.
Solution
The coding of the supporting reports has been commented out. If the functionality provided by these reports is required, it is necessary to create custom reports where no general solution for any database table is used. Instead, the database table should be hardcoded within the report. You can use the non-executable coding of the aforementioned reports as a template for creating your own report.
Reason and prerequisites
The issue does not occur in the transactions SCMA or SCMO but only when using the supporting reports for access synchronization related to the Schedule Manager. The problem is caused by an SQL injection vulnerability where the code composes an SQL statement including strings that can be altered by a malicious user. The manipulated SQL statement can then be used to retrieve additional information from the database.
Affected components
- SAP_APPL: 46B
- SAP_ABA: 46C, 620, 640, 700-702, 710-711, 730
Full note on SAP: SAP Support Launchpad note 1495062
Detailed exploitation and proof-of-concept material for this note is maintained in the RedRays Security Platform. For access, contact [email protected].



