CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-14895

highCVSS 7.5covered by 1 sourcefirst seen 2026-07-07
String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s*$//u. Because \s* matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex engine retries the match at each offset of a long whitespace run, producing quadratic backtracking. The fix replaces \s*$ with \s+$. Any caller that passes untrusted input to trim or rtrim can trigger CPU exhaustion with a string containing a long run of whitespace.

⚡ Watch CVE-2026-14895

Get an email if CVE-2026-14895 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (1)

External references

NVD record for CVE-2026-14895

CVE.org record

Embed the live status

CVE-2026-14895 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-14895 status](https://www.csirts.com/badge/CVE-2026-14895)](https://www.csirts.com/cve/CVE-2026-14895)