TL;DR: SAP’s May 2026 Patch Day includes 16 Security Notes, with two Critical CVSS 9.6 issues in S/4HANA Enterprise Search and Commerce Cloud, plus a High-severity command injection in Forecasting and Replenishment and a malicious NPM package advisory affecting CAP and MTA Build Tool workflows, according to Pathlock. The patch set shows SAP risk now spans application input, administrative execution paths, and developer supply chains, so identity and access controls need to move beyond traditional server patching.
NHIMG editorial — based on content published by Pathlock: SAP May 2026 Security Notes and patch prioritisation
By the numbers:
- SAP released 16 Security Notes as part of the May 2026 Patch Day.
Questions worth separating out
Q: How should teams reduce the impact of SAP vulnerabilities that require authentication?
A: Teams should reduce the number of identities that can reach the affected function, then shorten the time those privileges remain available.
Q: Why do privileged SAP accounts increase the risk of command injection and configuration abuse?
A: Privileged accounts turn a single flaw into a high-impact event because the attacker inherits trusted execution paths.
Q: How do teams know whether SAP patching has actually reduced risk?
A: Measure whether the vulnerable functionality is still reachable, whether privileged accounts were reduced, and whether logs show failed or suspicious attempts against the affected paths.
Practitioner guidance
- Prioritise patching by access path Patch SAP S/4HANA Enterprise Search and Commerce Cloud first, then validate which user groups, portals, or admin paths reach the affected functionality.
- Review standing privilege across SAP technical accounts Inventory administrative users, shared technical users, RFC-style access, and automation accounts that can reach search, commerce, or forecasting functions.
- Treat build runners as secret-bearing identities Isolate affected developer workstations and CI/CD runners, clean package caches, inspect lockfiles and workflow files, and rotate any reachable secrets.
With 70% of organisations already granting AI systems more access than human employees, according to the 2026 Infrastructure Identity Survey, the broader pattern is clear: enterprises keep widening non-human trust faster than they can govern it?
👉 Read Pathlock’s analysis of the SAP May 2026 Security Notes →
Explore further
Identity-aware SAP patching is now an access-governance problem, not a pure vulnerability-management exercise. The May patch set spans authenticated users, unauthenticated commerce paths, privileged administrators, and developer systems with secrets. That mix means remediation has to account for who can reach each function, which identities are trusted, and where standing privilege exists. Practitioners should treat these notes as evidence that SAP security and IAM governance are converging.
A few things that frame the scale:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security, according to The 2026 Infrastructure Identity Survey.
- 69% of security leaders agree identity management must fundamentally shift to address agentic AI systems, according to The 2026 Infrastructure Identity Survey.
A question worth separating out:
Q: What should security teams do in the first 24 to 72 hours after a malicious package advisory?
A: Isolate any system that installed the package, inspect caches and workflows, rotate secrets that could have been reachable, and review repository activity for tampering. Then verify whether build or deployment identities were exposed. The immediate goal is containment of secret leakage and downstream propagation, not just package removal.
👉 Read our full editorial: SAP May 2026 patch day expands risk across ABAP, commerce and CI/CD