Lucene search
+L

800 matches found

GithubExploit
GithubExploit
added 2 days ago22 views

Exploit for CVE-2026-9811

CVE-2026-9811 CVE-2026-9811 is a Stored Cross-Site Scripting...

5.4CVSS5.8AI score0.00133EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 5 days ago5 views

SUSE 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.2CVSS7.7AI score0.00128EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago16 views

CVE-2026-15228

Kong Kubernetes Ingress Controller (KIC) is affected by CVE-2026-15228: a user with namespace-scoped Secret creation privileges can trigger a cluster-wide Denial of Service in ingress configuration. KIC collects CA-certificate Secrets across all watched namespaces using a label selector with no i...

7.1CVSS5.9AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 1:5 p.m.2 views

SUSE-SU-2026:3240-1 Security update for python-soupsieve

This update for python-soupsieve fixes the following issues - CVE-2026-49476: Memory Exhaustion via Large Comma-Separated Selector Lists bsc1271187. - CVE-2026-49477: Regular Expression Denial of Service ReDoS via Selector Parser bsc1271188...

7.5CVSS5.8AI score0.00522EPSS
SaveExploits2References6
OSV
OSV
added 2026/07/24 1:4 p.m.2 views

SUSE-SU-2026:3239-1 Security update for python-soupsieve

This update for python-soupsieve fixes the following issues - CVE-2026-49476: Memory Exhaustion via Large Comma-Separated Selector Lists bsc1271187. - CVE-2026-49477: Regular Expression Denial of Service ReDoS via Selector Parser bsc1271188...

7.5CVSS5.8AI score0.00522EPSS
SaveExploits2References6
CVE
CVE
added 2026/07/20 7:12 p.m.17 views

CVE-2026-15788

The CVE describes a vulnerability in BuildKit’s Windows WCOW workflow: the cache mount source= selector on WCOW workers fails to detect NTFS directory junctions inside the cache root. This allows a build authored by an untrusted user on a WCOW-configured BuildKit daemon to read arbitrary host fil...

5.6CVSS5.5AI score0.00145EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/17 12:0 a.m.6 views

SUSE SLES16 Security Update : python-soupsieve (SUSE-SU-2026:22660-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:22660-1 advisory. This update for python-soupsieve fixes the following issues - CVE-2026-49476: Memory Exhaustion via Large Comma-Separated Selector...

7.5CVSS5.9AI score0.00522EPSS
SaveExploits2References7
NVD
NVD
added 2026/07/16 7:16 p.m.11 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.2CVSS0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/16 7:16 p.m.6 views

DEBIAN-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.4AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/16 7:16 p.m.4 views

UBUNTU-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
SaveExploits0References4
CVE
CVE
added 2026/07/16 5:57 p.m.22 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
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
CVE
CVE
added 2026/07/16 5:54 p.m.24 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
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
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
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:0 a.m.9 views

openSUSE 16 Security Update : python-soupsieve (openSUSE-SU-2026:21342-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21342-1 advisory. This update for python-soupsieve fixes the following issues - CVE-2026-49476: Memory Exhaustion via Large Comma-Separated Selector Lists...

7.5CVSS5.9AI score0.00522EPSS
SaveExploits2References6
OSV
OSV
added 2026/07/15 5:54 p.m.11 views

MAL-2026-10687 Malicious code in selparsecss-selector (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector f4f8e230628f3622bf88bcd590f98f8065a99ea3e71ef1bf3c330439b7671e1f [email protected] is a name-confusion fork of postcss-selector-parser: package.json declares author 'Ai Pyramid' while the LICENSE-MIT, sour...

6.1AI score
SaveExploits0References4
NVD
NVD
added 2026/07/14 9:17 p.m.6 views

CVE-2026-49477

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.8.4, the CSS selector parser in soupsieve contains a regular expression vulnerable to catastrophic backtracking when processing an attribute selector with an unterminated quoted value in...

7.5CVSS0.00522EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/07/14 9:17 p.m.18 views

CVE-2026-49477

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.8.4, the CSS selector parser in soupsieve contains a regular expression vulnerable to catastrophic backtracking when processing an attribute selector with an unterminated quoted value in...

7.5CVSS6.1AI score0.00522EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/14 9:17 p.m.6 views

UBUNTU-CVE-2026-49477

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.8.4, the CSS selector parser in soupsieve contains a regular expression vulnerable to catastrophic backtracking when processing an attribute selector with an unterminated quoted value in...

7.5CVSS6.1AI score0.00522EPSS
SaveExploits1References5
Rows per page
Query Builder