TL;DR
- SMTP Smuggling Allows Attackers to Bypass Security and Spoof Emails
- Malware Exploits Google MultiLogin for Persistent Access, Bypassing Password Resets
- Orange Spain's BGP Traffic Hijacked After RIPE Account Hacked by Malware
- Bitwarden’s Windows Hello Implementation Allows Remote Stealing of Credentials
- Windows 10 and 11 Security Measures Circumvented by DLL Hijacking Technique
SMTP Smuggling Allows Attackers to Bypass Security and Spoof Emails
- Overview of SMTP Smuggling: SMTP Smuggling is an emerging cyber threat exploiting the Simple Mail Transfer Protocol (SMTP), a fundamental email communication protocol. It enables attackers to bypass traditional email security measures by manipulating inconsistencies in SMTP server handling, specifically during the end-of-data sequence processing.
- Technical Nuances and Impact: The technique leverages discrepancies in how outbound and inbound SMTP servers interpret message data endings. This allows attackers to insert arbitrary SMTP commands and send fraudulent emails from what appear to be legitimate domains, thereby defeating email authentication systems like DMARC, DKIM, and SPF.
- Affected Systems and Remediation Efforts: Major email service providers like Microsoft, GMX, and Cisco are impacted, with vulnerabilities also in SMTP implementations from Postfix and Sendmail. Microsoft and GMX have addressed the issue, but Cisco views it as a non-vulnerability feature, leaving Cisco Secure Email instances vulnerable in default settings. Security advisories recommend reconfiguring Cisco products to mitigate risks.
- Wider Implications and CVE Assignments: The attack's potential extends to millions of domains and is not limited to proprietary systems. Open-source mail transfer agents like Postfix, Sendmail, and Exim are also at risk, with specific Common Vulnerabilities and Exposures (CVEs) identified: CVE-2023-51764 (Postfix), CVE-2023-51765 (Sendmail), and CVE-2023-51766 (Exim).
Malware Exploits Google MultiLogin for Persistent Access, Bypassing Password Resets
- Exploitation of Google OAuth Endpoint: Information-stealing malware is exploiting an undocumented Google OAuth endpoint named MultiLogin. This allows attackers to hijack user sessions, maintaining access to Google services even after a password reset. This critical exploit was first unveiled by a threat actor named PRISMA and has been incorporated into various Malware-as-a-Service (MaaS) stealer families.
- Mechanics of the Exploit: MultiLogin, designed for synchronizing Google accounts across services, is being targeted by attackers. The exploit involves extracting tokens and account IDs from Chrome's token_service table of WebData, crucial for generating and maintaining access through service (GAIA ID) and encrypted_token columns.
- Token-Cookie Generation and Attack Scenarios: The exploit enables various token-cookie generation scenarios, including maintaining access when a user is logged in and generating a one-time use token if the password is changed but Google remains signed in. The stolen token-GAIA ID pairs are used in conjunction with MultiLogin to continually regenerate Google service cookies, facilitating unauthorized logins.
- Response and Mitigation Efforts: Google acknowledges the attack method, stating that users can revoke stolen sessions by logging out of the impacted browser. They emphasize that stolen tokens and cookies can be invalidated by the user, contradicting reports that suggest otherwise. Enhanced Safe Browsing in Chrome is recommended for protection against such exploits.