Skip to main content

decode-uri-component EUVDEUVD-2026-40267

| CVE-2026-45822 MEDIUM
Uncontrolled Resource Consumption (CWE-400)
2026-06-30 seal
6.6
CVSS 4.0 · Vendor: seal
Share

Severity by source

Vendor (seal) PRIMARY
6.6 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:D/RE:M/U:Amber
vuln.today AI
7.5 HIGH

Network-reachable decode() input path, no auth or interaction required; scope unchanged, only availability impacted via event-loop blocking.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (seal).

CVSS VectorVendor: seal

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:D/RE:M/U:Amber
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
N

Lifecycle Timeline

2
Patch available
Jun 30, 2026 - 10:01 EUVD
Analysis Generated
Jun 30, 2026 - 09:00 vuln.today

DescriptionCVE.org

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.

AnalysisAI

Super-linear algorithmic complexity in the decode-uri-component npm package (versions through 0.4.1) allows unauthenticated network attackers to cause severe CPU exhaustion and block the Node.js event loop by submitting crafted strings with large numbers of percent-encoded tokens. The decode() function splits input on '%' and iteratively invokes decodeComponents() in a pattern producing quadratic or worse time growth - 1,400 '%ab' tokens consume approximately 33 seconds of CPU, rendering single-threaded JavaScript runtimes effectively unresponsive. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Send HTTP request with crafted percent-encoded query string
Delivery
Route input to decode() function
Exploit
Trigger super-linear token splitting and decodeComponents() loop
Execution
Block Node.js event loop for 6-33 seconds per request
Impact
Deny service to all concurrent legitimate users

Vulnerability AssessmentAI

Exploitation The vulnerable application must route attacker-controlled string input to decode-uri-component's decode() function specifically - the native decodeURIComponent() is not affected. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 base vector (AV:N/AC:L/AT:N/PR:N/UI:N/VA:H) is consistent with the description: exploitation requires no authentication, no special attack conditions, and no user interaction, while producing high availability impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker identifies a web endpoint that passes user-supplied URL query parameters or path components through decode-uri-component's decode() function. The attacker submits an HTTP request containing a query string composed of approximately 1,400 repetitions of '%ab', triggering roughly 33 seconds of CPU blocking on the target's Node.js event loop per request. …
Remediation Upgrade decode-uri-component to a version newer than 0.4.1, verifying the current latest release at https://www.npmjs.com/package/decode-uri-component before updating, as the upstream fix commit (fa479dafeede7bedf04e5c89aa78f2a78c664005) is confirmed but the corresponding npm release version is not independently verified from provided data. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-40267 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy