CVE Catalog

CVE-2026-77423

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

In JLine from 3.0.0 until 3.30.15 and 4.3.1, the built-in less viewer passes user-controlled search and display-filter patterns directly to Java's backtracking regular expression engine and repeatedly applies them to file content. A nested-quantifier expression evaluated against non-matching lines can consume excessive CPU and indefinitely block the session thread, and repeated sessions in Telnet or SSH deployments can exhaust a bounded worker pool.

Risk Assessment

An attacker can cause CPU exhaustion and block session threads, and in Telnet or SSH deployments exhaust the worker pool, resulting in denial of service. This affects remotely exposed sessions, increasing exposure.

Recommendation

Upgrade JLine to version 3.30.15 or 4.3.1 (or later) and consider restricting access to JLine-based shell sessions.

Other vulnerabilities in JLine

See all
Original NVD description (English source)

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 less viewer passes user-controlled search and display-filter patterns from getPattern(boolean doDisplayPattern) in builtins/src/main/java/org/jline/builtins/Less.java directly to Java's backtracking regular expression engine and repeatedly applies them to file content. A nested-quantifier expression evaluated against non-matching lines can consume excessive CPU and indefinitely block the session thread, and repeated sessions in Telnet or SSH deployments can exhaust a bounded worker pool. This issue is fixed in versions 3.30.15 and 4.3.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS