CVE-2026-31976: CWE-506: Embedded Malicious Code in xygeni xygeni-action
xygeni-action is the GitHub Action for Xygeni Scanner. On March 3, 2026, an attacker with access to compromised credentials created a series of pull requests (#46, #47, #48) injecting obfuscated shell code into action.yml. The PRs were blocked by branch protection rules and never merged into the main branch. However, the attacker used the compromised GitHub App credentials to move the mutable v5 tag to point at the malicious commit (4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12) from one of the unmerged PRs. This commit remained in the repository's git object store, and any workflow referencing @v5 would fetch and execute it. This is a supply chain compromise via tag poisoning. Any GitHub Actions workflow referencing xygeni/xygeni-action@v5 during the affected window (approximately March 3–10, 2026) executed a C2 implant that granted the attacker arbitrary command execution on the CI runner for up to 180 seconds per workflow run.
AI Analysis
Technical Summary
CVE-2026-31976 is a critical supply chain vulnerability involving the xygeni-action GitHub Action, a tool used in continuous integration workflows for the Xygeni Scanner. On March 3, 2026, an attacker who had gained access to compromised GitHub App credentials created multiple pull requests containing obfuscated shell code injected into the action.yml file. Although these pull requests were blocked by branch protection rules and never merged into the main branch, the attacker exploited the mutable nature of the v5 tag by moving it to point to a malicious commit (4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12) residing in the repository’s git object store. Consequently, any CI workflow referencing xygeni/xygeni-action@v5 during the affected period (March 3–10, 2026) would fetch and execute this malicious code. The injected code functioned as a command-and-control (C2) implant, granting the attacker arbitrary command execution on the CI runner environment for up to 180 seconds per workflow run. This attack vector leverages CWE-506 (Embedded Malicious Code) and represents a sophisticated tag poisoning supply chain compromise. The vulnerability requires no authentication or user interaction to be exploited, enabling remote, unauthenticated attackers to execute arbitrary commands within the CI infrastructure. The CVSS v4.0 score of 9.3 reflects the high severity, with critical impacts on confidentiality, integrity, and availability of affected systems. While no known exploits have been observed in the wild, the potential for significant damage to software supply chains and CI/CD pipelines is substantial.
Potential Impact
The impact of CVE-2026-31976 is severe for organizations relying on the xygeni-action GitHub Action in their CI/CD pipelines. The attacker’s ability to execute arbitrary commands on CI runners can lead to multiple consequences: compromise of build environments, theft or manipulation of source code and secrets, insertion of backdoors or malware into software artifacts, and lateral movement within the development infrastructure. This undermines the integrity and trustworthiness of the software supply chain, potentially affecting downstream consumers of compromised builds. The temporary 180-second execution window per workflow run is sufficient for attackers to exfiltrate sensitive data or deploy further payloads. Organizations may face operational disruptions, intellectual property loss, reputational damage, and regulatory compliance issues. The vulnerability’s exploitation does not require user interaction or authentication, increasing the risk of widespread impact during the affected window. Although no active exploits are currently known, the high-profile nature of GitHub Actions and the growing reliance on automated workflows amplify the threat’s significance globally.
Mitigation Recommendations
To mitigate this threat, organizations should immediately audit their CI workflows for references to xygeni/xygeni-action@v5 and temporarily avoid using this tag. Instead, pin workflows to specific, verified commit SHAs or known safe versions of the action. Review and enforce strict branch protection rules and implement multi-factor authentication (MFA) for GitHub Apps and credentials to prevent unauthorized access. Rotate all GitHub App credentials and tokens associated with xygeni-action to invalidate compromised credentials. Conduct a thorough investigation of CI runner logs and workflows executed during the affected window (March 3–10, 2026) to detect potential exploitation. Employ runtime monitoring and endpoint detection on CI runners to identify suspicious activity. Consider implementing ephemeral or isolated CI runners to limit attacker persistence. Engage with the xygeni vendor for patched versions or updates and apply them promptly once available. Finally, educate development teams about supply chain risks and encourage the use of software composition analysis tools to detect malicious dependencies.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Japan, Netherlands, South Korea, India
CVE-2026-31976: CWE-506: Embedded Malicious Code in xygeni xygeni-action
Description
xygeni-action is the GitHub Action for Xygeni Scanner. On March 3, 2026, an attacker with access to compromised credentials created a series of pull requests (#46, #47, #48) injecting obfuscated shell code into action.yml. The PRs were blocked by branch protection rules and never merged into the main branch. However, the attacker used the compromised GitHub App credentials to move the mutable v5 tag to point at the malicious commit (4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12) from one of the unmerged PRs. This commit remained in the repository's git object store, and any workflow referencing @v5 would fetch and execute it. This is a supply chain compromise via tag poisoning. Any GitHub Actions workflow referencing xygeni/xygeni-action@v5 during the affected window (approximately March 3–10, 2026) executed a C2 implant that granted the attacker arbitrary command execution on the CI runner for up to 180 seconds per workflow run.
AI-Powered Analysis
Technical Analysis
CVE-2026-31976 is a critical supply chain vulnerability involving the xygeni-action GitHub Action, a tool used in continuous integration workflows for the Xygeni Scanner. On March 3, 2026, an attacker who had gained access to compromised GitHub App credentials created multiple pull requests containing obfuscated shell code injected into the action.yml file. Although these pull requests were blocked by branch protection rules and never merged into the main branch, the attacker exploited the mutable nature of the v5 tag by moving it to point to a malicious commit (4bf1d4e19ad81a3e8d4063755ae0f482dd3baf12) residing in the repository’s git object store. Consequently, any CI workflow referencing xygeni/xygeni-action@v5 during the affected period (March 3–10, 2026) would fetch and execute this malicious code. The injected code functioned as a command-and-control (C2) implant, granting the attacker arbitrary command execution on the CI runner environment for up to 180 seconds per workflow run. This attack vector leverages CWE-506 (Embedded Malicious Code) and represents a sophisticated tag poisoning supply chain compromise. The vulnerability requires no authentication or user interaction to be exploited, enabling remote, unauthenticated attackers to execute arbitrary commands within the CI infrastructure. The CVSS v4.0 score of 9.3 reflects the high severity, with critical impacts on confidentiality, integrity, and availability of affected systems. While no known exploits have been observed in the wild, the potential for significant damage to software supply chains and CI/CD pipelines is substantial.
Potential Impact
The impact of CVE-2026-31976 is severe for organizations relying on the xygeni-action GitHub Action in their CI/CD pipelines. The attacker’s ability to execute arbitrary commands on CI runners can lead to multiple consequences: compromise of build environments, theft or manipulation of source code and secrets, insertion of backdoors or malware into software artifacts, and lateral movement within the development infrastructure. This undermines the integrity and trustworthiness of the software supply chain, potentially affecting downstream consumers of compromised builds. The temporary 180-second execution window per workflow run is sufficient for attackers to exfiltrate sensitive data or deploy further payloads. Organizations may face operational disruptions, intellectual property loss, reputational damage, and regulatory compliance issues. The vulnerability’s exploitation does not require user interaction or authentication, increasing the risk of widespread impact during the affected window. Although no active exploits are currently known, the high-profile nature of GitHub Actions and the growing reliance on automated workflows amplify the threat’s significance globally.
Mitigation Recommendations
To mitigate this threat, organizations should immediately audit their CI workflows for references to xygeni/xygeni-action@v5 and temporarily avoid using this tag. Instead, pin workflows to specific, verified commit SHAs or known safe versions of the action. Review and enforce strict branch protection rules and implement multi-factor authentication (MFA) for GitHub Apps and credentials to prevent unauthorized access. Rotate all GitHub App credentials and tokens associated with xygeni-action to invalidate compromised credentials. Conduct a thorough investigation of CI runner logs and workflows executed during the affected window (March 3–10, 2026) to detect potential exploitation. Employ runtime monitoring and endpoint detection on CI runners to identify suspicious activity. Consider implementing ephemeral or isolated CI runners to limit attacker persistence. Engage with the xygeni vendor for patched versions or updates and apply them promptly once available. Finally, educate development teams about supply chain risks and encourage the use of software composition analysis tools to detect malicious dependencies.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-10T15:40:10.487Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69b1c9b82f860ef9436f46e8
Added to database: 3/11/2026, 7:59:52 PM
Last enriched: 3/11/2026, 8:14:25 PM
Last updated: 3/11/2026, 10:59:06 PM
Views: 8
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.