AntiMalwareJuly 17, 2026🇷🇺Translated from Russian

7-Zip Vulnerability CVE-2026-14266 Enables Arbitrary Code Execution Through Malicious XZ Archives

A dangerous vulnerability has been discovered in the widely used file compression utility 7-Zip, identified as CVE-2026-14266. The flaw enables an attacker to execute arbitrary code on a victim’s system by tricking them into opening a specially prepared XZ archive.

The root cause lies in a buffer overflow that occurs during the processing of fragmented XZ data. When the application attempts to handle such malformed archives, it can write data outside the boundaries of allocated memory. Successful exploitation grants the attacker the ability to run malicious code with the same privileges as the current 7-Zip process.

Although the attack requires user participation, the vector is highly effective for phishing operations. Attackers can disguise the malicious file as a software update, backup archive, document package, or ordinary attachment delivered through messengers or email. Once opened, the payload may install malware, steal accessible data, modify files, or crash the system.

The vulnerability received a CVSS score of 7 out of 10. No authentication or prior access to the target device is required, increasing its potential severity in targeted scenarios. Researchers have not yet observed active exploitation of CVE-2026-14266 in the wild; however, technical details have already been published, providing a clear roadmap for threat actors seeking to develop working exploits.

Developers addressed the issue in 7-Zip 26.0. Security experts recommend that all users upgrade to the patched version without delay and avoid opening unexpected XZ archives from untrusted sources. Files bearing names such as “documents_important.xz” should be treated with particular caution, as they may contain not documents but actively malicious code.

Related articles

HabrVulnerabilities & Exploits

How Modern API Attacks Abuse Legitimate Functionality Instead of Exploiting Vulnerabilities

Traditional API incidents once centered on authorization errors, access control issues, SQL injections, and known vulnerability exploitation. Today, many attacks on APIs no longer require finding code flaws; attackers simply use documented methods, valid authorization, and correct parameters at unexpected scale or timing. NGENIX security teams observe three main behavioral patterns: Burst attacks that overload resource-heavy endpoints, Shortwave attacks that exploit race conditions through timed parallel requests, and Carpet Bombing that distributes activity across dozens of endpoints for reconnaissance or scalping. These techniques often bypass WAF because each individual request appears fully compliant with API specifications. Protection is shifting toward behavioral analysis, sliding-window rate limiting, and monitoring of overall client behavior rather than single-request signatures. Real-world cases include sudden catalog scraping during contests and mass reservation of airline seats without purchases, leading to degraded service for legitimate users.

Security NEXTVulnerabilities & Exploits

Critical Vulnerabilities Patched in WHMCS Billing Software for Hosting Providers

WebPros International has disclosed two serious vulnerabilities in its WHMCS billing management platform used by hosting and cloud service providers. CVE-2026-67399 allows unauthenticated remote code execution through unsafe deserialization of untrusted data under specific conditions, potentially compromising the entire server environment and associated data. CVE-2026-67398 affects the 2CheckOut payment gateway module and stems from missing authorization checks, enabling attackers to retrieve sensitive customer information including names, addresses, emails, and phone numbers without authentication. HackerOne assigned CVSS v4.0 scores of 9.3 (Critical) to the first issue and 8.2 (High) to the second. WebPros released fixed versions WHMCS 9.0.8 and 8.13.7, and recommended disabling the 2CheckOut module as a temporary mitigation for the second flaw.

Security NEXTVulnerabilities & Exploits

Cisco Releases Critical Patches for Exploited SQL Injection Flaw in Secure Email Gateway

Cisco Systems has issued security updates for Cisco Secure Email Gateway to address a critical SQL injection vulnerability tracked as CVE-2026-76461. The flaw stems from insufficient input validation during email parsing and allows unauthenticated remote attackers to execute arbitrary SQL commands. Successful exploitation can lead to root-level access on the underlying operating system, enabling full command execution. The vulnerability carries a CVSSv3.1 base score of 9.8 and is rated Critical. Cisco confirmed active exploitation of the issue in September 2026. Recommended fixes include upgrading to versions 16.5.0-780, 16.0.4-3021, or 15.5.5-0141, with strong preference given to the newest release.

AntiMalwareVulnerabilities & Exploits

Telegram Desktop HTML Export Flaw Allowed Stealthy JavaScript Injection into Chat History

Researchers at ExPatch identified a vulnerability in Telegram Desktop that enabled attackers to embed malicious JavaScript into exported HTML chat histories without user detection. The flaw stemmed from insufficient sanitization of button captions added by bots, allowing hidden scripts to execute when the HTML file was opened in a browser. Malicious messages could be forwarded into chats and remain dormant until export, potentially exfiltrating messages, sender names, and timestamps to attacker servers. The issue affected versions 4.15.1 through 6.9.3, with fixes released in beta 6.9.4 and stable version 7.0.1 on July 14. No in-the-wild exploitation was observed, though the attack required specific conditions including an unpatched export and JavaScript-enabled browser. Users are advised to re-export chats after updating or open old files with JavaScript disabled.