AI Security AI安全 6h ago Updated 1h ago 更新于 1小时前 41

SAP Patches Critical Extended Passport Processing Vulnerability SAP修复关键扩展护照处理漏洞

SAP released 20 new and updated security notes, including patches for a critical CVSS 10/10 memory corruption vulnerability (CVE-2026-44756, dubbed OVERPASS) in Extended Passport (EPP) Processing The OVERPASS flaw allows unauthenticated attackers to execute arbitrary commands, steal credentials, read live sessions, and modify data because EPP is processed before any authorization checks during session initialization Three additional critical vulnerabilities were patched: CVE-2026-58240 (S4GET — SAP发布20个安全公告,包含CVSS 10分的严重漏洞OVERPASS(CVE-2026-44756),可被未认证攻击者利用执行任意命令、窃取凭据和会话 漏洞位于SAP内核的Extended Passport处理模块,因反序列化时缺少边界验证导致内存损坏,影响S/4HANA、ERP、NetWeaver等核心产品 另有三个关键漏洞同步修复,包括NetWeaver缺失认证检查(S4GET)和CAP多租户应用凭据泄露 目前无证据表明漏洞已被野外利用,但攻击可通过Web请求、SAP GUI和RFC三种向量触发 漏洞在会话建立初期即被触发,早于所有用户权限和认证控制检查,攻击者无需任何凭据即可利用

55
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • SAP released 20 new and updated security notes, including patches for a critical CVSS 10/10 memory corruption vulnerability (CVE-2026-44756, dubbed OVERPASS) in Extended Passport (EPP) Processing
  • The OVERPASS flaw allows unauthenticated attackers to execute arbitrary commands, steal credentials, read live sessions, and modify data because EPP is processed before any authorization checks during session initialization
  • Three additional critical vulnerabilities were patched: CVE-2026-58240 (S4GET — missing authentication in NetWeaver), CVE-2026-76969 (credential disclosure in CAP multitenant apps), and CVE-2026-66768 (improper access control in NetWeaver)
  • The vulnerability affects a wide range of SAP products including S/4HANA, ERP, ECC, NetWeaver, BW/4HANA, and others, but no in-the-wild exploitation has been detected
  • Five high-severity flaws were also addressed across ABAP Developer Tools, Integration Suite, NetWeaver Business Client, NetWeaver, and Commerce Cloud

Why It Matters

This is a significant enterprise security event affecting one of the world's most widely deployed ERP platforms, with vulnerabilities that bypass all authentication and authorization controls at the kernel level. For AI practitioners and security professionals, it underscores the critical importance of supply chain security and the risks inherent in processing untrusted input before access controls are evaluated — a pattern that can appear in any AI infrastructure relying on enterprise middleware.

Technical Details

  • CVE-2026-44756 (OVERPASS): A memory corruption vulnerability in the SAP kernel's Extended Passport (EPP) Processing module caused by missing boundary validations during deserialization of EPP data, specifically when processing externally supplied length fields. The flaw is triggered at session open time — before any user locks, roles, authorization objects, or logon policies are evaluated — making it fully unauthenticated.
  • Exploitation vectors: The vulnerability is reachable via at least three protocols: web requests, SAP GUI protocol, and Remote Function Call (RFC) connections. Successful exploitation grants code execution under the OS account owning the SAP installation, equivalent to full system compromise.
  • CVE-2026-58240 (S4GET): A missing authentication check in SAP's modern kernel affecting all S/4HANA 2025 and earlier releases, allowing remote unauthenticated attackers to register unauthorized components and perform actions without authorization.
  • Other critical flaws: CVE-2026-76969 involves credential disclosure in multitenant applications using the Cloud Application Programming Model (CAP), while CVE-2026-66768 addresses improper access control in NetWeaver.
  • Affected product scope: S/4HANA, ERP, Business Suite (ECC), NetWeaver, Web Dispatcher, BW/4HANA, Enterprise Portal, PI/PO, and Solution Manager. Five high-severity patches cover ABAP Developer Tools, Integration Suite, NetWeaver Business Client, NetWeaver, and Commerce Cloud (Search and Navigation).

Industry Insight

  • Organizations running SAP environments should prioritize applying the September 2026 security patches immediately, especially for S/4HANA systems, given the unauthenticated remote code execution risk and the broad attack surface across multiple communication protocols.
  • The OVERPASS vulnerability highlights a systemic architectural concern: when security-critical processing occurs before authentication and authorization checks, the entire access control model is bypassed. AI infrastructure teams should audit similar patterns in their own middleware and data pipeline components.
  • With no current evidence of in-the-wild exploitation, this represents a proactive patching opportunity; however, the CVSS 10/10 rating and ease of exploitation (no authentication required, multiple vectors) make it likely to be weaponized quickly, so defensive monitoring and patch deployment should not be delayed.

TL;DR

  • SAP发布20个安全公告,包含CVSS 10分的严重漏洞OVERPASS(CVE-2026-44756),可被未认证攻击者利用执行任意命令、窃取凭据和会话
  • 漏洞位于SAP内核的Extended Passport处理模块,因反序列化时缺少边界验证导致内存损坏,影响S/4HANA、ERP、NetWeaver等核心产品
  • 另有三个关键漏洞同步修复,包括NetWeaver缺失认证检查(S4GET)和CAP多租户应用凭据泄露
  • 目前无证据表明漏洞已被野外利用,但攻击可通过Web请求、SAP GUI和RFC三种向量触发
  • 漏洞在会话建立初期即被触发,早于所有用户权限和认证控制检查,攻击者无需任何凭据即可利用

为什么值得看

SAP作为企业核心软件供应商,其内核级漏洞直接影响金融、制造等关键行业系统安全;OVERPASS漏洞的无认证利用特性和绕过所有访问控制的设计,使其成为企业安全团队必须优先修补的高危风险。

技术解析

  • OVERPASS漏洞机制:CVE-2026-44756是SAP内核中Extended Passport(EPP)处理模块的内存损坏漏洞,CVSS评分10/10。EPP用于多SAP应用的追踪功能,在反序列化外部提供的长度字段时缺少边界验证,导致不安全内存行为。漏洞在用户会话建立初期触发,早于用户锁定、角色、授权对象和登录策略等所有安全控制。
  • 攻击向量与影响范围:攻击可通过Web请求、SAP GUI协议和Remote Function Call(RFC)连接三种方式触发。受影响产品包括S/4HANA、ERP、Business Suite(ECC)、NetWeaver、Web Dispatcher、BW/4HANA、Enterprise Portal、PI/PO和Solution Manager等。漏洞组件以SAP安装所有者操作系统账户运行,代码执行等同于完全控制系统。
  • 其他关键漏洞:CVE-2026-58240(S4GET)是NetWeaver现代内核中的缺失认证检查漏洞,影响所有S/4HANA 2025及更早版本,允许远程未认证攻击者注册未授权组件并执行操作;CVE-2026-76969涉及使用Cloud Application Programming Model(CAP)的多租户应用凭据泄露;CVE-2026-66768为NetWeaver中的不当访问控制问题。
  • 补丁与利用状态:SAP在2026年9月安全补丁日发布了20个新安全公告,其中5个针对ABAP Developer Tools、Integration Suite、NetWeaver Business Client、NetWeaver和Commerce Cloud的高严重性漏洞。目前无迹象表明任何漏洞已在野外被利用。

行业启示

  • 企业软件供应链安全需强化:SAP作为关键业务系统核心供应商,其内核级漏洞暴露了企业软件供应链的集中风险;组织应建立针对核心商业软件的专项漏洞监控和快速补丁机制,避免依赖单一供应商的安全响应。
  • 无认证漏洞的防御优先级提升:OVERPASS和S4GET等无需认证的远程代码执行漏洞表明,攻击者可直接利用企业外围入口;企业需立即实施网络分段、深度防御和会话级监控,尤其针对SAP相关协议端口进行访问控制。
  • 补丁管理时效性成为竞争要素:CVSS 10分漏洞的广泛影响范围要求企业将安全补丁部署时间从周级压缩至天级;建议采用自动化补丁验证和灰度发布流程,在关键行业(如金融、制造)建立补丁合规性基准测试。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全