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.
We have discovered 2,719 live websites that are affected by CVE-2026-75926.
| Product | |
| Category | Web Application Frameworks |
| Vulnerable Domains | 2,719 live websites (5.69% of Hugo install base) |
| Vulnerable Versions |
|
| Vulnerable Versions Count | 7 versions ( 2.12% of all versions) |
| 1,492 websites | |
| 446 websites | |
| 128 websites | |
| 80 websites | |
| 55 websites | |
| 50 websites | |
| 45 websites | |
| 40 websites | |
| 34 websites | |
| 29 websites |
| .com | 1,057 websites |
| .de | 238 websites |
| .net | 208 websites |
| .org | 189 websites |
| .io | 80 websites |
| .fr | 68 websites |
| .nl | 52 websites |
| .ch | 40 websites |
| .co.uk | 35 websites |
| .eu | 30 websites |
| Domain | Country | Rank | Contacts |
|---|---|---|---|
| ***.org | *** | ||
| ****.net | *,*** | ||
| ********.com | *,*** | ||
| ***********.org | *,*** | ||
| **********.org | *,*** | ||
| ******.io | *,*** | ||
| *********.org | *,*** | ||
| ***.*******.com | **,*** | ||
| ********.com | **,*** | ||
| ******.org | **,*** |
FAQ