Auto-Color Backdoor Malware Exploits SAP Vulnerability
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2025-31324 | Unauthenticated File Upload RCE in SAP NetWeaver Visual Composer CVE-2025-31324 is a critical (CVSS 9.8) unrestricted file upload flaw (CWE-434) in the Visual Composer Metadata Uploader component of SAP NetWeaver, which lacks proper authorization. An unauthenticated attacker can send crafted upload requests over the network to the Metadata Uploader endpoint and plant malicious executable binaries, such as webshells, on the host. Executing the uploaded files yields remote code execution with full impact on confidentiality, integrity, and availability, enabling system compromise, lateral movement, and ransomware deployment. Any organization running the affected SAP NetWeaver component is at risk, with the greatest exposure for instances reachable from the internet. Exploitation is confirmed in the wild: the flaw was added to CISA KEV on 2025-04-29, a public PoC exists, and researchers and media report active attacks, including by Chinese-linked actors deploying Golang-based implants on Linux systems and known ransomware use, often chained with CVE-2025-42999. Do: Apply SAP's patch for CVE-2025-31324 (released in the April 2025 security updates) and follow the vendor mitigation instructions per CISA KEV/BOD 22-01 requirements. As interim mitigation, restrict or disable the Visual Composer Metadata Uploader endpoint and ensure it is not reachable from the internet; also patch the related CVE-2025-42999 since the flaws are being chained. Check affected hosts for uploaded webshells, Golang-based implants, and signs of ransomware activity. | 9.8 | 100% | KEV ransomware PoC |
| largetens of thousands of enterprise deployments worldwide, with several thousand instances directly internet-exposed |
Full article518 words · extracted from infosecurity-magazine.com · click to collapse
A new backdoor malware campaign targeting Linux systems and exploiting a critical vulnerability in SAP has been uncovered by cybersecurity researchers.
The malware, known as Auto-Color, was deployed in a targeted intrusion against a US-based chemicals company in April 2025.
Threat Exploits SAP NetWeaver Vulnerability
According to an advisory published by Darktrace on July 29, the attack began when a threat actor exploited CVE-2025-31324, a critical flaw in SAP NetWeaver that allows remote file uploads and potential system compromise. Despite SAP disclosing the vulnerability on April 24, threat actors quickly moved to weaponize it.
Jason Soroko, senior fellow at Sectigo said, "Organizations running SAP NetWeaver need to recognize that the Visual Composer Metadata Uploader flaw CVE-2025-31324 is now weaponized in the wild and that adversaries are using it to plant the Auto Color remote access trojan on Linux hosts."
Using a ZIP file delivered through a malicious URI, the attacker initiated the intrusion on April 27. Darktrace detected signs of DNS tunneling and suspicious inbound connections, including downloads from known malicious infrastructure. Within 24 hours, the malware Auto-Color was delivered via an ELF file retrieved from a remote server.
"Darktrace's thorough analysis and findings reveal the first documented case of threat actors exploiting the critical SAP NetWeaver vulnerability [...] to deploy Auto-Color backdoor malware," said Frankie Sclafani, director of cybersecurity enablement, Deepwatch. "This finding represents a significant escalation in multi-stage attack sophistication and warrants immediate attention from organizations."
How Auto-Color Operates and Evades Detection
Auto-Color functions as a Remote Access Trojan (RAT), capable of adapting its behavior based on system privileges. When run with root access, it installs a disguised shared object library, libcext.so.2, through preload manipulation, an advanced Linux persistence method.
"The exploit requires no authentication and lets attackers upload helper scripts that pull an ELF payload which renames itself to /var/log/cross/auto-color," Soroko added, "and persists by adding a fake library called libcext.so.2 to ld.so.preload."
Once embedded, exploit renames itself to mimic log files and obscure its presence. Its activity hinges on establishing an outbound connection over TLS to a hardcoded command-and-control (C2) server. If the C2 server is unreachable, the malware suppresses most behavior, appearing dormant to evade detection in sandboxed or offline environments.
"CVE-2025-31324 is a wake-up call for every organization running SAP," said Jonathan Stross, SAP security analyst at Pathlock. "Darktrace's detailed research highlights how creatively and effectively attackers can leverage known vulnerabilities to advance along the cyber kill chain."
Key characteristics of Auto-Color include:
-
Privilege-aware execution paths
-
Preload-based persistence using ld.so.preload
-
Static, encrypted configuration embedded at compile time
-
A modular C2 command set with capabilities like reverse shell, file execution and kill switch
Darktrace stated that its Autonomous Response blocked outbound connections to the malware's command-and-control (C2) infrastructure, preventing the malware from progressing beyond its initial installation.
"This is a clear example of why SAP security must be integrated into broader IT security operations," Stross explained. "Traditional SAP Basis teams often lack the experience dealing with RATs [...] SAP teams, IT operations and security must work together."
Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/auto-color-backdoor-exploits-sap/