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.