Lucene search
+L

289994 matches found

OSV
OSV
added 2026/07/16 6:35 p.m.5 views

MAL-2026-10749 Malicious code in sync-grove (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 65248cd6e2924b6485824bcf382441e39d5e09860bc1e849aee0d6d289d184fb Package.json declares "postinstall": "node setup.js", so setup.js runs automatically on npm install. The script assembles the strings shelljs and exe...

6.3AI score
SaveExploits0References3
Talos Blog
Talos Blog
added 2026/07/16 6:0 p.m.13 views

Begun, the Patch Wars have

Welcome to this week's edition of the Threat Source newsletter. We all knew, to some degree or another, that this summer was going to a hot mess. I don't mean FIFA drama or record setting heat waves. I mean the slow but steady momentum that AI frontier models were accruing for vulnerability...

6.1AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/07/16 5:59 p.m.6 views

Security update for tomcat

This update for tomcat fixes the following issues Update to Tomcat 9.0.119. Security issues fixed: CVE-2026-50229: improper neutralization of script-related HTML tags in the number guess example bsc1269791. CVE-2026-53404: always-incorrect control flow implementation in the rewrite valve caused...

6.9CVSS5.5AI score0.04249EPSS
SaveExploits1References24
Cvelist
Cvelist
added 2026/07/16 5:57 p.m.36 views

CVE-2026-46377 Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS0.00128EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/16 5:57 p.m.8 views

EUVD-2026-44995

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS6.1AI score0.00128EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/16 5:57 p.m.11 views

CVE-2026-46377 Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS6.1AI score0.00128EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/16 5:57 p.m.10 views

CVE-2026-46377

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS6.1AI score0.00128EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/16 5:57 p.m.9 views

CVE-2026-46377 Dasel: Index-out-of-range panic in dasel selector lexer on trailing backslash in quoted string

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS6.1AI score0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/16 5:57 p.m.9 views

CVE-2026-46377

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the escape sequence handler in Tokenizer.parseCurRune in selector/lexer/tokenize.go increments past a trailing backslash in a quoted string such as "\ or '\ and then reads...

6.2CVSS5.3AI score0.00128EPSS
SaveExploits0
CVE
CVE
added 2026/07/16 5:57 p.m.21 views

CVE-2026-46377

CVE-2026-46377 (Dasel) : A bug in the escape sequence handling of the selector lexer causes an index-out-of-range panic when a trailing backslash is inside a quoted string. The issue resides in parseCurRune where a backslash path increments pos and then reads p.src[pos] without a bounds check. Af...

6.2CVSS6.1AI score0.00128EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/07/16 5:56 p.m.9 views

Security update for tomcat11

This update for tomcat11 fixes the following issues Update to Tomcat 11.0.23. Security issues fixed: CVE-2026-50229: improper neutralization of script-related HTML tags in the number guess example bsc1269791. CVE-2026-53404: always-incorrect control flow implementation in the rewrite valve caused...

6.9CVSS5.6AI score0.04249EPSS
SaveExploits1References26
Cvelist
Cvelist
added 2026/07/16 5:54 p.m.36 views

CVE-2026-46378 Dasel: Denial of service in dasel selector lexer due to infinite loop on unterminated regex literal

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS0.00112EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/16 5:54 p.m.10 views

CVE-2026-46378 Dasel: Denial of service in dasel selector lexer due to infinite loop on unterminated regex literal

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS5.2AI score0.00112EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/16 5:54 p.m.7 views

CVE-2026-46378

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS6.1AI score0.00112EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/16 5:54 p.m.8 views

CVE-2026-46378 Dasel: Denial of service in dasel selector lexer due to infinite loop on unterminated regex literal

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS6.1AI score0.00112EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/16 5:54 p.m.9 views

EUVD-2026-44994

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS6.1AI score0.00112EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/16 5:54 p.m.9 views

CVE-2026-46378

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS5.3AI score0.00112EPSS
SaveExploits0
CVE
CVE
added 2026/07/16 5:54 p.m.23 views

CVE-2026-46378

Dasel (github.com/tomwright/dasel) is affected by CVE-2026-46378 due to a non-terminating loop in the selector lexer when tokenizing an unterminated regex literal (r/). The bug resides in matchRegexPattern inside selector/lexer/tokenize.go, where the loop continues indefinitely if the closing sla...

6.2CVSS6.1AI score0.00112EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/07/16 5:53 p.m.7 views

Security update for python-python-socketio

This update for python-python-socketio fixes the following issues: CVE-2026-48804: Binary attachment accumulation can cause denial of service bsc1269491. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

7.5CVSS5.2AI score
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/07/16 5:51 p.m.7 views

Security update for python-python-engineio

This update for python-python-engineio fixes the following issues: CVE-2026-48802: remote user can cause the creation of unnecessary background threads in the server through the heartbeat mechanism and cause a DoS bsc1269544. CVE-2026-48809: size of incoming messages is not checked before they ar...

8.7CVSS5.4AI score
SaveExploits0References8
Rows per page
Query Builder