Bug 2494807 (CVE-2026-45822) - CVE-2026-45822 decode-uri-component: decode-uri-component: Denial of Service via crafted input
Summary: CVE-2026-45822 decode-uri-component: decode-uri-component: Denial of Service ...
Keywords:
Status: NEW
Alias: CVE-2026-45822
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-30 09:01 UTC by OSIDB Bzimport
Modified: 2026-06-30 15:19 UTC (History)
67 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-30 09:01:29 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.