Rankiteo Logo
Rankiteo
Leader in Cyber Underwriting
Loading...
NEWRankiteo Cyber Underwriting Desktop - Score, price, and bind from your desktop
WindowsmacOSLinux
Download
SAP

SAP Vendor Cyber Rating & Cyber Score

sap.com

SAP is the leading enterprise application and business AI company. We stand at the intersection of business and technology, where our innovations are designed to directly address real business challenges and produce real-world impacts. Our solutions are the backbone for the world’s most complex and demanding processes. SAP’s integrated portfolio unites the elements of modern organizations — from workforce and financials to customers and supply chains — into a unified ecosystem that drives progress. SAP privacy statement for followers: www.sap.com/sps Our Community Guidelines At SAP, we're committed to fostering meaningful conversations that respect everyone in our community. To maintain a positive environment, we moderate comments


SAP A.I CyberSecurity Scoring

SAP
Company Information
Website:http://www.sap.com
Employees number:138,981
Number of followers:0
NAICS:5112
Industry Type:Software Development
Homepage:sap.com
SAP Risk Score (AI oriented)
Between 700 and 749
logo
SAPSoftware Development
Updated:
13/06/2026
729/1000
Moderate
Ba
AaaAaABaaBaBCaaCaC
Powered by our proprietary A.I cyber incident model
Insurance prefers TPRM score to calculate premium
SAP Global Score (TPRM)
xxxx
logo
SAPSoftware Development
•••
Score locked
Instant access to detailed risk factors
Vulnerabilities
Benchmark vs. industry & size peers
Findings

SAP
SAPModerate
Current Score
729Ba (MODERATE)
01000
10 incidents
-7.4 avg impact
Incident timeline with MITRE ATT&CK tactics, techniques, and mitigations.
JUNE 2026
733Before Incident
MAY 2026
736Before Incident
Cyber Attack
01 May 2026SAP
SAP: Red Hat npm packages compromised to steal developer credentials

Red Hat npm Packages Compromised in Supply-Chain Attack Distributing Miasma Malware

726After Incident
LOW-10
SAP1780352800
Red Hat npm Packages Compromised in Supply-Chain Attack Distributing Miasma Malware Security researchers at Aikido and OX Security uncovered a supply-chain attack targeting over 30 npm packages under Red Hat’s `@redhat-cloud-services` namespace, distributing a new variant of the Shai-Hulud credential-stealing malware, dubbed "Miasma." The compromised packages, which collectively receive 117,000 weekly downloads, were backdoored to exfiltrate sensitive data, including developer credentials, cloud secrets, SSH keys, CI/CD tokens, and environment files. Red Hat confirmed the incident, stating that the affected packages were limited to internal development tooling and were removed from the npm registry upon discovery. The company emphasized that the malicious code never reached customer-facing systems via `console.redhat.com` and that no impact on production environments or customer data has been identified. However, the root cause of the compromise including how the attacker gained access remains under investigation. The attack leveraged a compromised GitHub account belonging to a Red Hat employee, which was used to push malicious commits to multiple repositories. These commits introduced a GitHub Actions workflow that abused npm’s publishing mechanism to release backdoored versions of the packages. When installed, the packages executed a preinstall script triggering a 4.2 MB obfuscated `index.js` payload, designed to harvest credentials from AWS, Google Cloud, Azure, HashiCorp Vault, Kubernetes, npm, PyPI, Docker, GPG keys, and `.env` files. A total of 32 packages and 96 versions were affected, all under the `@redhat-cloud-services` namespace. The malware, Miasma, appears to be a modified version of the Mini Shai-Hulud framework, whose source code was leaked in May by the TeamPCP threat group. While Miasma shares core functionality with Mini Shai-Hulud such as credential theft it introduces enhanced obfuscation, multi-stage payload delivery, and expanded data exfiltration capabilities. The campaign has also compromised 309 GitHub repositories, leaving traces of the string "Miasma: The Spreading Blight" in affected code. This incident follows a recent surge in Shai-Hulud-based supply-chain attacks, which have targeted high-profile projects like Bitwarden, SAP, Mistral, TanStack, OpenAI, and GitHub. The identity of the threat actor behind this attack remains unclear whether it is TeamPCP or another group repurposing the leaked malware.
INCIDENT DETAILS -
TYPE
Supply-Chain Attack
MOTIVATION
Credential theft, data exfiltration
IMPACT
Data Compromised: Developer credentials, cloud secrets, SSH keys, CI/CD tokens, environment files, AWS/Google Cloud/Azure credentials, HashiCorp Vault secrets, Kubernetes tokens, npm/PyPI/Docker credentials, GPG keys, .env filesSystems Affected: 32 npm packages (96 versions) under @redhat-cloud-services namespace, 309 GitHub repositoriesOperational Impact: Internal development tooling compromised, no impact on customer-facing systems or production environmentsIdentity Theft Risk: High (credential theft)
DATA BREACH
Developer credentialsCloud secretsSSH keysCI/CD tokensEnvironment filesAWS/Google Cloud/Azure credentialsHashiCorp Vault secretsKubernetes tokensnpm/PyPI/Docker credentialsGPG keysSensitivity Of Data: High (credentials, secrets, keys).env files
APRIL 2026
745Before Incident
Cyber Attack
01 Apr 2026SAP
Checkmarx, Trivy and SAP: Official SAP npm packages compromised to steal credentials

SAP npm Packages Compromised in Suspected TeamPCP Supply-Chain Attack

736After Incident
CRITICAL-9
CHESAPSEC1777508710
SAP npm Packages Compromised in Suspected TeamPCP Supply-Chain Attack Security researchers have uncovered a supply-chain attack targeting multiple official SAP npm packages, believed to be orchestrated by the TeamPCP threat group. The compromise affected four packages @cap-js/sqlite (v2.2.2), @cap-js/postgres (v2.2.2), @cap-js/db-service (v2.10.1), and mbt (v1.2.48) which support SAP’s Cloud Application Programming Model (CAP) and Cloud MTA, widely used in enterprise development. The malicious packages contained a preinstall script that executed automatically upon installation, deploying a loader (setup.mjs) to fetch the Bun JavaScript runtime from GitHub. This runtime then ran an obfuscated execution.js payload, designed to steal sensitive credentials from developer systems and CI/CD environments, including: - npm and GitHub authentication tokens - SSH keys and developer credentials - Cloud credentials (AWS, Azure, Google Cloud) - Kubernetes configurations and secrets - CI/CD pipeline secrets and environment variables On CI runners, the malware used an embedded Python script to scan process memory (/proc/\<pid\>/maps and /proc/\<pid\>/mem) for secrets, bypassing log masking a tactic identical to previous TeamPCP attacks, such as those targeting Bitwarden and Checkmarx. Stolen data was encrypted and exfiltrated to public GitHub repositories under victims’ accounts, marked with the description "A Mini Shai-Hulud has Appeared" a reference mirroring the "Shai-Hulud: The Third Coming" string from earlier attacks. The malware also employed GitHub commit searches as a dead-drop mechanism, decoding commit messages containing base64-encoded tokens to escalate access. Additionally, the payload included self-propagation capabilities, using stolen credentials to modify other accessible packages and repositories, further spreading the infection. Researchers have linked the attack to TeamPCP with medium confidence, citing similarities in code and tactics to prior incidents involving Trivy, Checkmarx, and Bitwarden. While the exact compromise vector remains unclear, evidence suggests an exposed NPM token from a misconfigured CircleCI job may have been exploited. SAP has not yet responded to inquiries regarding the breach. The affected package versions have since been deprecated on npm.
INCIDENT DETAILS -
TYPE
Supply-Chain Attack
MOTIVATION
Credential theft, data exfiltration, and further propagation
IMPACT
npm and GitHub authentication tokensSSH keys and developer credentialsCloud credentials (AWS, Azure, Google Cloud)Kubernetes configurations and secretsCI/CD pipeline secrets and environment variablesSystems Affected: Developer systems and CI/CD environmentsOperational Impact: Potential unauthorized access to cloud environments and CI/CD pipelinesBrand Reputation Impact: Potential reputational damage to SAP due to compromised official packagesIdentity Theft Risk: High (stolen developer and cloud credentials)
DATA BREACH
Authentication tokensSSH keysCloud credentialsKubernetes secretsCI/CD pipeline secretsSensitivity Of Data: HighData Exfiltration: Yes (to public GitHub repositories under victims’ accounts)Data Encryption: Yes (stolen data was encrypted before exfiltration)
MARCH 2026
746Before Incident
FEBRUARY 2026
744Before Incident
JANUARY 2026
743Before Incident
DECEMBER 2025
740Before Incident
NOVEMBER 2025
739Before Incident
OCTOBER 2025
737Before Incident
SEPTEMBER 2025
746Before Incident
Cyber Attack
24 Sep 2025SAP
Jaguar Land Rover and SAP: Jaguar Land Rover failed to finish cyber insurance purchase

Jaguar Land Rover Hit by Costly Cyberattack as Insurance Gap Leaves It Exposed

732After Incident
CRITICAL-14
SAPJAG1773959105
Jaguar Land Rover Hit by Costly Cyberattack as Insurance Gap Leaves It Exposed Jaguar Land Rover (JLR), the UK’s largest automaker, is grappling with the fallout of a severe cyberattack that has forced three factories offline until at least October 1. The financial impact is estimated at £50 million ($68 million) per week, with over 30,000 employees idled and suppliers facing financial strain. The attack has been attributed to the hacking group Scattered Spider, which previously targeted British retailers, and may have exploited a vulnerability in SAP software, raising concerns about vendor governance and patch management. Unlike Marks & Spencer, which recently suffered a breach by the same group but is expected to recover over £100 million through its cyber insurance program, JLR lacks coverage. The company had been negotiating a policy through broker Lockton but failed to finalize the deal before the attack. Without insurance to offset business interruption losses, JLR is bearing the full cost of the shutdown, highlighting the risks of gaps in cyber coverage particularly for manufacturers reliant on just-in-time production and complex supply chains. The incident has sent ripples through the cyber insurance market, serving as a stress test for underwriters ahead of the autumn renewal season. It underscores the existential vulnerabilities of operating without coverage in an era of increasingly sophisticated attacks on operational technology. The shutdown has also drawn government attention, with UK industry minister Chris McDonald pledging support to stabilize JLR and its supply chain. Meanwhile, the Unite trade union has warned of potential job losses across the 104,000 roles tied to JLR’s production, and S&P Global has noted the broader economic impact in its latest UK manufacturing survey. JLR is preparing a phased restart plan, but the attack has already become a cautionary case study for enterprises on the consequences of incomplete cyber insurance placement.
INCIDENT DETAILS -
TYPE
Cyberattack
IMPACT
Financial Loss: £50 million ($68 million) per weekSystems Affected: Three factories offlineDowntime: Until at least October 1Operational Impact: 30,000 employees idled, supply chain disruption
AUGUST 2025
751Before Incident
Vulnerability
11 Aug 2025SAP
SAP

Critical SAP S/4HANA Code Injection Vulnerability (CVE-2025-42957) Exploited in the Wild

749After Incident
CRITICAL-2
SAP5464254090625
A critical SAP S/4HANA code injection vulnerability (CVE-2025-42957, CVSS 9.9) is being actively exploited in the wild, allowing low-privileged attackers to inject arbitrary ABAP code, bypass authorization, and achieve full system takeover. Despite SAP releasing a patch on August 11, 2025, unpatched systems remain exposed due to the ease of reverse-engineering the fix. Exploitation enables data theft, manipulation, privilege escalation (via backdoor accounts), credential theft, and operational disruption—including potential ransomware deployment or malware-based outages. SecurityBridge, which discovered and reported the flaw, confirmed real-world abuse, warning that skilled threat actors can weaponize it trivially. The vulnerability affects multiple SAP products, including S/4HANA (Private Cloud/On-Premise), NetWeaver ABAP, and Business One, risking enterprise-wide compromise. Administrators are urged to apply patches immediately, but delayed updates leave critical infrastructure vulnerable to full system hijacking, financial fraud, or supply-chain attacks via compromised SAP servers. The flaw’s severity stems from its ability to disrupt core business operations, expose sensitive data, and enable follow-on attacks like ransomware or lateral movement into connected networks.
INCIDENT DETAILS -
TYPE
Vulnerability ExploitationCode InjectionPrivilege EscalationUnauthorized Access
MOTIVATION
Data TheftData ManipulationPrivilege EscalationCredential TheftOperational DisruptionPotential Financial Gain
DATA BREACH
Sensitive Business DataCredentialsPotentially PIISensitivity Of Data: High
JULY 2025
751Before Incident
JUNE 2025
750Before Incident
Vulnerability
16 Jun 2025SAP
SAP

SAP Fixed Maximum-Severity Bug in NetWeaver (CVE-2025-42944)

748After Incident
CRITICAL-2
SAP0433304101525
SAP addressed a critical insecure deserialization vulnerability (CVE-2025-42944, CVSS 10.0) in its SAP NetWeaver platform, allowing unauthenticated attackers to execute arbitrary OS commands via malicious payloads submitted through the RMI-P4 module on an open port. Successful exploitation could fully compromise the confidentiality, integrity, and availability of the affected system, enabling attackers to take control of servers, steal sensitive data, or disrupt operations. While no in-the-wild attacks were reported, the flaw posed a severe risk to enterprises relying on NetWeaver for core business processes. Additionally, SAP patched a Directory Traversal vulnerability (CVE-2025-42937, CVSS 9.8) in SAP Print Service (SAPSprint), permitting unauthenticated attackers to overwrite system files via path traversal, and an Unrestricted File Upload flaw (CVE-2025-42910, CVSS 9.0) in SAP Supplier Relationship Management, allowing authenticated attackers to upload and execute malicious files. These vulnerabilities collectively exposed organizations to data breaches, system takeovers, and operational disruptions, particularly in supply chain and enterprise resource planning (ERP) environments.
INCIDENT DETAILS -
TYPE
Vulnerability DisclosureArbitrary Command ExecutionInsecure DeserializationDirectory TraversalUnrestricted File Upload
IMPACT
SAP NetWeaverSAP Print Service (SAPSprint)SAP Supplier Relationship ManagementOperational Impact: High (potential compromise of confidentiality, integrity, and availability)Brand Reputation Impact: Potential (due to critical vulnerabilities in enterprise software)
APRIL 2025
748Before Incident
Vulnerability
01 Apr 2025SAP
SAP

SAP NetWeaver Visual Composer Vulnerability Exploitation

746After Incident
CRITICAL-2
SAP758042625
German software giant SAP's widely-used SAP NetWeaver was exploited due to a critical vulnerability in its Visual Composer development server. The vulnerability enabled an unauthenticated attacker to upload potentially harmful executable binaries. This compromise could significantly affect the confidentiality, integrity, and availability of the targeted system. The vulnerability was detected in April 2025 and assigned the highest severity score by SAP, 10.0 (CVSS v3.1). Although SAP quickly released an emergency fix, affected systems running the latest SAP service pack were already exploited, signifying a zero-day attack.
INCIDENT DETAILS -
TYPE
Zero-day attack
IMPACT
Systems running the latest SAP service pack
MARCH 2025
787Before Incident
Breach
01 Mar 2025SAP
SAP

Inappropriate Behavior Incident Leading to CTO Departure

747After Incident
MEDIUM-40
SAP1007030425
Former CTO Jürgen Müller left SAP due to an 'incident' of inappropriate behavior at a company event, leading to an investigation into allegations of sexual harassment. Müller's departure was mutually agreed upon, and he received a compensation payout of €7.1 million ($7.5 million). The incident resulted in financial loss due to severance payments and could potentially damage SAP's reputation due to the nature of the misconduct and the public scrutiny of executive compensations.
INCIDENT DETAILS -
TYPE
Misconduct
MOTIVATION
Inappropriate behavior
IMPACT
Financial Loss: €7.1 million ($7.5 million)Brand Reputation Impact: Potential damage due to the nature of the misconduct and public scrutiny of executive compensations
JANUARY 2025
836Before Incident
Ransomware
01 Jan 2025SAP
SAP

SAP NetWeaver Visual Composer Metadata Uploader Vulnerability

785After Incident
CRITICAL-51
SAP723051525
In late April, SAP fixed a severe bug in NetWeaver Visual Composer Metadata Uploader, affecting over 1,200 instances. Multiple ransomware operators, including BianLian and RansomEXX, exploited this flaw. The bug allowed unauthenticated actors to upload malicious executables. SAP also patched a separate critical zero-day vulnerability in NetWeaver server, tracked as CVE-2025-42999, with a severity score of 9.1/10. Both vulnerabilities were abused in attacks since January 2025.
INCIDENT DETAILS -
TYPE
vulnerabilityransomware
MOTIVATION
financial gain
IMPACT
Systems Affected: over 1,200 instances
JANUARY 2019
834Before Incident
Vulnerability
01 Jan 2019SAP
SAP: SAP Releases Security Update to Patch Multiple Remote Code Execution Vulnerabilities

SAP Releases Critical Security Patches for Multiple Vulnerabilities

832After Incident
CRITICAL-2
SAP1773147083
SAP Releases Critical Security Patches for Multiple Vulnerabilities SAP has issued a security update addressing multiple vulnerabilities across its core platforms, including SAP NetWeaver, S/4HANA, Business One, Business Warehouse, and industry-specific applications. The patches resolve critical flaws that could enable remote code execution (RCE), denial-of-service (DoS), and unauthorized access if left unaddressed. ### Critical Vulnerabilities Highlighted 1. CVE-2019-17571 (CVSS 9.8) – A code injection flaw in SAP Quotation Management Insurance (FS-QUO), stemming from an Apache Log4j 1.2 deserialization issue. Unauthenticated attackers can exploit this to execute arbitrary code, compromising system confidentiality, integrity, and availability. 2. CVE-2026-27685 (CVSS 9.1) – An insecure deserialization vulnerability in SAP NetWeaver Enterprise Portal Administration, allowing highly privileged attackers to achieve RCE with cross-scope impact. 3. CVE-2026-27689 (CVSS 7.7) – A DoS vulnerability in SAP Supply Chain Management, enabling authenticated users to disrupt system availability. ### Additional Flaws Addressed - Server-Side Request Forgery (SSRF) in SAP NetWeaver AS ABAP - Missing authorization checks in NetWeaver AS ABAP, SAP BW, S/4HANA HCM (Portugal), ERP HCM (Portugal), and SAP Solution Tools Plug-In (ST-PI) - SQL injection in SAP NetWeaver Feedback Notification (CVE-2026-27684) - DOM-based XSS in SAP Business One Job Service (CVE-2026-0489) - Insecure storage protection in SAP Customer Checkout 2.0 - DLL hijacking in SAP GUI for Windows with GuiXT - DoS risk due to outdated OpenSSL in SAP NetWeaver AS Java (Adobe Document Services) ### Impact & Recommended Actions SAP advises customers to prioritize patching the FS-QUO and NetWeaver Enterprise Portal flaws, as they pose the highest risk of full system compromise. Security teams should then address remaining high and medium-severity issues, particularly in internet-facing and business-critical systems, to prevent potential lateral movement attacks via chained exploits. All fixes and implementation guidance are available via the SAP Support Portal.
INCIDENT DETAILS -
TYPE
Remote Code Execution (RCE)Denial-of-Service (DoS)Unauthorized AccessServer-Side Request Forgery (SSRF)SQL InjectionDOM-based XSSDLL Hijacking
IMPACT
SAP NetWeaverS/4HANABusiness OneBusiness WarehouseSAP Quotation Management Insurance (FS-QUO)SAP NetWeaver Enterprise Portal AdministrationSAP Supply Chain ManagementSAP NetWeaver AS ABAPSAP BWS/4HANA HCM (Portugal)ERP HCM (Portugal)SAP Solution Tools Plug-In (ST-PI)SAP Customer Checkout 2.0SAP GUI for Windows with GuiXTSAP NetWeaver AS Java (Adobe Document Services)System compromiseDisruption of system availabilityLateral movement attacks via chained exploits
JUNE 2017
835Before Incident
Vulnerability
16 Jun 2017SAP
SAP

SAP NetWeaver Application Server Java Directory Traversal Vulnerability

836After Incident
CRITICAL-1
SAP443032025
SAP's NetWeaver Application Server Java was found vulnerable to a critical directory traversal flaw identified as CVE-2017-12637. This vulnerability allows remote attackers to read arbitrary files, potentially leading to a compromise of sensitive information and system integrity. The flaw, given a CVSS score of 7.5, indicates a high severity risk. Being actively exploited in the wild, the Cybersecurity and Infrastructure Security Agency (CISA) has mandated federal agencies to mitigate this risk urgently by April 9, 2025. Failure to patch or apply CISA's advisories could lead to serious data breaches, affecting customer and organizational data and disrupting significant operational capacities.
INCIDENT DETAILS -
TYPE
Vulnerability Exploitation
IMPACT
Customer dataOrganizational dataSAP NetWeaver Application Server JavaOperational Impact: Significant operational capacities disrupted
DATA BREACH
Customer dataOrganizational data

Frequently Asked Questions

?
What is the current A.I Rankiteo Cyber Score for SAP ?
?
What was SAP's A.I Rankiteo Cyber Score in May 2026 ?
?
What was SAP's A.I Rankiteo Cyber Score in April 2026 ?
?
What was SAP's A.I Rankiteo Cyber Score in March 2026 ?
?
What was SAP's A.I Rankiteo Cyber Score in February 2026 ?
?
What was SAP's A.I Rankiteo Cyber Score in January 2026 ?
?
What was SAP's A.I Rankiteo Cyber Score in December 2025 ?
?
What was SAP's A.I Rankiteo Cyber Score in November 2025 ?
?
What was SAP's A.I Rankiteo Cyber Score in October 2025 ?
?
What was SAP's A.I Rankiteo Cyber Score in September 2025 ?
?
What was SAP's A.I Rankiteo Cyber Score in August 2025 ?
?
What was SAP's A.I Rankiteo Cyber Score in July 2025 ?
?
What is the average per-incident point impact on SAP's A.I Rankiteo Cyber Score over the past 12 months ?
?
Where can I access detailed records of all cyber incidents associated with SAP ?
?
Where can I find a summary of the A.I Rankiteo Risk Scoring methodology ?
?
Where can I view SAP's profile page on Rankiteo ?
?
How accurate is the A.I Rankiteo Risk Scoring methodology ?