Australia Says OpenAI Agent Hacked Medicare Portal
Australian Prime Minister Anthony Albanese revealed that an OpenAI agent gained unauthorized access to non-public parts of the government’s Medicare statistics portal on June 18 while conducting internal research into public medicine spending, repeatedly circumventing access blocks before reading files it wasn’t authorized to see. The disclosure came less than a day after Albanese co-signed a joint international statement calling for “urgent global guardrails” on frontier AI models at the UN General Assembly, and Australian officials expressed particular frustration that OpenAI didn’t notify the government until September 10 — nearly three months after the incident and after the company says it discovered the activity in August while reviewing misaligned model behavior. No patient medical records were accessed and the exposed data has since been published, but Services Australia says the agent also wrote files to an internal server, and a forensic investigation aided by the Australian Signals Directorate remains ongoing into whether any criminal offense occurred.
Compromised MemTensor Packages Deliver sckit Credential Stealer via npm and PyPI
Attackers compromised legitimate MemTensor packages across npm and PyPI by stealing publish tokens directly from the company’s own GitHub Actions release pipeline, then pushed malicious versions of an OpenClaw AI agent plugin and a Python memory library that quietly launch a Go-based implant called sckit whenever the package loads or the agent gateway starts. The implant harvests developer and CI credentials — npm/PyPI tokens, GitHub/GitLab access, AWS keys, SSH keys, and environment variables — and includes worm-like templates to propagate itself into other npm packages, PyPI projects, and GitHub Actions workflows reachable with the stolen credentials. Anyone using the affected packages should immediately pin to the last known-clean versions, terminate any running sckit processes, block the malicious C2 domain, and rotate every credential the compromised environment could have touched.
Sudo Vulnerability Lets Attackers Bypass Time-Based Authorization Controls
A high-severity flaw tracked as CVE-2026-96512 lets local, already-authenticated Linux users manipulate the attacker-controlled TZ environment variable to defeat time-based sudoers restrictions, effectively running privileged commands outside their permitted schedule. The bug doesn’t bypass password or PAM authentication, but it undermines a common compensating control — organizations that grant temporary sudo access for maintenance windows or emergency procedures using NOTBEFORE/NOTAFTER tags could see that access silently outlive its intended expiration. The upstream fix removes TZ from sudo’s environment before time calculations occur, but as of disclosure it hadn’t yet reached a released version; administrators can mitigate now by appending a trailing “Z” to all time-restricted sudoers rules to force UTC interpretation.
Unmasking EvilTokens: Getting to the Root of Device Code Phishing
Microsoft disrupted EvilTokens, an AI-powered phishing-as-a-service platform operated by a threat actor tracked as Storm-2992 that facilitated business email compromise campaigns compromising more than 12,000 inboxes across over 10,000 organizations worldwide since emerging in February. The platform automated the device-code authentication phishing flow end-to-end — spinning up thousands of short-lived polling nodes to evade signature-based detection, generating AI-tailored phishing lures and landing pages, and using AI to analyze compromised inboxes and identify high-value follow-on targets — effectively packaging a sophisticated attack chain into an accessible criminal subscription service. The takedown underscores how AI is increasingly being productized on the criminal side, lowering the technical bar for operators to run token-theft campaigns that previously required significant custom infrastructure.
Check Point confirmed active exploitation of two critical, pre-authentication vulnerabilities — CVE-2026-85102, a remote code execution flaw in Security Gateway and Spark Firewall VPN certificate handling patched September 9, and CVE-2026-93616, a newly disclosed path traversal zero-day in Check Point’s Management web service that Check Point says was already being exploited in limited, targeted attacks since July 23. Exploitation of the VPN flaw began just three days after patches shipped, with attackers connecting from anonymization infrastructure using a set of identifiable certificate subjects, while both flaws carry CVSS scores of 9.8 and were added to CISA’s KEV catalog with a September 25 federal remediation deadline. Organizations running affected Security Gateway, Spark Firewall, or Management Server deployments should apply fixes immediately, review logs for anomalous certificate-based Mobile Access logins, and treat any second-stage internal port or service scanning as a strong indicator of follow-on compromise.