OVERPASS: The Patch Is the Only Control That Exists
Your ERP's entire authorization model sits downstream of the vulnerable code, which is why the usual compensating controls buy you nothing and the RFC mesh is the path nobody scoped.
Start with the part that decides your change window: reachability. The vulnerable Extended Passport parsing code lives in the SAP kernel and is shared across more than one protocol, so it is exposed at the internet-facing web layer, at the end-user SAP GUI layer, and across the RFC layer that links your SAP systems to each other. That third path is the one most teams will underestimate. A low-tier sandbox or dev instance holding an RFC trust relationship to production becomes a viable route to OS-admin on the ERP, and nothing about that path crosses your perimeter or your NGFW.
Because the flaw is reached as the session opens, the controls your SAP team has spent years tuning sit on the wrong side of it. User locks, authorization objects, role assignments and logon policies are all evaluated after the vulnerable code path has already executed. There is no hardening setting that changes this, which is unusual and worth stating plainly to your change board.
If attacker input reaches your kernel before your authorization model runs, every role, lock and policy you have tuned is decoration.
What else is in the same release
SAP shipped 20 flaws. Three others deserve same-sprint attention rather than emergency handling: CVE-2026-58240, a missing authentication check in the NetWeaver Message Server; CVE-2026-76969, credential disclosure in multitenant SAP CAP applications; and CVE-2026-66768, improper access control in SAP GUI for Java. The Message Server item matters most in combination — an unauthenticated path into the component that brokers instance registration sits adjacent to the same trust mesh OVERPASS abuses.
Where the sources reinforce each other
Nothing published so far reports OVERPASS exploited in the wild, and you should say so internally rather than inflate it. But two independent threads argue against betting on a slow weaponization curve. CyberScoop's coverage of Anthropic's misuse telemetry describes Chinese undergraduates running an AI-powered "exploit foundry" that surfaced large volumes of candidate zero-days — capability that no longer tracks with actor resourcing. Newcomer carries the operator-side version from Modal co-founder Erik Bernhardsson: "Where there's a vulnerability in a system you can now hack something in a few hours... We've been running those models internally; they're very good at finding things." Both sources converge on the same prescription CyberScoop states outright: compress internet-facing KEV-class and pre-auth RCE remediation from 30 days to 7.
Hold the caveat too. Anthropic is a commercially interested publisher, its case studies are single-source, and "many potential zero-days" is doing heavy lifting — LLM-surfaced vulnerability candidates carry high false-positive rates. Adjust your SLA on the direction of travel; do not quote the volume claims to your board as established fact.
The smart move
Treat this as an inventory problem before a patching problem. The systems that will miss your emergency window are the non-production instances nobody owns: the sandbox with an RFC trust to production, the Solution Manager box, the Enterprise Portal instance from an acquisition. Those are exactly the hosts where the RFC path lands. Patch the kernel, then remove the exposure architecturally, because the next kernel flaw arrives against the same topology.
What to do
Patch the SAP kernel for CVE-2026-44756 across every kernel-based instance including non-production within 48 hours, and isolate any instance that cannot make that window.
Remove SAP Web Dispatcher and ICM from internet exposure and allowlist RFC gateway peers via gw/sec_info and gw/reg_info this week, then alert on unexpected child processes spawned by SAP work processes.
Rewrite the vulnerability SLA this quarter so internet-facing pre-auth RCE and KEV-listed flaws trigger a 7-day clock, and trigger remediation on KEV membership rather than the ransomware-use field.