Security NEXTSeptember 15, 2026🇯🇵Translated from Japanese

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

Cisco Systems has published security updates for Cisco Secure Email Gateway addressing a critical vulnerability that is already being exploited in the wild.

The flaw, identified as CVE-2026-76461, is an SQL injection issue caused by insufficient input validation in the email parsing process. Attackers can send specially crafted emails that trigger unauthenticated remote execution of arbitrary SQL commands.

According to Cisco, successful exploitation grants attackers root privileges on the underlying operating system, allowing them to run any commands on the affected appliance. The vulnerability received a CVSSv3.1 base score of 9.8 and is rated Critical.

Cisco confirmed exploitation of CVE-2026-76461 in September 2026. The company strongly recommends immediate migration to the fixed releases Cisco Secure Email Gateway 16.5.0-780, 16.0.4-3021, or 15.5.5-0141, with 16.5.0-780 being the preferred target. The 16.5.0-780 branch also contains additional fixes beyond this CVE.

Administrators are advised to review the release notes for their specific branch, as the exact fixed versions differ across maintenance streams.

Related articles

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.

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.

HabrVulnerabilities & Exploits

Critical MikroTik RouterOS Vulnerabilities Enable SSH Authentication Bypass and Privilege Escalation

Polish CERT disclosed three vulnerabilities in MikroTik routers, two of which have been actively exploited since at least September 2. The flaws, rated 9.2 on CVSS, affect devices with internet-facing SSH access and were discovered using OpenAI models GPT 5.5 Cyber and GPT 5.6 Sol followed by manual verification. CVE-2026-67276 allows authentication bypass when the attacker knows the username and public key module, while CVE-2026-86060 permits privilege escalation via usernames containing invalid characters. Their combination enables full device compromise. A third issue, CVE-2026-67277 rated 8.8, resides in the speed-test service and can cause denial of service. Patches are available in RouterOS versions 7.25beta3, 7.24.2, 7.23.4 and 6.49.21, and MikroTik added detection for prior compromise. Attacks began concurrently with patch release and leave distinctive log entries.

HabrVulnerabilities & Exploits

Yookassa Webhook Flaw Allowed Forging Payment Confirmations via Single Curl Request

A technical audit of a car rental service uncovered a critical flaw in the Yookassa webhook handler where payment.succeeded events were trusted without verification. The endpoint accepted the event type and gateway_payment_id directly from the client-supplied payload, enabling attackers to mark pending bookings as paid using a simple unauthenticated POST request. The vulnerability existed because the integration did not use Yookassa's optional Webhook-Signature mechanism and avoided IP allowlisting due to proxy infrastructure concerns. Developers addressed the issue by implementing a reverse API call to fetch authoritative payment status from Yookassa before updating records, ensuring fail-closed behavior on errors. New tests cover forgery attempts, amount mismatches, and idempotency, while several additional hardening measures were deliberately deferred to keep the patch minimal and reviewable. The original unit tests had masked the problem by simulating trusted input rather than validating source authenticity.