Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45822 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

decode-uri-component through 0.4.1 is vulnerable to denial of service. The decode() function splits input on '%' producing N tokens and calls decodeComponents(), exhibiting super-linear parsing time: 200 '%ab' tokens takes approximately 0.7s, 700 tokens approximately 6s, and 1400 tokens approximately 33s. An attacker can cause significant CPU consumption and event-loop blocking via crafted input.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumptionseal
CWE-407Inefficient Algorithmic Complexityseal

Affected Products

ProductVersions
SamVerschueren decode-uri-component
<= 0.4.1 (semver)

CPE

  • cpe:2.3:a:decode-uri-component_project:decode-uri-component:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.5.0moderate effort

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45822
NVD Published Date:
Jun 30, 2026
NVD Last Modified:
Jun 30, 2026
Source:
seal
CVE-2026-45822 Details - Not Deferred