Skip to content

fix(security): bump glob to >=10.5.0 in mission-control [HIGH CVE-2025-64756]#2

Open
marcusgear-devgru wants to merge 1 commit intomainfrom
security/mission-control-glob-10.5.0
Open

fix(security): bump glob to >=10.5.0 in mission-control [HIGH CVE-2025-64756]#2
marcusgear-devgru wants to merge 1 commit intomainfrom
security/mission-control-glob-10.5.0

Conversation

@marcusgear-devgru
Copy link
Copy Markdown
Contributor

Security Fix — Dependabot Alert #13

Addresses

Alert Severity CVE Description
#13 HIGH CVE-2025-64756 glob CLI: Command injection via -c/--cmd executes matches with shell:true

Change

  • mission-control package.json: Added overrides.glob = '>=10.5.0' to force resolution of transitive dep from 10.3.10 → 13.0.6 (latest)

Root cause

glob is a transitive dependency via @next/eslint-plugin-next (devDependency). It cannot be upgraded directly without bumping the eslint plugin. The overrides field forces npm to resolve it to a patched version.

Risk assessment

  • CVE applies to glob's CLI usage with -c/--cmd flag
  • In this codebase, glob is used programmatically only (not via CLI) by the eslint plugin
  • Nonetheless, patching is the correct posture

Verification

npm install --package-lock-only confirms glob@13.0.6 in lockfile.

Refs: TICKET-20260325-DTP-DEPENDABOT-VULN-AUDIT

CVE-2025-64756 (HIGH): glob CLI command injection via -c/--cmd flag.
Transitive dep via @next/eslint-plugin-next (devDependency).

Added npm overrides.glob = '>=10.5.0' to force resolution to 13.0.6
(latest, which satisfies >=10.5.0).

Note: glob vulnerability requires CLI usage of -c/--cmd; this is a
devDep in a build tool context, but patching is straightforward.

Refs: TICKET-20260325-DTP-DEPENDABOT-VULN-AUDIT, alert #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant