Inefficient regular expression complexity in jline3 - CVE-2026-77421
Published: September 9, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to inefficient regular expression complexity in the nano editor\'s doSearch(String text) function when processing a user-supplied regular expression in regex search mode. A remote user can enter a crafted nested-quantifier regular expression to cause a denial of service.
Regex search mode must be enabled, and non-matching buffer content can trigger catastrophic backtracking.