Skip to content

Mistakenly accepted Package URL with version component. #1659

@alilleybrinker

Description

@alilleybrinker

Prerequisites

  • Put an X between the brackets on this line if you have done all of the following:
    • Checked the FAQs on the message board for common solutions: (TBD)
    • Checked that your issue isn't already filed.

Description

CVE-2026-21619 includes Package URLs which include a version component. Per the RFD which introduced support for Package URLs into the CVE Record Format, version components are banned and should never be accepted (the proper way to include version data is to put it in the versions field).

This indicates we either failed to perform validation on a route for submitting or modifying CVE Records, or our validation logic is buggy and failed to stop this record from being published.

Expected behavior:

This record should not have been published as-is, because the Package URLs are non-compliant with the requirements of the CVE Record Format.

Actual behavior:

The record includes Package URLs with a version.

Additional Information

Thanks @darakian for the report!

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Status

Needs Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions