Security Stop-Press : AI-Assisted AWS Attack Achieves Admin Access in Under 10 Minutes

Researchers say an attacker used AI assistance to gain full administrative access to an AWS environment in under ten minutes after stealing exposed cloud credentials.

The incident, observed (on 28 November) by the Sysdig Threat Research Team, began with valid IAM credentials taken from publicly accessible Amazon S3 buckets. Those credentials allowed limited access to AWS Lambda and Amazon Bedrock, enabling rapid automated reconnaissance.

After failing to assume common admin roles, the attacker escalated privileges by modifying an existing Lambda function (a small piece of code that runs automatically in AWS without managing servers) with an overly permissive execution role. This allowed them to create access keys for a real admin account and compromise 19 AWS identities in total.

The attacker then reportedly accessed sensitive data, invoked multiple Bedrock AI models, and attempted to launch high-cost GPU instances. Hallucinated account IDs and references to non-existent repositories pointed to LLM-generated attack code.

AWS said its services were not breached and that the incident stemmed from customer misconfiguration. Businesses can reduce risk by removing credentials from public storage, enforcing least-privilege IAM and Lambda permissions, restricting Lambda code updates, and enabling logging to detect unauthorised activity quickly.

Security Stop-Press: ‘Pixnapping’ Attack Can Steal 2FA Codes From Android Phones

Researchers have discovered a new Android attack called “Pixnapping” that can secretly steal sensitive on-screen data, including two-factor authentication (2FA) codes, private messages, and financial information.

Developed by a team at Carnegie Mellon University, the attack exploits Android APIs and a GPU hardware side channel known as GPU.zip to capture pixels from other apps. In tests, a malicious app stole a 2FA code from Google Authenticator in under 30 seconds without permissions or visible signs.

The flaw affects recent Google and Samsung phones, including the Pixel 6–9 and Galaxy S25, running Android 13 to 16. Research lead Riccardo Paccagnella described it as “a fundamental violation of Android’s security model.” Google has logged the issue as CVE-2025-48561 and issued partial fixes, though researchers say Android remains vulnerable.

Experts advise users and businesses to keep devices updated, avoid untrusted apps, and limit the display of sensitive data until a full patch is released.

Security Stop-Press: Ingram Micro Hit by SafePay Ransomware Attack

IT giant Ingram Micro, a major global distributor of technology products and services, has confirmed it suffered a ransomware attack that forced key systems offline and disrupted global operations.

The incident, which began early on 4 July, was carried out by the SafePay ransomware group. Employees discovered ransom notes on their devices, and systems including Ingram’s Xvantage distribution platform and Impulse licensing tool were shut down. Microsoft 365 and Teams remain unaffected.

Ingram Micro confirmed the attack in a brief statement on 6 July, saying it had “identified ransomware on certain of its internal systems” and was working with cybersecurity experts while restoring services.

The SafePay group, active since late 2024, has hit over 220 organisations and is known for exploiting VPN vulnerabilities using stolen or weak credentials. In this case, the company’s GlobalProtect VPN is thought to be the entry point.

This attack highlights the importance of securing remote access with multi-factor authentication, regular updates, and strong password policies to prevent ransomware intrusions.