6.4
CVE-2026-27684
- EPSS 0.04%
- Veröffentlicht 10.03.2026 00:18:10
- Zuletzt bearbeitet 11.03.2026 13:53:47
- Quelle cna@sap.com
- CVE-Watchlists
- Unerledigt
SAP NetWeaver Feedback Notifications Service contains a SQL injection vulnerability that allows an authenticated attacker to inject arbitrary SQL code through user-controlled input fields. The application concatenates these inputs directly into SQL queries without proper validation or escaping. As a result, an attacker can manipulate the WHERE clause logic and potentially gain unauthorized access to or modify database information. This vulnerability has no impact on integrity and low impact on the confidentiality and availability of the application.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerSAP_SE
≫
Produkt
SAP NetWeaver (Feedback Notification)
Default Statusunaffected
Version
SAP_ABA 700
Status
affected
Version
701
Status
affected
Version
702
Status
affected
Version
731
Status
affected
Version
740
Status
affected
Version
750
Status
affected
Version
751
Status
affected
Version
752
Status
affected
Version
75A
Status
affected
Version
75B
Status
affected
Version
75C
Status
affected
Version
75D
Status
affected
Version
75E
Status
affected
Version
75F
Status
affected
Version
75G
Status
affected
Version
75H
Status
affected
Version
75I
Status
affected
Version
816
Status
affected
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.1 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| cna@sap.com | 6.4 | 3.1 | 2.7 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:L
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
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.