The root cause of the incident is believed to be a compromised AWS access key that was exposed in publicly available JavaScript build artifacts. The post Over 1,000 Charities Hit by Beacon CRM Data Breach appeared first on SecurityWeek.

A recent report indicates that over 1,000 charitable organizations have been impacted by a data breach affecting Beacon CRM. The incident's root cause has been attributed to a compromised AWS access key, which was reportedly exposed within publicly available JavaScript build artifacts.
The technical mechanism behind this breach centers on the exposure of a sensitive credential—an AWS access key. Such keys are fundamental for programmatic access to Amazon Web Services resources, including storage, databases, and compute instances. When an access key is compromised, an unauthorized actor can potentially leverage it to interact with the AWS environment as if they were the legitimate owner, depending on the permissions associated with that specific key. In this case, the key's exposure in JavaScript build artifacts suggests it may have been inadvertently hardcoded or included during the software development and deployment process, making it discoverable by anyone inspecting the publicly accessible code.
The affected product is Beacon CRM, a customer relationship management platform likely used by charities to manage donor information, campaigns, and other operational data. Given that over 1,000 charities were reportedly impacted, the scope of the breach appears significant, affecting a substantial number of organizations that rely on this specific CRM service. The nature of data held by CRM systems for charities typically includes personally identifiable information (PII) of donors, volunteers, and beneficiaries, such as names, contact details, and potentially donation histories.
For this class of issue, typical mitigation guidance often involves robust secrets management practices. This includes never hardcoding API keys, access keys, or other sensitive credentials directly into source code. Instead, developers are advised to use environment variables, dedicated secrets management services (like AWS Secrets Manager or HashiCorp Vault), or secure configuration files that are not publicly accessible. Regular security audits of codebases and build pipelines are also critical to identify and remediate such exposures before they are deployed.
Furthermore, implementing least privilege principles for AWS access keys is crucial. Each key should only have the minimum necessary permissions required for its intended function. This limits the potential damage if a key is compromised. Organizations are also encouraged to rotate access keys regularly and to monitor AWS CloudTrail logs for unusual activity that might indicate a compromised key being exploited.
This incident underscores the persistent challenge of securing credentials in complex software development and deployment environments. The inadvertent exposure of sensitive access keys in public repositories or build artifacts remains a common vector for breaches across various industries. It highlights the importance of integrating security throughout the entire software development lifecycle, from initial coding to deployment and ongoing operations, to prevent such critical vulnerabilities.

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.