The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27684

CVE-2026-27684: SAP NetWeaver SQL Injection Vulnerability

CVE-2026-27684 is a SQL injection flaw in SAP NetWeaver Feedback Notifications Service that lets authenticated attackers inject malicious SQL code. This article covers the technical details, affected versions, and mitigation steps.

Updated: May 14, 2026

CVE-2026-27684 Overview

CVE-2026-27684 is a SQL injection vulnerability [CWE-89] in the SAP NetWeaver Feedback Notifications Service. The service concatenates user-controlled input directly into SQL queries without proper validation or escaping. An authenticated attacker with low privileges can inject arbitrary SQL code through input fields. The injection allows manipulation of WHERE clause logic, leading to unauthorized read or modification of database information. The flaw has a scope-changed impact with low confidentiality and availability consequences, and no integrity impact.

Critical Impact

Authenticated attackers can manipulate SQL WHERE clause logic to access or modify backend database records served by the SAP NetWeaver Feedback Notifications Service.

Affected Products

  • SAP NetWeaver Feedback Notifications Service
  • Refer to SAP Note #3697355 for affected versions
  • Refer to SAP Security Patch Day for advisory details

Discovery Timeline

  • 2026-03-10 - CVE-2026-27684 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-27684

Vulnerability Analysis

The SAP NetWeaver Feedback Notifications Service accepts user-supplied input through application fields and passes the values into SQL statements without sanitization. The vulnerable code path concatenates attacker-controlled strings into a query rather than binding them as parameters. This pattern is a textbook SQL injection weakness classified under [CWE-89].

Because the attacker must authenticate before reaching the vulnerable endpoint, exploitation requires valid credentials at any privilege tier. After authentication, the attacker submits crafted payloads that break out of the intended string context and append additional SQL logic. The scope change indicator reflects that the injected query executes against database resources beyond the immediate service boundary.

The disclosed impact is limited to partial information disclosure and partial availability degradation, with no integrity impact. This profile is consistent with an injection point reachable in a read-oriented WHERE clause rather than in INSERT or UPDATE paths.

Root Cause

The root cause is the construction of SQL statements through string concatenation of unvalidated user input. The application does not apply prepared statements, parameter binding, or input allow-listing before executing the query against the database.

Attack Vector

The attack is delivered over the network against the Feedback Notifications Service. An authenticated user submits malicious input in fields that flow into a SQL WHERE clause. The injected payload modifies query logic to return additional rows, bypass row-level filters, or trigger expensive operations that degrade service availability. No verified proof-of-concept code is publicly available; refer to SAP Note #3697355 for technical specifics.

Detection Methods for CVE-2026-27684

Indicators of Compromise

  • HTTP requests to the Feedback Notifications Service containing SQL metacharacters such as ', --, ;, UNION, or OR 1=1 in parameter values
  • Database audit logs showing malformed or unexpected WHERE clause structures originating from the NetWeaver application user
  • Anomalous spikes in query volume or query duration tied to feedback notification endpoints
  • Authentication events followed by repeated 500-class responses from the Feedback Notifications Service

Detection Strategies

  • Inspect web application firewall and reverse proxy logs for SQL injection signatures targeting NetWeaver URLs
  • Correlate authenticated session identifiers with database query patterns to surface a single user issuing varied injection probes
  • Enable SAP database tracing and review parameterized vs. concatenated query execution for the Feedback Notifications module

Monitoring Recommendations

  • Forward SAP NetWeaver application and HTTP access logs to a centralized analytics platform for query-pattern analysis
  • Alert on UNION SELECT, stacked queries, and time-based injection primitives (SLEEP, WAITFOR DELAY) in inbound parameters
  • Monitor privileged database account activity initiated by the NetWeaver service for unexpected schema enumeration

How to Mitigate CVE-2026-27684

Immediate Actions Required

  • Apply the patch referenced in SAP Note #3697355 at the earliest scheduled maintenance window
  • Review SAP account inventories and remove or rotate credentials for unused or stale users that could reach the service
  • Audit recent Feedback Notifications Service traffic for injection attempts predating the patch

Patch Information

SAP released a fix as part of SAP Security Patch Day. Customers should consult SAP Note #3697355 for the corrected component versions and download instructions, and the SAP Security Patch Day portal for the full advisory bundle.

Workarounds

  • Restrict network reachability to the Feedback Notifications Service to trusted internal subnets only
  • Deploy a web application firewall rule set that blocks common SQL injection payloads on the affected endpoints
  • Reduce database privileges for the NetWeaver service account to the minimum required for feedback operations
  • Increase logging verbosity on the affected endpoints until the patch is deployed

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSap Netweaver

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • SAP Note #3697355

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-40135: SAP NetWeaver ABAP RCE Vulnerability

  • CVE-2026-27682: SAP NetWeaver ABAP XSS Vulnerability

  • CVE-2026-0510: NetWeaver AS Java Info Disclosure Flaw

  • CVE-2026-34257: SAP NetWeaver ABAP Open Redirect Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English