CVE-2026-34260
SQL Injection in SAP S/4HANA Enterprise Search
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: SAP SE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sap | sap_s4hana | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection issue in SAP S/4HANA's SAP Enterprise Search for ABAP. It allows an authenticated attacker to inject malicious SQL statements through user-controlled input because the application concatenates this input directly into SQL queries without proper validation or sanitization.
Successful exploitation can lead to unauthorized access to sensitive database information and may also cause the application to crash.
How can this vulnerability impact me? :
The vulnerability can have a high impact on the confidentiality and availability of the application.
- Unauthorized access to sensitive database information.
- Potential application crashes leading to denial of service.
The integrity of the application is not affected by this vulnerability.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows an authenticated attacker to inject malicious SQL statements, potentially gaining unauthorized access to sensitive database information. Such unauthorized access to sensitive data can lead to violations of data protection regulations like GDPR and HIPAA, which mandate strict controls over the confidentiality and security of personal and health information.
The high impact on confidentiality and availability caused by this SQL injection vulnerability increases the risk of non-compliance with these standards, as they require organizations to protect data against unauthorized access and ensure system availability.