Quarantining leaked credentials is not good enough

Hundreds of AWS root keys, some of which are still active and valid, have been discovered in public GitHub repositories, according to a recent finding by Truffle Security. While AWS Security typically applies a "Quarantine Policy" to leaked credentials, this policy has been criticized for not fully deactivating compromised keys, potentially leaving customer environments vulnerable to significant damage.
AWS's stated rationale for the Quarantine Policy is to limit fraud-related activity and unauthorized charges without disrupting existing customer resources. However, critics argue that this approach is flawed, as a compromised credential, especially a root key, can still be exploited by malicious actors in numerous ways, even if some actions are restricted.
Analysis of the Quarantine Policy reveals several critical permissions that remain active. For instance, an attacker can perform arbitrary actions on Amazon RDS databases, run commands as root on EC2 instances via `ssm:SendCommand` or `ssm:StartSession`, and assume other roles within the account using `sts:AssumeRole`, potentially bypassing many restrictions.
Furthermore, attackers can launch instances through the Auto Scaling service-linked role using `autoscaling:CreateAutoScalingGroup` or `UpdateAutoScalingGroup`, circumventing `ec2:RunInstances` denials. While `cloudtrail:LookupEvents` is denied, `cloudtrail:StopLogging` and `DeleteTrail` are permitted, allowing an attacker to erase audit logs.
Email and SMS services are also at risk. Although `ses:GetSendQuota` and `ListIdentities` are denied, `SendEmail` is not, enabling attackers to send spam. Similarly, `sns:Publish` is allowed, facilitating the sending of fraudulent text messages.
Data manipulation and destruction are also possible. While `s3:DeleteObject` is denied, `s3:PutObject` is allowed, meaning an attacker can fill buckets with petabytes of data. Crucially, `s3:PutBucketVersioning`, `s3:PutObjectLockConfiguration`, `s3:PutObjectRetention`, and `s3:PutObjectLegalHold` are not blocked. This allows an attacker to enable versioning, turn on Object Lock, and set a bucket-default COMPLIANCE-mode retention for up to 100 years, which cannot be shortened or removed by anyone, including the account root or AWS Support, effectively making the data undeletable without deleting the entire AWS account.
Sensitive information stored in Secrets Manager and SSM Parameter Store is also vulnerable, as `secretsmanager:GetSecretValue`, `ssm:GetParameter*` (with decryption), and `kms:Decrypt` are all unencumbered. This means an attacker can access customer secrets.
Backup and recovery mechanisms can also be compromised. `backup:DeleteRecoveryPoint`, `DeleteBackupVault`, and `rds:DeleteDBSnapshot` are permitted, allowing attackers to delete backups. CloudFormation stacks are also at risk, as `cloudformation:DeleteStack` is not explicitly denied, potentially leading to the deletion of all customer stacks.
The continued activity of these root keys and the permissive nature of the Quarantine Policy raise concerns about the potential for widespread damage to customer environments. While AWS is known for its security expertise, the current policy is seen by some as an insufficient response to leaked credentials, potentially requiring a significant customer incident to prompt a change in approach.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.