PatchSiren cyber security CVE debrief
CVE-2026-75926 gohugoio CVE debrief
CVE-2026-75926 debrief based on the supplied source corpus. The CVE record was published on 2026-08-18T16:18:24.443Z. Hugo versions 0.162.0 to 0.164.0 are vulnerable to a permission bypass via TailwindCSS, allowing arbitrary command execution due to the addition of tailwindcss to the AllowChildProcess default in config/security/securityConfig.go. This issue was fixed in Hugo 0.165.0, which removes tailwindcss from the default security.exec.allow list. Defenders responsible for Hugo deployments, especially those using TailwindCSS, should assess exposure and prioritize remediation.
- Vendor
- gohugoio
- Product
- hugo
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-24
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-24
Who should care
Defenders responsible for Hugo deployments, especially those using TailwindCSS, should assess exposure and prioritize remediation to prevent potential arbitrary command execution. This includes reviewing and restricting the use of TailwindCSS in Hugo projects, monitoring and auditing deployments for signs of exploitation, and verifying the Hugo version used. Security teams and operators managing Hugo sites should verify and apply patches, review compensing
Why it matters
Defenders should prioritize verifying and remediating this vulnerability in Hugo deployments, especially those using TailwindCSS, to prevent potential arbitrary command execution.
- Potential arbitrary command execution via TailwindCSS
- Bypass of Node asset pipelines permission model
- Elevation of privileges to the account performing the build
- Verification of Hugo version and TailwindCSS usage required
Technical summary
Hugo versions 0.162.0 to 0.164.0 are vulnerable to a permission bypass via TailwindCSS, allowing arbitrary command execution. The issue arises from the addition of tailwindcss to the AllowChildProcess default in config/security/securityConfig.go, which enables top-level code in tailwind.config.js to spawn a shell with full privileges. The vulnerability was fixed in Hugo 0.165.0 by removing tailwindcss from the default security.exec.allow list, thus preventing the arbitrary command execution and ensuring confined file access.
Defensive priority
Defenders should prioritize verifying and remediating this vulnerability in Hugo deployments, especially those using TailwindCSS, to prevent potential arbitrary command execution.
Recommended defensive actions
- Verify and apply the patch by updating to Hugo version 0.165.0 or later
- Review and restrict the use of TailwindCSS in Hugo projects
- Monitor and audit Hugo deployments for potential exploitation
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and source references indicate that Hugo versions 0.162.0 to 0.164.0 are affected due to the addition of tailwindcss to the AllowChildProcess default in config/security/securityConfig.go, which allows arbitrary command execution. The issue was fixed in Hugo 0.165.0.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-75926 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-75926
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-75926 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75926
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/gohugoio/hugo
-
Source reference
Unverified legacy reference
URL: https://github.com/gohugoio/hugo/blob/v0.164.0/common/hexec/exec.go
-
Source reference
Unverified legacy reference
URL: https://github.com/gohugoio/hugo/blob/v0.164.0/config/security/securityConfig.go
-
Source reference
Unverified legacy reference
URL: https://github.com/gohugoio/hugo/commit/8a55df7af2e6da31297245cc54fa2e3b521d93e8
-
Source reference
Unverified legacy reference
URL: https://github.com/gohugoio/hugo/issues/15178
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/hugo-to-x-node-permission-model-bypass-via-default-tailwindcss-child-process-grant
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.