Lucene search
+L

4055 matches found

OSV
OSV
•added 2026/09/23 6:17 p.m.•4 views

CVE-2026-77423 JLine: ReDoS in Built-in Less Viewer Search

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 getPatternboolean doDisplayPattern in builtins/src/main/java/org/jline/builtins/Less.java directly to Java's...

7.5CVSS5.7AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/23 6:17 p.m.•33 views

CVE-2026-77423 JLine: ReDoS in Built-in Less Viewer Search

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 getPatternboolean doDisplayPattern in builtins/src/main/java/org/jline/builtins/Less.java directly to Java's...

7.5CVSS0.00385EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
•added 2026/09/23 6:12 p.m.•5 views

JLine: ReDoS in Nano Editor Regex Search Mode

Summary When regex search mode is enabled in the JLine3 nano editor, the user-supplied search term is compiled directly as a Java regular expression with no timeout or backtracking bound. A crafted pattern such as a++b can hang the editor session thread at high CPU, causing a denial of service fo...

6.5CVSS6.1AI score0.00434EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/09/23 6:12 p.m.•5 views

GHSA-PH9C-7HW9-VHHW JLine: ReDoS in Nano Editor Regex Search Mode

Summary When regex search mode is enabled in the JLine3 nano editor, the user-supplied search term is compiled directly as a Java regular expression with no timeout or backtracking bound. A crafted pattern such as a++b can hang the editor session thread at high CPU, causing a denial of service fo...

6.5CVSS6.1AI score0.00434EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
•added 2026/09/23 6:12 p.m.•6 views

JLine: ReDoS in Built-in grep Command Amplified by Automatic `.*` Wrapping

Summary The JLine3 built-in grep command wraps the user-supplied regular expression with . before compiling it with Java's backtracking regex engine. This amplifies catastrophic backtracking and allows a short pattern such as a++b to hang the command thread on non-matching input. In environments...

7.5CVSS5.9AI score0.00496EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/09/23 6:12 p.m.•6 views

GHSA-5Q95-HRPC-M3W3 JLine: ReDoS via `HISTORY_IGNORE` Configuration Variable

Summary The JLine3 HISTORYIGNORE variable is converted into a Java regular expression with only partial escaping. As a result, regex metacharacters other than and : are passed through to the regex engine. A crafted value such as a++b can cause catastrophic backtracking each time a command line is...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
•added 2026/09/23 6:12 p.m.•7 views

JLine: ReDoS via `HISTORY_IGNORE` Configuration Variable

Summary The JLine3 HISTORYIGNORE variable is converted into a Java regular expression with only partial escaping. As a result, regex metacharacters other than and : are passed through to the regex engine. A crafted value such as a++b can cause catastrophic backtracking each time a command line is...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
•added 2026/09/23 6:11 p.m.•5 views

EUVD-2026-85528

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, DefaultHistory.matchPatternsString patterns, String line in reader/src/main/java/org/jline/reader/impl/history/DefaultHistory.java converts the HISTORYIGNORE configuration value into a Java regular expression...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/23 6:11 p.m.•3 views

CVE-2026-77420 JLine: ReDoS via `HISTORY_IGNORE` Configuration Variable

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, DefaultHistory.matchPatternsString patterns, String line in reader/src/main/java/org/jline/reader/impl/history/DefaultHistory.java converts the HISTORYIGNORE configuration value into a Java regular expression...

5.5CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/23 6:11 p.m.•31 views

CVE-2026-77420 JLine: ReDoS via `HISTORY_IGNORE` Configuration Variable

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, DefaultHistory.matchPatternsString patterns, String line in reader/src/main/java/org/jline/reader/impl/history/DefaultHistory.java converts the HISTORYIGNORE configuration value into a Java regular expression...

5.5CVSS0.00123EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/23 6:09 p.m.•5 views

CVE-2026-77422 JLine: ReDoS in Built-in grep Command Amplified by Automatic `.*` Wrapping

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 ...

7.5CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/23 6:09 p.m.•30 views

CVE-2026-77422 JLine: ReDoS in Built-in grep Command Amplified by Automatic `.*` Wrapping

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 ...

7.5CVSS0.00496EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/23 6:07 p.m.•31 views

CVE-2026-77421 JLine: ReDoS in Nano Editor Regex Search Mode

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 nano editor's regex search mode passes a user-controlled search term from doSearchString text in builtins/src/main/java/org/jline/builtins/Nano.java to Java's backtracking regular expression...

6.5CVSS0.00434EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/23 6:07 p.m.•2 views

CVE-2026-77421 JLine: ReDoS in Nano Editor Regex Search Mode

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 nano editor's regex search mode passes a user-controlled search term from doSearchString text in builtins/src/main/java/org/jline/builtins/Nano.java to Java's backtracking regular expression...

6.5CVSS6AI score
SaveExploits0References9
IBM Security Bulletins
IBM Security Bulletins
•added 2026/09/23 9:58 a.m.•5 views

Security Bulletin: IBM InfoSphere Optim Archive Viewer is affected by a vulnerability in postcss-selector-parser (CVE-2026-9358)

Summary A Regular Expression Denial of Service ReDoS vulnerability in the postcss-selector-parser library CVE-2026-9358 used by IBM InfoSphere Optim Archive Viewer has been addressed by upgrading the component to version 7.1.4. Vulnerability Details CVEID:CVE-2026-9358 DESCRIPTION: A vulnerabilit...

5.3CVSS4.8AI score0.0058EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
•added 2026/09/23 9:29 a.m.•40 views

CVE-2026-91852 Apache Sling XSS: CWE-79 multiple raw-string break-outs and ReDOS in XSSImpl

Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Apache Sling XSS. This issue affects Apache Sling XSS: before 2.4.12. Users are recommended to upgrade to version 2.4.12, which fixes the issue...

0.00206EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/09/22 8:51 p.m.•5 views

CVE-2026-92599

A flaw was found in joi. A remote attacker can exploit an unanchored regular expression in the Joi.string.isoDate validation rule by supplying a specially crafted string. This input, consisting of a valid ISO date followed by a long sequence of fractional-second digits, causes the regular...

8.7CVSS5.8AI score0.00582EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/22 3:17 p.m.•6 views

CVE-2026-89407

NumberInput.looksLikeValidNumber in FasterXML jackson-core pre-validates "stringified numbers" with two regular expressions: PATTERNFLOAT +-?0-9.?0-9+eE+-?0-9+?, present since 2.17.0, and PATTERNFLOATTRAILINGDOT, added in 2.17.2. PATTERNFLOAT places adjacent quantifiers over the same character...

7.5CVSS0.0063EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/22 2:53 p.m.•5 views

EUVD-2026-84498

NumberInput.looksLikeValidNumber in FasterXML jackson-core pre-validates "stringified numbers" with two regular expressions: PATTERNFLOAT +-?0-9.?0-9+eE+-?0-9+?, present since 2.17.0, and PATTERNFLOATTRAILINGDOT, added in 2.17.2. PATTERNFLOAT places adjacent quantifiers over the same character...

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/22 2:53 p.m.•8 views

CVE-2026-89407

NumberInput.looksLikeValidNumber in FasterXML jackson-core pre-validates "stringified numbers" with two regular expressions: PATTERNFLOAT +-?0-9.?0-9+eE+-?0-9+?, present since 2.17.0, and PATTERNFLOATTRAILINGDOT, added in 2.17.2. PATTERNFLOAT places adjacent quantifiers over the same character...

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0
Rows per page
Query Builder