Skip to content

undici@7.22.0 has 2 high-severity advisories (via @vercel/sandbox) #87

@busyrockin

Description

@busyrockin

Summary

npm audit on vercel-plugin@0.42.1 (and 0.40.1) reports two high-severity advisories in undici@7.22.0, pulled in transitively via @vercel/sandbox@1.8.0:

vercel-plugin@0.42.1
└─┬ @vercel/sandbox@1.8.0
  └── undici@7.22.0

Advisories:

Each has a fixed version available; npm audit fix resolves all three without breaking changes.

Reproduction

cd ~/.claude/plugins/cache/claude-plugins-official/vercel/0.42.1
npm i --package-lock-only --ignore-scripts
npm audit
2 high severity vulnerabilities
fix available via `npm audit fix`

Suggested fix

Bump @vercel/sandbox to a release that pulls a patched undici, or add an overrides entry in the plugin's package.json to pin undici to the fixed version.

Impact

Practical risk is low for typical plugin use (calls go to Vercel's own APIs, not arbitrary URLs), but npm audit flags it on every install of the plugin, which is noisy for users running supply-chain hygiene tools.

Reported via Claude Code while auditing installed plugins for compromised packages — signatures all verified clean, no compromise indicators, just these known CVEs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions