CVE-2026-75926

HIGHPre-NVD 8.68.6
EchelonGraph scoreHIGH confidence

Score 8.6 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-18. a secondary CVSS source baseline 8.6; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.6EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.6Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Hugo 0.161.0 placed the Node asset pipelines behind the Node.js permission model so that code running through PostCSS, Babel, or TailwindCSS could not reach the file system outside the project directory. Hugo 0.162.0 added tailwindcss to the AllowChildProcess default in config/security/securityConfig.go, which makes nodePermissionArgs in common/hexec/exec.go append --allow-child-process whenever the tool being launched is named tailwindcss. TailwindCSS loads the site's tailwind.config.js through require at startup, so top-level code in that file executes inside the permitted Node process and can call child_process to spawn a shell. The spawned process is not a Node process and inherits none of the permission flags, so it runs with the full privileges of the account performing the build. Building a site whose theme, module, or starter template supplies the Tailwind configuration therefore yields arbitrary command execution rather than the confined file access the permission model was introduced to enforce. Hugo 0.165.0 removes tailwindcss from the default security.exec.allow list, so the tool is no longer launched under the default configuration.

CVSS v3
8.6
EG Score
8.6(high)
EG Risk
39(Track)
EG Risk 39/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
Severity86% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
4%
KEV
Not listed

Published

August 18, 2026

Last Modified

August 20, 2026

Advisory Details (6)

Auto-updated Aug 18, 2026
Upstream fix merged — awaiting tagged release. Sources: github_commit, github.
generic

Hugo 0.162.0 to 0.164.x - Node Permission Model Bypass via Default TailwindCSS Child-Process Grant | Advisories | VulnCheck

https://www.vulncheck.com/advisories/hugo-to-x-node-permission-model-bypass-via-default-tailwindcss-child-process-grant
generic

GitHub - gohugoio/hugo: The world’s fastest framework for building websites. · GitHub

https://github.com/gohugoio/hugo
generic

hugo/common/hexec/exec.go at v0.164.0 · gohugoio/hugo · GitHub

https://github.com/gohugoio/hugo/blob/v0.164.0/common/hexec/exec.go#L292-L295
github

hugo/config/security/securityConfig.go at v0.164.0 · gohugoio/hugo · GitHub

https://github.com/gohugoio/hugo/blob/v0.164.0/config/security/securityConfig.go#L72-L79
generic

Remove tailwindcss from the default security.exec.allow list · Issue #15178 · gohugoio/hugo · GitHub

https://github.com/gohugoio/hugo/issues/15178
github_commit

commit 8a55df7af2e6 (gohugoio/hugo)

Fix landed in gohugoio/hugo commit 8a55df7af2e6 — awaiting tagged release

https://github.com/gohugoio/hugo/commit/8a55df7af2e6da31297245cc54fa2e3b521d93e8

Vendor Advisories for CVE-2026-75926(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 19× in last 7d / 19× 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-08-21 02:36 UTCEG score recompute
  2. 2026-08-21 02:36 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 15:29 UTCGHSA enrichment
  5. 2026-08-20 04:21 UTCEG score recompute
  6. 2026-08-20 04:21 UTCGHSA enrichment
  7. 2026-08-20 04:10 UTCEG score recompute
  8. 2026-08-20 04:10 UTCGHSA enrichment
  9. 2026-08-19 18:37 UTCEG score recompute
  10. 2026-08-19 18:37 UTCGHSA enrichment
  11. 2026-08-19 17:04 UTCEPSS rescore
  12. 2026-08-19 07:31 UTCGHSA enrichment
  13. 2026-08-18 20:23 UTCEG score recompute
  14. 2026-08-18 20:23 UTCGHSA enrichment
  15. 2026-08-18 19:20 UTCEG score recompute
  16. 2026-08-18 19:20 UTCGHSA enrichment
  17. 2026-08-18 16:30 UTCEG score recompute
  18. 2026-08-18 15:59 UTCEG score recompute
  19. 2026-08-18 15:59 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-75926?
CVE-2026-75926 is a high vulnerability published on August 18, 2026. Hugo 0.161.0 placed the Node asset pipelines behind the Node.js permission model so that code running through PostCSS, Babel, or TailwindCSS could not reach the file system outside the project directory. Hugo 0.162.0 added tailwindcss to the AllowChildProcess default in…
When was CVE-2026-75926 disclosed?
CVE-2026-75926 was first published in the National Vulnerability Database on August 18, 2026, with the most recent update on August 20, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-75926 actively exploited?
CVE-2026-75926 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 95.7% of all scored CVEs.
What is the CVSS score of CVE-2026-75926?
CVE-2026-75926 has a CVSS v3 base score of 8.6 (NVD).
How do I remediate CVE-2026-75926?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-75926, 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-75926

Explore →

Is Your Infrastructure Affected by CVE-2026-75926?

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