Skip to content

Add npm package mapping for GHSA-jmr9-qjv8-65gv (CVE-2026-56876, extract-zip) - #9025

Open
drengir1 wants to merge 2 commits into
github:drengir1/advisory-improvement-9025from
drengir1:drengir1-GHSA-jmr9-qjv8-65gv
Open

Add npm package mapping for GHSA-jmr9-qjv8-65gv (CVE-2026-56876, extract-zip)#9025
drengir1 wants to merge 2 commits into
github:drengir1/advisory-improvement-9025from
drengir1:drengir1-GHSA-jmr9-qjv8-65gv

Conversation

@drengir1

@drengir1 drengir1 commented Aug 7, 2026

Copy link
Copy Markdown

Summary

GHSA-jmr9-qjv8-65gv (CVE-2026-56876) currently has an empty affected array, so it is not associated with any package. This PR maps it to the npm package extract-zip.

Why

The CVE record identifies the affected product unambiguously. From the CVE-2026-56876 CNA record (assigner: CISA):

  • vendor: max-mapper
  • product: extract-zip
  • versions: 0 to *, with defaultStatus: affected

max-mapper/extract-zip is the source repository for the npm package extract-zip, and the advisory text names the package by that name in its first sentence.

Because the advisory carries no package mapping today, npm audit and Dependabot do not surface it. extract-zip is currently at roughly 25.8M downloads per week and there is no fixed version, so the mapping seems worth having.

Version range

There is no fixed release — 2.0.1 is the latest published version and is affected — so this uses the introduced: 0 + last_affected form this repository already uses for unfixed packages, e.g. GHSA-h39j-r5qq-r9mm for decompress.

The second commit only restores the original file ending (no trailing newline) so the net diff is confined to the affected field.

References

I also reproduced the behaviour against the published extract-zip@2.0.1 before opening this, as a check that the mapping is correct — but the mapping above rests entirely on the public CVE record.

…act-zip)

The advisory currently has an empty `affected` array, so it is not associated with any package and does not surface in npm audit or Dependabot. The CVE record (assigner: CISA) names vendor `max-mapper`, product `extract-zip`, all versions affected.
@github-actions
github-actions Bot changed the base branch from main to drengir1/advisory-improvement-9025 August 7, 2026 23:03
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