Lawmakers in both houses of Congress are demanding answers from the U.S. Cybersecurity & Infrastructure Security Agency (CISA) after KrebsOnSecurity reported this week that a CISA contractor intentionally published AWS GovCloud keys and a v

Lawmakers on Capitol Hill are demanding answers from the U.S. Cybersecurity & Infrastructure Security Agency (CISA) following a report that a contractor intentionally exposed a significant amount of sensitive agency data, including AWS GovCloud keys, on a public GitHub account. The breach has prompted an inquiry from both houses of Congress as CISA works to mitigate the fallout and revoke the compromised credentials.
The incident came to light when a CISA contractor, who had administrative access to the agency's code development platform, created a public GitHub profile named "Private-CISA." This profile contained plaintext credentials for numerous internal CISA systems. Security experts who examined the repository noted that the contractor had disabled GitHub's built-in safeguards designed to prevent the accidental publication of sensitive information in public repositories.
While CISA has acknowledged the data leak, the agency has not provided details on how long the exposed information remained accessible. However, analysis of the now-removed "Private-CISA" archive suggests it was established in November 2025 and appeared to function as a personal workspace or synchronization tool for an individual rather than a formal project repository.
In response to the breach, CISA issued a statement asserting that there is no indication of sensitive data compromise as a result of the incident. However, this statement has not quelled concerns from lawmakers. Senator Maggie Hassan, in a letter to CISA's Acting Director Nick Andersen, expressed serious reservations about how such a security lapse could occur within an agency tasked with protecting against cyber threats. She highlighted the incident's implications for CISA's internal policies and procedures, particularly in the context of ongoing cybersecurity threats targeting U.S. critical infrastructure.
Echoing these concerns, Representative Bennie Thompson, ranking member of the House Homeland Security Committee, and Representative Delia Ramirez, ranking member of the Subcommittee on Cybersecurity and Infrastructure Protection, also communicated their worries to CISA leadership. They suggested the incident might reflect a weakened security culture or inadequate oversight of contractor support, noting that adversaries like China, Russia, and Iran actively seek access to federal networks. The information exposed in the "Private-CISA" repository, they argued, could provide a roadmap for such actors.
More than a week after CISA was initially alerted to the leak by the security firm GitGuardian, the agency was reportedly still in the process of invalidating and replacing many of the exposed keys and secrets. Dylan Ayrey, creator of the open-source tool TruffleHog, which detects secrets in code, reported that a critical RSA private key granting access to a CISA enterprise-owned GitHub app remained un-invalidated. This key, he explained, provided broad access to all code repositories within the CISA-IT organization, allowing an attacker to read source code, deploy malicious code, and alter repository settings. CISA stated it was coordinating with vendors to rotate and invalidate any identified leaked credentials.
Ayrey's company, Truffle Security, monitors public code platforms for exposed secrets. He noted that while his company uses GitHub's public feed of code commits to identify and alert affected parties, malicious actors also monitor this data stream for vulnerabilities. The "Private-CISA" repository exposed dozens of plaintext credentials to critical CISA GovCloud resources, with some of the most sensitive disclosures appearing to have occurred in late April 2026. Ayrey indicated that evidence suggests attackers also monitor these public data feeds.
Experts suggest that while organizations can implement top-down policies to prevent employees from disabling GitHub's security features for official repositories, preventing individuals from using personal accounts for unauthorized data storage remains a challenge. This type of incident, they noted, may represent a human element issue rather than a purely technical one, especially if the contractor's actions occurred outside of CISA's managed environment and visibility.

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.