Lucene search
+L

341946 matches found

Cvelist
Cvelist
•added 2026/09/23 6:29 p.m.•37 views

CVE-2026-71465 Automation-controller: automation-controller-container: automation-controller: ad-hoc command limit field allows cli argument injection into ansible executable

RunAdHocCommand.buildargs appends limit as bare positional args.appendlimit instead of using args.extend'-l', limit like RunJob. A limit beginning with - is parsed as an ansible CLI option. Currently limited to short-circuit flags --version, --help since injected element displaces required patter...

3.1CVSS0.0021EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2026/09/23 6:29 p.m.•8 views

CVE-2026-71465 Automation-controller: automation-controller-container: automation-controller: ad-hoc command limit field allows cli argument injection into ansible executable

RunAdHocCommand.buildargs appends limit as bare positional args.appendlimit instead of using args.extend'-l', limit like RunJob. A limit beginning with - is parsed as an ansible CLI option. Currently limited to short-circuit flags --version, --help since injected element displaces required patter...

3.1CVSS5.7AI score0.0021EPSS
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/23 6:25 p.m.•11 views

CVE-2025-49619

CVE-2025-49619 PoC This script exploits CVE-2025-49619 in Skyvern to execute a reverse shell command. Author Name: Cristian Branet GitHub: cristibtz Usage 1. Start a listener root@kitploit: nc -lvnp 2. Run the exploit root@kitploit: python3 exploit.py -u "http://:" -k "" -i -p : Skyvern server IP...

8.5CVSS8.3AI score0.19972EPSS
SaveExploits6References1
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-R2XF-8XR9-62GW 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
SaveExploits0References8
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.•4 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
Debian CVE
Debian CVE
•added 2026/09/23 6:11 p.m.•5 views

CVE-2026-77420

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
SaveExploits0
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
CVE
CVE
•added 2026/09/23 6:11 p.m.•13 views

CVE-2026-77420

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.7AI score0.00123EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/09/23 6:09 p.m.•4 views

EUVD-2026-85527

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 score0.00496EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/23 6:09 p.m.•4 views

CVE-2026-77422

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 score0.00496EPSS
SaveExploits0
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
Vulnrichment
Vulnrichment
•added 2026/09/23 6:09 p.m.•4 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 score0.00496EPSS
SaveExploits0References7
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
CVE
CVE
•added 2026/09/23 6:09 p.m.•14 views

CVE-2026-77422

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 score0.00496EPSS
SaveExploits0References7
Rockylinux
Rockylinux
•added 2026/09/23 6:07 p.m.•6 views

postgresql16 security update

An update is available for postgresql16. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list PostgreSQL is an advanced Object-Relational database management system...

8.8CVSS6.5AI score0.00683EPSS
SaveExploits3
OSV
OSV
•added 2026/09/23 6:07 p.m.•4 views

RLSA-2026:70186 Important: postgresql16 security update

PostgreSQL is an advanced Object-Relational database management system DBMS. The base postgresql package contains the client programs that you'll need to access a PostgreSQL DBMS server, as well as HTML documentation for the whole system. These client programs can be located on the same machine a...

8.8CVSS6.5AI score0.00683EPSS
SaveExploits3References18
Rows per page
Query Builder