TL;DR: CVE-2026-44756, tracked by SAP as OVERPASS, is a critical pre-authentication SAP kernel memory corruption flaw that can lead to OS command execution across HTTP, SAP GUI, and RFC paths, according to CYCOGNITO. The issue shows how trust boundaries can collapse before identity controls are checked, making external exposure and patch timing the real governance problem.
NHIMG editorial — based on content published by CYCOGNITO: LLMjacking: How Attackers Hijack AI Using Compromised NHIs
By the numbers:
- CVE-2026-44756 carries a CVSS v3.1 base score of 10.0, reflecting critical pre-authentication impact.
Questions worth separating out
Q: What breaks when a pre-authentication SAP kernel parser flaw is left exposed?
A: The control that fails is reachability, not login security.
Q: Why do exposed SAP kernel services create outsized risk for enterprise identity governance?
A: Because the attack begins before identity enforcement and ends inside a trusted system context.
Q: What are the signs that an SAP system account may already be abused after exploitation?
A: Look for abnormal process spawning, unplanned configuration changes, unexpected binary replacement, and access to session or credential material from the SAP host.
Practitioner guidance
- Inventory every externally reachable SAP endpoint Build and maintain a complete list of Web Dispatcher, Internet Communication Manager, SAP GUI, and RFC exposure points, including subsidiaries and third-party hosted estates.
- Confirm ownership for outsourced SAP landscapes Map each SAP system to a named owner who can approve emergency patching, because patch delays often come from unclear contractual responsibility rather than technical limitations.
- Validate kernel patch coverage across all protocol paths Do not assume a web-facing fix closes the issue.
What's in the full report
CYCOGNITO's full analysis covers the operational detail this post intentionally leaves for the source:
- Affected SAP kernel release mapping across S/4HANA, ECC, NetWeaver, BW/4HANA, PI/PO, and Solution Manager
- Patch and workaround guidance tied to SAP Security Note 3747649 and SAP Note 3756304
- Asset exposure observations by sector and service fingerprinting method
- Practical detection and remediation notes for environment owners who need implementation detail
👉 Read CYCOGNITO's analysis of the SAP CVE-2026-44756 kernel RCE exposure →
SAP kernel pre-auth RCE: what IAM and security teams need to know?
Explore further
Pre-authentication trust is the governance failure this flaw exposes: organisations often assume identity controls can compensate for exposed application services, but that assumption collapses when vulnerable code is reached before authentication. In this case, the SAP kernel accepts externally supplied data before user authorisation is evaluated, so access governance starts too late. The practical conclusion is that external attack surface and trust boundaries must be governed as aggressively as privileged access.
A few things that frame the scale:
- 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures, according to Ultimate Guide to NHIs.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to Ultimate Guide to NHIs , Key Challenges and Risks.
A question worth separating out:
A: Yes. Access reviews do not stop a pre-authentication kernel exploit, and a critical flaw reachable over public interfaces creates immediate risk long before the next review window. Emergency patching and exposure reduction should take precedence when the trust boundary is broken.
👉 Read our full editorial: SAP kernel RCE exposure shows how pre-auth parsing breaks SAP trust