Lookup for vulnerable packages by Package URL.

Purlpkg:deb/debian/node-path-to-regexp@1.0.1-1?distro=trixie
Typedeb
Namespacedebian
Namenode-path-to-regexp
Version1.0.1-1
Qualifiers
distro trixie
Subpath
Is_vulnerablefalse
Next_non_vulnerable_version8.4.0-1
Latest_non_vulnerable_version8.4.1-1
Affected_by_vulnerabilities
Fixing_vulnerabilities
0
url VCID-vzcu-mpsr-qbgm
vulnerability_id VCID-vzcu-mpsr-qbgm
summary
path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
### Impact

A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period (`.`). For example, `/:a-:b-:c` or `/:a-:b-:c-:d`. The backtrack protection added in `path-to-regexp@0.1.12` only prevents ambiguity for two parameters. With three or more, the generated lookahead does not block single separator characters, so capture groups overlap and cause catastrophic backtracking.

### Patches

Upgrade to [path-to-regexp@0.1.13](https://github.com/pillarjs/path-to-regexp/releases/tag/v.0.1.13)

Custom regex patterns in route definitions (e.g., `/:a-:b([^-/]+)-:c([^-/]+)`) are not affected because they override the default capture group.

### Workarounds

All versions can be patched by providing a custom regular expression for parameters after the first in a single segment. As long as the custom regular expression does not match the text before the parameter, you will be safe. For example, change `/:a-:b-:c` to `/:a-:b([^-/]+)-:c([^-/]+)`.

If paths cannot be rewritten and versions cannot be upgraded, another alternative is to limit the URL length.

### References

- [GHSA-9wv6-86v2-598j](https://github.com/advisories/GHSA-9wv6-86v2-598j)
- [Detailed blog post: ReDoS the web](https://blakeembrey.com/posts/2024-09-web-redos/)
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-4867.json
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-4867.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2026-4867
reference_id
reference_type
scores
0
value 0.0005
scoring_system epss
scoring_elements 0.15298
published_at 2026-04-21T12:55:00Z
1
value 0.0005
scoring_system epss
scoring_elements 0.15247
published_at 2026-04-18T12:55:00Z
2
value 0.0005
scoring_system epss
scoring_elements 0.15243
published_at 2026-04-16T12:55:00Z
3
value 0.0005
scoring_system epss
scoring_elements 0.15325
published_at 2026-04-13T12:55:00Z
4
value 0.0005
scoring_system epss
scoring_elements 0.15391
published_at 2026-04-12T12:55:00Z
5
value 0.0005
scoring_system epss
scoring_elements 0.1543
published_at 2026-04-11T12:55:00Z
6
value 0.0005
scoring_system epss
scoring_elements 0.15468
published_at 2026-04-09T12:55:00Z
7
value 0.0005
scoring_system epss
scoring_elements 0.15418
published_at 2026-04-08T12:55:00Z
8
value 0.0005
scoring_system epss
scoring_elements 0.1533
published_at 2026-04-07T12:55:00Z
9
value 0.0005
scoring_system epss
scoring_elements 0.15529
published_at 2026-04-04T12:55:00Z
10
value 0.0005
scoring_system epss
scoring_elements 0.1546
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2026-4867
2
reference_url https://blakeembrey.com/posts/2024-09-web-redos
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-03-26T16:52:08Z/
url https://blakeembrey.com/posts/2024-09-web-redos
3
reference_url https://cna.openjsf.org/security-advisories.html
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-03-26T16:52:08Z/
url https://cna.openjsf.org/security-advisories.html
4
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-4867
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-4867
5
reference_url https://github.com/advisories/GHSA-9wv6-86v2-598j
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-03-26T16:52:08Z/
url https://github.com/advisories/GHSA-9wv6-86v2-598j
6
reference_url https://github.com/pillarjs/path-to-regexp
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/pillarjs/path-to-regexp
7
reference_url https://github.com/pillarjs/path-to-regexp/releases/tag/v.0.1.13
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/pillarjs/path-to-regexp/releases/tag/v.0.1.13
8
reference_url https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-37ch-88jc-xwx2
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-37ch-88jc-xwx2
9
reference_url https://nvd.nist.gov/vuln/detail/CVE-2026-4867
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2026-4867
10
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2451783
reference_id 2451783
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2451783
11
reference_url https://github.com/advisories/GHSA-37ch-88jc-xwx2
reference_id GHSA-37ch-88jc-xwx2
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-37ch-88jc-xwx2
fixed_packages
0
url pkg:deb/debian/node-path-to-regexp@1.0.1-1?distro=trixie
purl pkg:deb/debian/node-path-to-regexp@1.0.1-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@1.0.1-1%3Fdistro=trixie
1
url pkg:deb/debian/node-path-to-regexp@6.2.0-1?distro=trixie
purl pkg:deb/debian/node-path-to-regexp@6.2.0-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1vjw-mm86-k7gn
1
vulnerability VCID-366w-k4rs-v7d3
2
vulnerability VCID-r95c-k4nq-jbd1
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@6.2.0-1%3Fdistro=trixie
2
url pkg:deb/debian/node-path-to-regexp@6.2.1-1?distro=trixie
purl pkg:deb/debian/node-path-to-regexp@6.2.1-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1vjw-mm86-k7gn
1
vulnerability VCID-366w-k4rs-v7d3
2
vulnerability VCID-r95c-k4nq-jbd1
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@6.2.1-1%3Fdistro=trixie
3
url pkg:deb/debian/node-path-to-regexp@6.3.0-1?distro=trixie
purl pkg:deb/debian/node-path-to-regexp@6.3.0-1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1vjw-mm86-k7gn
1
vulnerability VCID-366w-k4rs-v7d3
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@6.3.0-1%3Fdistro=trixie
4
url pkg:deb/debian/node-path-to-regexp@8.4.1-1?distro=trixie
purl pkg:deb/debian/node-path-to-regexp@8.4.1-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@8.4.1-1%3Fdistro=trixie
aliases CVE-2026-4867, GHSA-37ch-88jc-xwx2
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-vzcu-mpsr-qbgm
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:deb/debian/node-path-to-regexp@1.0.1-1%3Fdistro=trixie