CVE-2026-66902
Last modified
CVE-2026-66902 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Google::Auth versions before 0.06 for Perl run a command named in an external_account credentials JSON via an ungated system call. The Pluggable subclass reads credential_source.executable.command from the credentials JSON and runs it as `system($command)`, a single argument call that passes the whole string to /bin/sh -c. The executable's environment_variables map from the same JSON is copied into %ENV first. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
Google::Auth versions before 0.06 for Perl run a command named in an external_account credentials JSON via an ungated system call. The Pluggable subclass reads credential_source.executable.command from the credentials JSON and runs it as `system($command)`, a single argument call that passes the whole string to /bin/sh -c. The executable's environment_variables map from the same JSON is copied into %ENV first. No opt-in gate guards the call. make_creds selects the Pluggable subclass whenever credential_source.executable is present, so the path is reached from the standard Application Default Credentials flow, including a "type": "external_account" configuration read from the file named by GOOGLE_APPLICATION_CREDENTIALS. Configurations without credential_source.executable do not select this subclass and do not reach the call. Any caller that builds credentials from a configuration it does not fully control runs the embedded command with the privileges of the application process.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| CJCOLLIER | Google::Auth | < 0.06 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-66902?
How severe is CVE-2026-66902?
How do I fix CVE-2026-66902?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-66883Improper Handling of Case Sensitivity vulnerability in Erlan…6.3
- CVE-2026-66884Cross-Site Request Forgery vulnerability in Erlang Ecosystem…2.1
- CVE-2026-66885Cross-Site Request Forgery (CSRF) vulnerability in livebook-…6.5
- CVE-2026-6689Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.1…4.3
- CVE-2026-6690The LifePress plugin for WordPress is vulnerable to Stored C…7.2
- CVE-2026-66901Google::Auth versions before 0.09 for Perl allow server side…7.5
- CVE-2026-66909Apache CXF's JMS transport deserializes the body of any inbo…9.8
- CVE-2026-6691The MongoDB C Driver's Cyrus SASL integration performs unsaf…8.6
- CVE-2026-66913Lookyloo did not enforce limits on the decompressed size of …6.9
- CVE-2026-66914Joomla Extension - seblod.com - Unauthenticated path travers…9.2
- CVE-2026-66915Joomla Extension - fabrikar.com - Remote code execution in F…10
- CVE-2026-66918Pivotick fails to sanitize attacker-controlled SVG markup su…8.2
Are you affected by CVE-2026-66902?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
