GHSA-vm32-9cff-wgh2 · Severity: high — String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of...
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.
Conclusion & alert: CVE-2026-14895 is rated Moderate Risk (41.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.39%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-07-09 | 0.19% | 0.39% | +0.20% |
| 2 | 2026-07-08 | — | 0.19% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-vm32-9cff-wgh2 · Severity: high — String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-14895 not yet assigned priority: Debian including 1 source packages (libstring-util-perl), 4 status rows across 4 suites (bookworm, forky, sid, trixie): open 2, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-14895 |
ubuntu
|
medium | CVE-2026-14895 medium priority: Ubuntu including 1 source packages (libstring-util-perl), 5 status rows across 5 suites (jammy, noble, questing, resolute, upstream): needs-triage 2, DNE 1, ignored 1, released 1. | https://ubuntu.com/security/CVE-2026-14895 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| No affected products in dataset. | |||