shell-quote's quote() function did not validate object-token inputs against the operator model used by parse(). The .op field was backslash-escaped character by character using /(.)/g, which in JavaScript does not match line terminators (\n, \r, U+2028, U+2029). A line terminator in .op therefore passed through unescaped into the output; POSIX shells treat a literal newline as a command separator, so any content after it would execute as a second command. The vulnerable code path is reachable in two ways: (1) direct construction of { op: '...\n...' } from external input, and (2) via parse(cmd, envFn) when envFn returns object tokens whose .op is attacker-influenced. Both are documented API surface. Fixed by replacing the per-character escape with strict shape validation: .op must match the parser's control-operator allowlist; { op: 'glob', pattern } validates pattern and forbids line terminators; { comment } validates comment and forbids line terminators; any other object shape throws TypeError.
CVE-2026-9277
This high-severity CVE scores 8.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.8%, top 46% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 8.1
- EG Score
- 8.1(medium)
- EG Risk
- 52(Track)EG Risk 52/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity81% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 54%
- KEV
- Not listed
Published
May 22, 2026
Last Modified
July 23, 2026
Advisory Details (3)
Auto-updated Jun 3, 2026shell-quote quote() does not escape newlines in object .op values · Advisory · ljharb/shell-quote · GitHub
https://github.com/ljharb/shell-quote/security/advisories/GHSA-w7jw-789q-3m8poss-security - CVE-2026-9277: shell-quote before 1.8.4 command injection in quote()
http://www.openwall.com/lists/oss-security/2026/05/23/2Vendor Advisories for CVE-2026-9277(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:40765Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.19.39 bug fix and security update
- RHSA-2026:42796Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.15.6
- RHSA-2026:41928Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Migration Toolkit for Containers
- RHSA-2026:41066Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.16.5
- RHSA-2026:36754Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Developer Hub 1.10.2 release.
- RHSA-2026:34791Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.20.28 bug fix and security update
- RHSA-2026:34342Red Hat Product SecurityCritical
Red Hat Security Advisory: Cluster Observability Operator 1.5.0
- RHSA-2026:33683Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Quay 3.10.23
- +12 more
Patch Availability(23)
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| shell-quote | — | 1.8.4 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Additional Vendor Advisories
(3)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
Data Freshness Timeline
(refreshed 11× in last 7d / 38× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 08:07 UTCEG score recompute
- 2026-07-26 08:07 UTCVendor advisory
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:23 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 02:29 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-17 18:59 UTCOSV refresh
- 2026-07-16 17:03 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-13 22:31 UTCEPSS rescore
- 2026-07-13 06:13 UTCEPSS rescore
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-08 15:16 UTCEPSS rescore
- 2026-07-07 13:46 UTCEPSS rescore
Show 65 moreShow fewer
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 16:38 UTCVendor advisory
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 07:49 UTCVendor advisory
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 19:32 UTCVendor advisory
- 2026-06-27 07:22 UTCVendor advisory
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 19:13 UTCVendor advisory
- 2026-06-26 03:18 UTCVendor advisory
- 2026-06-25 13:57 UTCVendor advisory
- 2026-06-25 13:50 UTCEPSS rescore
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-17 23:10 UTCVendor advisory
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 10:57 UTCVendor advisory
- 2026-06-16 19:24 UTCVendor advisory
- 2026-06-16 17:53 UTCEPSS rescore
- 2026-06-16 03:04 UTCVendor advisory
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 14:54 UTCVendor advisory
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-14 22:15 UTCVendor advisory
- 2026-06-14 10:05 UTCVendor advisory
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 21:53 UTCVendor advisory
- 2026-06-13 08:49 UTCVendor advisory
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 20:38 UTCVendor advisory
- 2026-06-12 08:26 UTCVendor advisory
- 2026-06-11 20:17 UTCVendor advisory
- 2026-06-11 14:00 UTCEPSS rescore
- 2026-06-10 22:19 UTCEPSS rescore
- 2026-06-10 13:22 UTCEPSS rescore
- 2026-06-08 14:17 UTCEPSS rescore
- 2026-06-07 15:25 UTCEPSS rescore
- 2026-06-06 13:47 UTCEPSS rescore
- 2026-06-05 22:47 UTCEPSS rescore
- 2026-06-05 06:10 UTCEPSS rescore
- 2026-06-04 13:12 UTCEPSS rescore
- 2026-06-02 20:13 UTCEPSS rescore
- 2026-06-01 13:52 UTCEPSS rescore
- 2026-05-31 22:30 UTCEPSS rescore
- 2026-05-31 00:16 UTCEPSS rescore
- 2026-05-29 13:44 UTCEPSS rescore
- 2026-05-28 13:44 UTCEPSS rescore
- 2026-05-27 13:40 UTCEPSS rescore
- 2026-05-26 13:44 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-23 03:58 UTCEG score recompute
Publicly available exploits
(1 reference)Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- Open source ↗GitHub PoCDylanZahedi/CVE-2026-9277First seen Jun 15, 2026
Frequently asked(5)
What is CVE-2026-9277?
When was CVE-2026-9277 disclosed?
Is CVE-2026-9277 actively exploited?
What is the CVSS score of CVE-2026-9277?
How do I remediate CVE-2026-9277?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-9277
Is Your Infrastructure Affected by CVE-2026-9277?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.