ZeroHour
The Hacker Newspublished ()ingested @TheHackersNews

Russian Cybercrime Groups Exploiting 7-Zip Flaw to Bypass Windows MotW Protections

criticalExploit / PoC exploited in the wildimportance 60CVE-2025-0411

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2025-0411
Mark-of-the-Web Bypass in 7-Zip Enables Code Execution via Crafted Archives

CVE-2025-0411 is a protection-mechanism bypass in 7-Zip's handling of archived files: when extracting a crafted archive that carries the Mark-of-the-Web, 7-Zip fails to propagate the MotW flag to the extracted files. Exploitation requires user interaction, as the target must visit a malicious page or open a malicious archive. Because the extracted files lose their MotW designation, Windows skips its usual security prompts on attacker-supplied executables or scripts, allowing arbitrary code execution in the context of the current user. Anyone running affected 7-Zip installations is exposed, including NetApp Active IQ Unified Manager deployments that incorporate 7-Zip. The flaw was exploited as a zero-day — Russian cybercrime groups and SmokeLoader campaigns, notably targeting Ukrainian organizations, abused it — and CISA added it to the Known Exploited Vulnerabilities catalog on 2025-02-06.

Do: Upgrade 7-Zip to the latest patched release per vendor guidance, and for NetApp Active IQ Unified Manager apply the update specified in NetApp's security advisory; the CISA KEV required action is to apply vendor mitigations or discontinue use. Until patched, treat archives from untrusted sources with caution and verify extracted executables manually, since MotW prompts will not fire on extracted files. Hunt for signs of SmokeLoader-style post-extraction execution in user workstations.

7.067% KEV
  • 7-Zip
  • NetApp Active IQ Unified Manager
masstens of millions of users (7-Zip is among the most widely deployed Windows archive utilities, plus NetApp-bundled deployments)
Full article730 words · extracted from thehackernews.com · click to collapse

A recently patched security vulnerability in the 7-Zip archiver tool was exploited in the wild to deliver the SmokeLoader malware.

The flaw, CVE-2025-0411 (CVSS score: 7.0), allows remote attackers to circumvent mark-of-the-web (MotW) protections and execute arbitrary code in the context of the current user. It was addressed by 7-Zip in November 2024 with version 24.09.

"The vulnerability was actively exploited by Russian cybercrime groups through spear-phishing campaigns, using homoglyph attacks to spoof document extensions and trick users and the Windows Operating System into executing malicious files," Trend Micro security researcher Peter Girnus said.

It's suspected that CVE-2025-0411 was likely weaponized to target governmental and non-governmental organizations in Ukraine as part of a cyber espionage campaign set against the backdrop of the ongoing Russo-Ukrainian conflict.

MotW is a security feature implemented by Microsoft in Windows to prevent the automatic execution of files downloaded from the internet without performing further checks through Microsoft Defender SmartScreen.

It works by making use of the alternate data stream (ADS) feature of the Windows NTFS file system to place a "Zone.Identifier" tag with the value "ZoneId=3" to signify that the file has been downloaded from an external, untrusted source and that it needs to be subjected to additional checks.

CVE-2025-0411 bypasses MotW by double archiving contents using 7-Zip, i.e, creating an archive and then embedding that archive within another archive to conceal the malicious payloads.

"The root cause of CVE-2025-0411 is that prior to version 24.09, 7-Zip did not properly propagate MotW protections to the content of double-encapsulated archives," Girnus explained. "This allows threat actors to craft archives containing malicious scripts or executables that will not receive MotW protections, leaving Windows users vulnerable to attacks."

Attacks leveraging the flaw as a zero-day were first detected in the wild on September 25, 2024, with the infection sequences leading to SmokeLoader, a loader malware that has been repeatedly used to target Ukraine.

The starting point is a phishing email that contains a specially-crafted archive file that, in turn, employs a homoglyph attack to pass off the inner ZIP archive as a Microsoft Word document file, effectively triggering the vulnerability.

The phishing messages, per Trend Micro, were sent from email addresses associated with Ukrainian governing bodies and business accounts to both municipal organizations and businesses, suggesting prior compromise.

"The use of these compromised email accounts lend an air of authenticity to the emails sent to targets, manipulating potential victims into trusting the content and their senders," Girnus pointed out.

This approach leads to the execution of an internet shortcut (.URL) file present within the ZIP archive, which points to an attacker-controlled server hosting another ZIP file. The newly downloaded ZIP contains the SmokeLoader executable that's disguised as a PDF document.

At least nine Ukrainian government entities and other organizations have been assessed to be impacted by the campaign, including the Ministry of Justice, Kyiv Public Transportation Service, Kyiv Water Supply Company, and City Council.

In light of the active exploitation of CVE-2025-0411, users are recommended to update their installations to the latest version, implement email filtering features to block phishing attempts, and disable the execution of files from untrusted sources.

"One interesting takeaway we noticed in the organizations targeted and affected in this campaign is smaller local government bodies," Girnus said.

"These organizations are often under intense cyber pressure yet are often overlooked, less cyber-savvy, and lack the resources for a comprehensive cyber strategy that larger government organizations have. These smaller organizations can be valuable pivot points by threat actors to pivot to larger government organizations."

Update

The financially motivated threat actor known as UAC-0006 has been attributed as behind a payment-themed phishing campaign dubbed GetSmoked targeting Ukraine's PrivatBank to distribute the SmokeLoader malware.

The attack chains, observed between October 2024 and late January 2025, involve the use of ZIP attachments in emails that, when opened, launch either a JavaScript or a Windows shortcut (LNK) file to launch a PowerShell script. The script, in turn, opens a lure PDF document, while also stealthily establishing contact with a remote server to download and execute SmokeLoader.

"UAC-0006's tactics, techniques, and procedures (TTPs) overlap with those of FIN7, indicating ties to Russian APT activity," CloudSEK researcher Koushik Pal said in an analysis dated February 5, 2025.

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.

Text extracted automatically; images, tables and formatting may be missing. Original: https://thehackernews.com/2025/02/russian-cybercrime-groups-exploiting-7.html