Prerequisites
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!
Prerequisites
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
versionsfield).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!