Description
Due to an SQL Injection vulnerability in SAP Social intelligence, an authenticated attacker could directly inject an SQL DDL (Data Definition Language) string into the underlying database without further authorization. Successful exploitation could allow the attacker to make malicious changes to the database structure, resulting in a low impact to the confidentiality, integrity, and availability of the system.
Published: 2026-08-11
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a string-based SQL injection that allows an authenticated attacker to insert DDL statements. This gives them the ability to alter the database schema, potentially deleting tables or adding malicious tables. Because the attacker must be authenticated, the attack would be carried out by an account that already has database privileges, and the changes can compromise confidentiality, integrity, and availability.

Affected Systems

The affected product is SAP Social Intelligence, as identified by the SAP SE CNA. The CVE note does not list specific version numbers, so all releases of SAP Social Intelligence in use should be considered potentially affected until a statement from SAP confirms the scope.

Risk and Exploitability

The CVSS base score of 6.3 indicates moderate severity. Because the EPSS score is not available and the vulnerability is not currently listed in KEV, the current likelihood of exploitation is uncertain, but the ability to modify database schema is significant. The attack requires an authenticated account with database access, and the possible impact is brittle but can be high if used to compromise confidentiality, integrity, or availability.

Generated by OpenCVE AI on August 11, 2026 at 01:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain the latest SAP Security Note 3766473 and apply the patch for SAP Social Intelligence.
  • Restrict the database account used by the application to the minimal set of permissions required for operation.
  • Configure the application to sanitize all user inputs and use parameterized queries to prevent SQL injection.
  • Enable database-level monitoring to detect unauthorized schema changes.

Generated by OpenCVE AI on August 11, 2026 at 01:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Description Due to an SQL Injection vulnerability in SAP Social intelligence, an authenticated attacker could directly inject an SQL DDL (Data Definition Language) string into the underlying database without further authorization. Successful exploitation could allow the attacker to make malicious changes to the database structure, resulting in a low impact to the confidentiality, integrity, and availability of the system.
Title SQL Injection vulnerability in SAP Social Intelligence
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: sap

Published:

Updated: 2026-08-11T00:18:10.156Z

Reserved: 2026-07-27T17:33:56.949Z

Link: CVE-2026-66770

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T01:30:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')