CVE-2026-77422

HIGHPre-NVD 7.57.5—
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 60% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Trending — 3 sources updated this weekElevated
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.5Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, the JLine built-in grep command in builtins/src/main/java/org/jline/builtins/PosixCommands.java accepts a user-controlled regular expression in grep(...) and, unless line-regexp mode is used, automatically adds a dot-star prefix and suffix before compiling it with Java's backtracking regular expression engine. The wrapping expands the backtracking search space, so a short nested-quantifier expression evaluated against non-matching input can consume excessive CPU and indefinitely block a command worker, including in remotely exposed shell sessions. This issue is fixed in versions 3.30.15 and 4.3.1.

CVSS v3
7.5
EG Score
7.5(medium)
EG Risk
65(Attend)
EG Risk 65/100SSVC: Attend

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
0%
EPSS %ILE
40%
KEV
Not listed

Published

September 23, 2026

Last Modified

September 24, 2026

Advisory Details (7)

Auto-updated Sep 23, 2026
🔬 Proof of concept available. Patch available. Sources: github, github_pr, github_commit, github_release.
github_release Patch Available

JLine 3.30.15

Patch available: jline/jline3 jline-3.30.15

https://github.com/jline/jline3/releases/tag/jline-3.30.15
github_release Patch Available

JLine 4.3.1

Patch available: jline/jline3 4.3.1

https://github.com/jline/jline3/releases/tag/4.3.1
github_commit Patch Available

commit 341ee69ccc57 (jline/jline3)

Patch available: jline/jline3 jline-3.30.15 (contains commit 341ee69ccc57)

https://github.com/jline/jline3/commit/341ee69ccc57b7733c1b40d6993219b64b3206ae
github_commit Patch Available

commit 1d5fc3099e77 (jline/jline3)

Patch available: jline/jline3 4.3.1 (contains commit 1d5fc3099e77)

https://github.com/jline/jline3/commit/1d5fc3099e77938b971e197211cad2d4fbb17541
github_pr Patch Available

[backport jline-3.x] fix: guard regex matching against catastrophic backtracking (ReDoS)

Patch available: jline/jline3 jline-3.30.15 (PR #2018 merged 2026-06-30)

https://github.com/jline/jline3/pull/2018
github_pr Patch Available

fix: guard regex matching against catastrophic backtracking (ReDoS)

Patch available: jline/jline3 4.3.1 (PR #2012 merged 2026-06-30)

https://github.com/jline/jline3/pull/2012
github Patch Available🟡 PoC Available

ReDoS in Built-in grep Command Amplified by Automatic `.*` Wrapping · Advisory · jline/jline3 · GitHub

https://github.com/jline/jline3/security/advisories/GHSA-r2xf-8xr9-62gw

Vendor Advisories for CVE-2026-77422(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Maven(1)
PackageVulnerable rangeFixed inDependents
org.jline:jline-builtins4.0.0 ... 4.3.0 (23 versions)4.3.1—

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 6× in last 7d / 6× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-24 14:34 UTCEG score recompute
  2. 2026-09-24 14:17 UTCEG score recompute
  3. 2026-09-24 14:04 UTCEPSS rescore
  4. 2026-09-23 19:28 UTCEG score recompute
  5. 2026-09-23 18:22 UTCEG score recompute
  6. 2026-09-23 18:21 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-77422?
CVE-2026-77422 is a high vulnerability published on September 23, 2026. JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, the JLine built-in grep command in builtins/src/main/java/org/jline/builtins/PosixCommands.java accepts a user-controlled regular expression in grep(...) and, unless line-regexp mode is used, automatically adds…
When was CVE-2026-77422 disclosed?
CVE-2026-77422 was first published in the National Vulnerability Database on September 23, 2026, with the most recent update on September 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-77422 actively exploited?
CVE-2026-77422 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 60.1% of all scored CVEs.
What is the CVSS score of CVE-2026-77422?
CVE-2026-77422 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-77422?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-77422, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-77422

Explore →

Is Your Infrastructure Affected by CVE-2026-77422?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.