CVE-2026-27904

HIGHPre-NVD 7.57.5
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). 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).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
Trending — 3 sources updated this weekElevated
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.5Exploit: Elevated riskExposed: 0

A fix is available — apply it.

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested *() extglobs produce regexps with nested unbounded quantifiers (e.g. (?:(?:a|b)*)*), which exhibit catastrophic backtracking in V8. With a 12-byte pattern *(*(*(a|b))) and an 18-byte non-matching input, minimatch() stalls for over 7 seconds. Adding a single nesting level or a few input characters pushes this to minutes. This is the most severe finding: it is triggered by the default minimatch() API with no special options, and the minimum viable pattern is only 12 bytes. The same issue affects +() extglobs equally. Versions 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4 fix the issue.

CVSS v3
7.5
EG Score
7.5(low)
EG Risk
50(Track)
EG Risk 50/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 computed
Severity75% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
38%
KEV
Not listed

Published

February 26, 2026

Last Modified

June 17, 2026

Patch Availability(29)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatodf4/rook-ceph-rhel9-operator:17836853752026-07-20redhat
redhatodf4/rook-ceph-rhel9-operator:17836775332026-07-20redhat
redhatodf4/rook-ceph-rhel9-operator:17836692192026-07-16redhat
redhatsatellite/iop-advisor-frontend-rhel9:17811816732026-06-16redhat
redhatsatellite/iop-vulnerability-frontend-rhel9:17810324952026-06-16redhat
redhatautomation-gateway-0:2.5.20260422-3.el9ap2026-06-09redhat
redhatdevspaces/openvsx-rhel9:17795282242026-05-28redhat
redhateap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap2026-05-18redhat
redhateap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap2026-05-18redhat
redhatorg.keycloak-keycloak-parent2026-05-18redhat
redhatrhdh/rhdh-hub-rhel9:17779032622026-05-05redhat
redhatrhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9:17763192752026-04-23redhat
redhatrhdh/rhdh-hub-rhel9:17767842862026-04-22redhat
redhatnodejs:20-9040020260421133644.rhel92026-04-22redhat
redhatnodejs:20-9060020260422064119.rhel92026-04-22redhat
redhatnodejs:20-8100020260414073138.489197e62026-04-15redhat
redhatnodejs:22-9060020260409121057.rhel92026-04-14redhat
redhatnodejs:20-9070020260409073121.rhel92026-04-13redhat
redhatnodejs:22-9070020260401095228.rhel92026-04-09redhat
redhatnodejs22-1:22.22.2-2.el10_02026-04-09redhat
redhatnodejs:22-8100020260331102257.6d8804032026-04-08redhat
redhatnodejs22-1:22.22.2-1.el10_12026-04-08redhat
redhatquay/quay-rhel8:17751692192026-04-03redhat
redhatquay/quay-rhel9:17751692262026-04-03redhat
redhatquay/quay-rhel9:17750694912026-04-02redhat
redhatautomation-platform-ui-0:2.6.7-1.el9ap2026-03-31redhat
redhatquay/quay-rhel8:17739710772026-03-24redhat
redhatquay/quay-rhel8:17739363232026-03-19redhat
redhatquay/quay-rhel8:17737719622026-03-18redhat

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.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(9)

Data Freshness Timeline

(refreshed 3× in last 7d / 3× 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.

  1. 2026-07-27 12:55 UTCEG score recompute
  2. 2026-07-27 12:55 UTCVendor advisory
  3. 2026-07-27 12:50 UTCOSV refresh

Frequently asked(5)

What is CVE-2026-27904?
CVE-2026-27904 is a high vulnerability published on February 26, 2026. minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested () extglobs produce regexps with nested unbounded quantifiers (e.g. (?:(?:a|b))), which exhibit catastrophic…
When was CVE-2026-27904 disclosed?
CVE-2026-27904 was first published in the National Vulnerability Database on February 26, 2026, with the most recent update on June 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-27904 actively exploited?
CVE-2026-27904 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 61.8% of all scored CVEs.
What is the CVSS score of CVE-2026-27904?
CVE-2026-27904 has a CVSS v3 base score of 7.5 (NVD). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-27904?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-27904, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-27904

Explore →

Is Your Infrastructure Affected by CVE-2026-27904?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.