• Home
  • Cyber Crime
  • Cyber warfare
  • APT
  • Data Breach
  • Deep Web
  • Digital ID
  • Hacking
  • Hacktivism
  • Intelligence
  • Internet of Things
  • Laws and regulations
  • Malware
  • Mobile
  • Reports
  • Security
  • Social Networks
  • Terrorism
  • ICS-SCADA
  • POLICIES
  • Contact me
MUST READ

Severe Hikvision HikCentral product flaws: What You Need to Know

 | 

U.S. CISA adds TP-Link Archer C7(EU) and TL-WR841N flaws to its Known Exploited Vulnerabilities catalog

 | 

Google addressed two Android flaws actively exploited in targeted attacks

 | 

U.S. CISA adds WhatsApp, and TP-link flaws to its Known Exploited Vulnerabilities catalog

 | 

Android droppers evolved into versatile tools to spread malware

 | 

Jaguar Land Rover shuts down systems after cyberattack, no evidence of customer data theft

 | 

Cloudflare blocked a record 11.5 Tbps DDoS attack

 | 

Palo Alto Networks disclosed a data breach linked to Salesloft Drift incident

 | 

Von der Leyen’s plane hit by suspected Russian GPS Jamming in Bulgaria, landed Safely

 | 

Supply-chain attack hits Zscaler via Salesloft Drift, leaking customer info

 | 

Crooks exploit Meta malvertising to target Android users with Brokewell

 | 

North Korea’s APT37 deploys RokRAT in new phishing campaign against academics

 | 

Fraudster stole over $1.5 million from city of Baltimore

 | 

SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 60

 | 

Security Affairs newsletter Round 539 by Pierluigi Paganini – INTERNATIONAL EDITION

 | 

Amazon blocks APT29 campaign targeting Microsoft device code authentication

 | 

Lab Dookhtegan hacking group disrupts communications on dozens of Iranian ships

 | 

New zero-click exploit allegedly used to hack WhatsApp users

 | 

US and Dutch Police dismantle VerifTools fake ID marketplace

 | 

Experts warn of actively exploited FreePBX zero-day

 | 
  • Home
  • Cyber Crime
  • Cyber warfare
  • APT
  • Data Breach
  • Deep Web
  • Digital ID
  • Hacking
  • Hacktivism
  • Intelligence
  • Internet of Things
  • Laws and regulations
  • Malware
  • Mobile
  • Reports
  • Security
  • Social Networks
  • Terrorism
  • ICS-SCADA
  • POLICIES
  • Contact me
  • Home
  • Breaking News
  • Security
  • SonicWall fixed critical flaw in SMA 100 devices exploited in Overstep malware attacks

SonicWall fixed critical flaw in SMA 100 devices exploited in Overstep malware attacks

Pierluigi Paganini July 24, 2025

SonicWall addressed a critical vulnerability, tracked as CVE-2025-40599 (CVSS score of 9.1), in SMA 100 appliances

SonicWall addressed a critical vulnerability, tracked as CVE-2025-40599 (CVSS score of 9.1), in SMA 100 appliances. Experts warn customers to check their installs for Indicators of Compromise (IoCs) associated with Overstep malware attacks.

The issue is an authenticated arbitrary file upload vulnerability in the web management interface of impacted devices.

“An authenticated arbitrary file upload vulnerability exists in the SMA 100 series web management interface. A remote attacker with administrative privileges can exploit this flaw to upload arbitrary files to the system, potentially leading to remote code execution.” reads the advisory. “SonicWall strongly recommends that users of the SMA 100 series products (SMA 210, 410, and 500v) upgrade to the specified fixed release version to remediate this vulnerability.”

A remote attacker with administrative privileges can trigger the flaw to upload arbitrary files to the system, which could lead to the execution of arbitrary code.

The flaw impacts 10.2.1.15-81sv and earlier versions, it was addressed in 10.2.2.1-90sv and higher versions.

Recently Google’s Threat Intelligence Group warned that a threat actor tracked as UNC6148 has been targeting SonicWall SMA appliances with new malware dubbed Overstep. Active since at least October 2024, the group uses a backdoor and user-mode rootkit to potentially enable data theft, extortion, or ransomware attacks. While these activities suggest financial motives, researchers have not yet confirmed them definitively.

“GTIG assesses with high confidence that UNC6148 is leveraging credentials and one-time password (OTP) seeds stolen during previous intrusions, allowing them to regain access even after organizations have applied security updates.” reads the report published by Google. “Evidence for the initial infection vector was limited, as the actor’s malware is designed to selectively remove log entries, hindering forensic investigation; however, it is likely this was through the exploitation of known vulnerabilities.”

Google’s Threat Intelligence Group (GTIG) assesses with moderate confidence that UNC6148 used a zero-day RCE vulnerability to deploy OVERSTEP malware on SonicWall SMA appliances.

A May 2025 victim appeared on the “World Leaks” data leak site in June. UNC6148 activity overlaps with earlier SonicWall exploits tied to Abyss/VSOCIETY ransomware.

In June 2025, threat group UNC6148 compromised a SonicWall SMA 100 series appliance by establishing a VPN session using stolen admin credentials. Once they gained access to the device, they launched a reverse shell, despite this not being supported by the device’s design, likely via an unknown exploit.

Through the shell, UNC6148 conducted reconnaissance, manipulated files, and exported/imported device settings, possibly modifying them offline to maintain access. They then deployed the OVERSTEP rootkit by decoding it, placing it in key system directories, and achieving persistence via /etc/ld.so.preload.

To further entrench OVERSTEP, they modified the device’s boot script (rc.fwboot) to inject malicious code into the initial RAM disk (INITRD), ensuring it loads on every boot. This involved decompressing and mounting the INITRD, injecting the rootkit, timestomping it to hide tampering, and soft-rebooting the device using kexec.

Finally, the attackers cleared logs and rebooted the appliance, activating the rootkit and securing persistent, privileged access.

OVERSTEP is a sophisticated backdoor and user-mode rootkit written in C, it was designd to target SonicWall SMA 100 series appliances. The malware is compiled as a 32-bit ELF shared object for Intel x86 architecture and achieves persistence by placing itself in the /etc/ld.so.preload file. This ensures the malicious library is injected into every newly launched process, allowing it to hijack standard library functions such as open, open64, readdir, readdir64, and write. The rootkit capabilities conceal its presence by blocking access to specific files and hiding associated processes and entries, including /etc/ld.so.preload, the malicious library itself, and processes related to bash, sh, or ssh.

OVERSTEP uses a hijacked write function to inspect web server log data for embedded commands. These commands are delivered through seemingly normal web requests and are extracted directly from intercepted log buffers. The researchers identified two main commands: dobackshell, which launches a reverse shell to a specified IP and port, and dopasswords, which creates a tar archive of sensitive system files and stores it in a publicly accessible web directory with open permissions, allowing easy download by the attacker. To cover its tracks, OVERSTEP attempts to remove traces of these commands from system log files such as httpd.log, http_request.log, and inotify.log, provided it can elevate privileges to root.

The malware’s persistence is reinforced by locking the /etc/ld.so.preload file with the FS_IMMUTABLE_FL flag, making it nearly impossible to modify or delete. Its user-mode rootkit functions make detection and removal especially difficult, while the backdoor functionalities allow remote command execution and data exfiltration without triggering traditional alarms. Through these mechanisms, OVERSTEP maintains stealthy, long-term access to compromised appliances.

The UNC6148 campaign targeting SonicWall SMA appliances extends beyond GTIG’s direct investigations, with scanning activity dating back to at least October 2024. SonicWall confirmed other organizations were affected and updated its advisory for CVE-2024-38475, recommending OTP seed rotation. Though GTIG hasn’t observed direct monetization, network telemetry showed a May 2025 compromise followed by a June 2025 data leak, suggesting a potential link.

Google states that UNC6148’s tactics overlap with earlier reports from Truesec and dfir.ch involving Abyss-branded ransomware, implying a possible progression toward data extortion. The OVERSTEP backdoor appears to be an evolved form of the wafxSummary tool, with prior cases showing up to a year’s delay between initial compromise and ransomware deployment.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, newsletter)


facebook linkedin twitter

Hacking hacking news information security news IT Information Security malware Overstep malware Pierluigi Paganini Security Affairs Security News SonicWall

you might also like

Pierluigi Paganini September 04, 2025
Severe Hikvision HikCentral product flaws: What You Need to Know
Read more
Pierluigi Paganini September 04, 2025
U.S. CISA adds TP-Link Archer C7(EU) and TL-WR841N flaws to its Known Exploited Vulnerabilities catalog
Read more

leave a comment

newsletter

Subscribe to my email list and stay
up-to-date!

    recent articles

    Severe Hikvision HikCentral product flaws: What You Need to Know

    Hacking / September 04, 2025

    U.S. CISA adds TP-Link Archer C7(EU) and TL-WR841N flaws to its Known Exploited Vulnerabilities catalog

    Hacking / September 04, 2025

    Crooks turn HexStrike AI into a weapon for fresh vulnerabilities

    Cyber Crime / September 03, 2025

    Google addressed two Android flaws actively exploited in targeted attacks

    Security / September 03, 2025

    U.S. CISA adds WhatsApp, and TP-link flaws to its Known Exploited Vulnerabilities catalog

    Hacking / September 03, 2025

    To contact me write an email to:

    Pierluigi Paganini :
    pierluigi.paganini@securityaffairs.co

    LEARN MORE

    QUICK LINKS

    • Home
    • Cyber Crime
    • Cyber warfare
    • APT
    • Data Breach
    • Deep Web
    • Digital ID
    • Hacking
    • Hacktivism
    • Intelligence
    • Internet of Things
    • Laws and regulations
    • Malware
    • Mobile
    • Reports
    • Security
    • Social Networks
    • Terrorism
    • ICS-SCADA
    • POLICIES
    • Contact me

    Copyright@securityaffairs 2024

    We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
    Cookie SettingsAccept All
    Manage consent

    Privacy Overview

    This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities...
    Necessary
    Always Enabled
    Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
    Non-necessary
    Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
    SAVE & ACCEPT