Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-89259 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Hugo is a static site generator. From v0.161.0, Hugo executes Node tools under Node's permission model, but TailwindCSS — included in the default security.exec.allow list — requires a highly permissive configuration (--allow-addons, --allow-child-process, --allow-worker). As a result, the restrictions intended by the fix for GHSA-x597-9fr4-5857 could still be bypassed, allowing a Node tool invoked during a build to read and write files outside the project's working directory. Affected versions are those after v0.43; the issue was fixed in v0.165.0 by removing tailwindcss from the default security.exec.allow list. Users who do not use TailwindCSS, or who only build trusted sites, are not affected. As a workaround, users can define a restrictive security.exec.allow list in hugo.toml.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-250Execution with Unnecessary Privileges[email protected]

Affected Products

ProductVersions
Hugo
>= 0.43, < 0.165.0

CPE

  • cpe:2.3:a:gohugo:hugo:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.165.0moderate effort
  • Workaround:low effort

    Define a restrictive security.exec.allow list in hugo.toml with only the external tools that you need. For example: [security.exec] allow = ['^(go|npx|babel|node|git)$']

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-89259
NVD Published Date:
Sep 11, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-89259 Details - Not Deferred