AI Security AI安全 1d ago Updated 23h ago 更新于 23小时前 49

SAP Patches CVSS 10.0 Kernel Flaw Enabling Unauthenticated Remote Code Execution SAP修复可导致未授权远程代码执行的CVSS 10.0内核漏洞

SAP patched CVE-2026-44756 (CVSS 10.0), a critical unauthenticated remote code execution flaw in SAP Extended Passport (EPP) Processing caused by missing boundary validation during EPP data deserialization, leading to memory corruption CVE-2026-58240 (CVSS 9.8), codenamed S4GET, is a missing authentication check in SAP NetWeaver Message Server affecting kernel 9.x lines, enabling full RCE as the <sid>adm user on every application server in the cluster Two additional critical flaws were patched: SAP发布紧急安全更新,修复CVSS 10.0分的内核级漏洞CVE-2026-44756(OVERPASS),允许未认证攻击者远程执行任意命令 漏洞S4GET(CVE-2026-58240, CVSS 9.8)存在于SAP NetWeaver Message Server,可通过公共端口触发,无需凭据即可实现远程代码执行 攻击者可窃取数据库凭证、会话数据、横向移动至其他SAP系统,且传统SAP授权和职责分离控制对此类攻击无效 漏洞影响范围覆盖SAP GUI、RFC层及互联网-facing Web层,单一网络控制无法完全缓解风险 Onapsis建议立即盘点SAP系统资产,优先修补面向互联网的实例

72
Hot 热度
68
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • SAP patched CVE-2026-44756 (CVSS 10.0), a critical unauthenticated remote code execution flaw in SAP Extended Passport (EPP) Processing caused by missing boundary validation during EPP data deserialization, leading to memory corruption
  • CVE-2026-58240 (CVSS 9.8), codenamed S4GET, is a missing authentication check in SAP NetWeaver Message Server affecting kernel 9.x lines, enabling full RCE as the adm user on every application server in the cluster
  • Two additional critical flaws were patched: CVE-2026-76969 (CVSS 9.4), a credential disclosure vulnerability in multi-tenant SAP CAP applications, and CVE-2026-66768 (CVSS 9.0), an improper access control flaw in SAP GUI for Java
  • All vulnerabilities are reachable without credentials across multiple protocols (web layer, SAP GUI, RFC layer), making single network controls insufficient for mitigation
  • Onapsis recommends immediate patching of internet-facing systems first, inventorying all SAP systems, reducing exposure, and monitoring for exploitation attempts while noting that SAP authorizations and SoD controls are ineffective against these flaws

Why It Matters

This is a significant security event for enterprises running SAP S/4HANA and related products, as the patched vulnerabilities allow unauthenticated remote code execution with no credentials, certificates, or pre-existing misconfigurations required. The fact that the vulnerable code runs before any authentication step means traditional SAP security controls like role-based access and Segregation of Duties provide zero protection, forcing organizations to rely on patching and network hardening alone.

Technical Details

  • CVE-2026-44756 (OVERPASS, CVSS 10.0): A memory corruption vulnerability in the SAP kernel's EPP processing caused by missing boundary validation during deserialization of externally supplied length fields. Exploitable via crafted network requests across the web layer, SAP GUI layer, and RFC layer, leading to arbitrary OS command execution with SAP administrative privileges.
  • CVE-2026-58240 (S4GET, CVSS 9.8): A logic flaw (not a misconfiguration) in SAP NetWeaver Message Server on kernel 9.x lines, where a missing authentication check on the public SAP GUI port allows unauthenticated RCE as <sid>adm across every application server in the cluster. Cannot be firewalled without breaking end-user logon.
  • CVE-2026-76969 (CVSS 9.4): Credential disclosure in multi-tenant SAP Cloud Application Programming Model (CAP) applications, allowing unauthenticated attackers to extract sensitive credentials and replace or delete tenant data.
  • CVE-2026-66768 (CVSS 9.0): Improper access control in SAP NetWeaver SAP GUI for Java enabling arbitrary command execution on the underlying host.
  • All four vulnerabilities were discovered and reported by Onapsis; none have been exploited in the wild to date.

Industry Insight

  • Enterprises must treat these vulnerabilities as emergency-patch scenarios, prioritizing internet-facing SAP systems over internal instances, and should not rely on existing SAP authorization frameworks or network segmentation alone for mitigation.
  • The reachability of OVERPASS and S4GET through shared kernel code across multiple protocols highlights the risk of centralized vulnerability surfaces in enterprise ERP systems, suggesting organizations should audit all SAP communication paths and reduce unnecessary exposure.
  • SAP's kernel 9.x line (powering S/4HANA and S/4HANA Cloud Private Edition) is the primary affected ecosystem, and organizations should inventory all ABAP-based products running these kernels to assess blast radius and plan coordinated patching.

TL;DR

  • SAP发布紧急安全更新,修复CVSS 10.0分的内核级漏洞CVE-2026-44756(OVERPASS),允许未认证攻击者远程执行任意命令
  • 漏洞S4GET(CVE-2026-58240, CVSS 9.8)存在于SAP NetWeaver Message Server,可通过公共端口触发,无需凭据即可实现远程代码执行
  • 攻击者可窃取数据库凭证、会话数据、横向移动至其他SAP系统,且传统SAP授权和职责分离控制对此类攻击无效
  • 漏洞影响范围覆盖SAP GUI、RFC层及互联网-facing Web层,单一网络控制无法完全缓解风险
  • Onapsis建议立即盘点SAP系统资产,优先修补面向互联网的实例,并加强应用层监控以检测利用尝试

为什么值得看

本文揭示了SAP企业软件生态中一系列高危内核级漏洞,对依赖SAP系统的企业构成严重安全威胁。漏洞无需认证即可利用且传统安全控制无效,为IT安全团队提供了紧急响应指南和架构级风险认知。

技术解析

  • CVE-2026-44756 (OVERPASS):CVSS 10.0分,位于SAP内核的Extended Passport (EPP)处理模块。根本原因是EPP数据反序列化时缺少边界验证,导致内存安全违规。攻击者可通过构造恶意网络请求触发,利用链覆盖SAP GUI、RFC和Web层,最终获得SAP管理员权限的远程代码执行。

  • CVE-2026-58240 (S4GET):CVSS 9.8分,SAP NetWeaver Message Server中的认证缺失逻辑缺陷。存在于SAP 9.x内核线(S/4HANA及私有云版),通过SAP GUI公共端口触发,无需防火墙隔离即可利用。成功利用可获得adm用户的完整远程代码执行权限。

  • 其他关键漏洞:CVE-2026-76969 (CVSS 9.4)为SAP CAP多租户应用中的凭证泄露漏洞;CVE-2026-66768 (CVSS 9.0)为SAP GUI for Java的不当访问控制漏洞,允许执行任意命令。

  • 攻击影响:成功利用可读取SAP安全存储(数据库凭证、密码哈希)、窃取活跃会话数据、横向移动至其他SAP系统、修改应用数据和系统配置。

  • 防护局限性:漏洞代码在认证步骤之前执行,SAP授权机制、职责分离(SoD)控制、密码策略和事务访问限制均无法阻止此类攻击。

行业启示

  • 企业软件供应链安全需重新评估:SAP作为核心企业软件,其内核级漏洞影响范围远超单一系统,企业应建立跨SAP系统的统一安全监控和应急响应机制。
  • 零信任架构在传统ERP中的落地挑战:传统SAP安全模型依赖认证后授权,而此类漏洞证明前置攻击面需要零信任原则(持续验证、最小权限)的重新设计。
  • 安全厂商合作价值凸显:Onapsis作为专业SAP安全公司发现并报告漏洞,表明企业应加强与垂直领域安全厂商的合作,建立漏洞情报共享和快速响应能力。

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

Security 安全