CVE-2026-27684
SQL Injection in SAP NetWeaver Feedback Notifications Service
Publication date: 2026-03-10
Last updated on: 2026-03-10
Assigner: SAP SE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sap | netweaver_feedback_notifications_service | * |
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
What immediate steps should I take to mitigate this vulnerability?
I don't know
Can you explain this vulnerability to me?
This vulnerability is a SQL injection issue in the SAP NetWeaver Feedback Notifications Service. It occurs because the application takes user input and directly concatenates it into SQL queries without proper validation or escaping. An authenticated attacker can exploit this by injecting arbitrary SQL code through input fields, which allows manipulation of the database query logic.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to manipulate the database queries, potentially gaining unauthorized access to or modifying database information. However, it has no impact on data integrity and only a low impact on confidentiality and availability of the application.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know