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.
CVE-2026-75926
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.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- 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 computedSeverity86% × 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, 2026Hugo 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-grantGitHub - gohugoio/hugo: The world’s fastest framework for building websites. · GitHub
https://github.com/gohugoio/hugohugo/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-L295hugo/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-L79Remove tailwindcss from the default security.exec.allow list · Issue #15178 · gohugoio/hugo · GitHub
https://github.com/gohugoio/hugo/issues/15178commit 8a55df7af2e6 (gohugoio/hugo)
Fix landed in gohugoio/hugo commit 8a55df7af2e6 — awaiting tagged release
https://github.com/gohugoio/hugo/commit/8a55df7af2e6da31297245cc54fa2e3b521d93e8Vendor 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.
- 2026-08-21 02:36 UTCEG score recompute
- 2026-08-21 02:36 UTCGHSA enrichment
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-20 15:29 UTCGHSA enrichment
- 2026-08-20 04:21 UTCEG score recompute
- 2026-08-20 04:21 UTCGHSA enrichment
- 2026-08-20 04:10 UTCEG score recompute
- 2026-08-20 04:10 UTCGHSA enrichment
- 2026-08-19 18:37 UTCEG score recompute
- 2026-08-19 18:37 UTCGHSA enrichment
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 07:31 UTCGHSA enrichment
- 2026-08-18 20:23 UTCEG score recompute
- 2026-08-18 20:23 UTCGHSA enrichment
- 2026-08-18 19:20 UTCEG score recompute
- 2026-08-18 19:20 UTCGHSA enrichment
- 2026-08-18 16:30 UTCEG score recompute
- 2026-08-18 15:59 UTCEG score recompute
- 2026-08-18 15:59 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-75926?
When was CVE-2026-75926 disclosed?
Is CVE-2026-75926 actively exploited?
What is the CVSS score of CVE-2026-75926?
How do I remediate CVE-2026-75926?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-75926
Is Your Infrastructure Affected by CVE-2026-75926?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.