PT-2026-53018 · Npm+1 · Linkify-It+1
CVE-2026-48801
·
Published
2026-06-26
·
Updated
2026-09-01
CVSS v4.0
8.7
High
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
linkify-it versions prior to 5.0.1
Description
LinkifyIt.prototype.match (the primary public API) contains a structural issue in its JavaScript-level scan loop that results in O(N²) algorithmic complexity when processing inputs with numerous fuzzy links or emails. This occurs because the loop re-slices the input and re-runs unanchored regex searches on progressively shorter tails. This behavior can lead to a worker-process denial of service (DoS) for services that synchronously render untrusted Markdown with linkify:true on a request hot path, where a request body of only a few tens of kilobytes can block a worker thread for several seconds.Recommendations
Update linkify-it to version 5.0.1.
Exploit
Fix
DoS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Confluence
Linkify-It