Lucene search
+L

533 matches found

Kitploit
Kitploit
added 2026/08/26 7:35 a.m.2 views

CVE-2026-26903-PoC

CVE-2026-26903 PoC Denial-of-Service durch unbegrenzte Rekursion in derreplaceEqualDeep-Funktion von TanStack Query Ein einzelnes manipuliertes Abfrage-Update mit tief verschachtelten Objekten kann den JavaScript-Thread auf unbestimmte Zeit einfrieren und die Anwendung vollständig reaktionsunfähi...

5.3AI score
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/25 6:41 p.m.115 views

rosenbridge

project:rosenbridge : hardware backdoors in x86 CPUs github.com/xoreaxeaxeax/rosenbridge // domas // @xoreaxeaxeax Overview project:rosenbridge reveals a hardware backdoor in some desktop, laptop, and embedded x86 processors. The backdoor allows ring 3 userland code to circumvent processor...

6.1AI score
SaveExploits0References1
EUVD
EUVD
added 2026/08/25 6:24 p.m.5 views

EUVD-2026-65703

emlparser serves as a python module for parsing eml files and returning various information found in the e-mail as well as computed information. Prior to 3.0.2, emlparser.parser.HeaderParser.headerfetchparse in emlparser/parser.py uses email.utils.getaddresses to parse address-bearing e-mail...

5.3CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/23 1:34 p.m.34 views

CVE-2026-9769 justhtml before 1.10.0 Denial of Service via deeply nested HTML

justhtml through 1.9.1 fixed in 1.10.0 is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML construction, TreeBuilder.finish unconditionally calls populateselectedcontent, which recursively traverses the DOM tree via findelements/findelement without a depth bound...

8.7CVSS0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/23 1:34 p.m.7 views

CVE-2026-9769 justhtml before 1.10.0 Denial of Service via deeply nested HTML

justhtml through 1.9.1 fixed in 1.10.0 is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML construction, TreeBuilder.finish unconditionally calls populateselectedcontent, which recursively traverses the DOM tree via findelements/findelement without a depth bound...

8.7CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/08/23 1:34 p.m.29 views

CVE-2026-9769

justhtml (Python HTML parser) through version 1.9.1 is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML() construction, TreeBuilder.finish() unconditionally calls _populate_selectedcontent(), which recursively traverses the DOM tree via _find_elements()/_find_ele...

8.7CVSS5.5AI score0.00278EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/23 12:00 a.m.14 views

PT-2026-79778

justhtml through 1.9.1 fixed in 1.10.0 is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML construction, TreeBuilder.finish unconditionally calls populate selectedcontent, which recursively traverses the DOM tree via find elements/ find element without a depth...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 2:12 p.m.15 views

CVE-2026-66393 NLTK before 3.9.4 Denial of Service via JSONTaggedDecoder

NLTK versions before 3.9.4 contain an unbounded recursion vulnerability in JSONTaggedDecoder.decodeobj that allows attackers to cause denial of service by supplying deeply nested JSON structures. Attackers can craft JSON payloads exceeding the recursion limit to trigger an unhandled RecursionErro...

8.7CVSS5.6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 2:12 p.m.9 views

EUVD-2026-64310

NLTK versions before 3.9.4 contain an unbounded recursion vulnerability in JSONTaggedDecoder.decodeobj that allows attackers to cause denial of service by supplying deeply nested JSON structures. Attackers can craft JSON payloads exceeding the recursion limit to trigger an unhandled RecursionErro...

8.7CVSS5.3AI score0.00344EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 2:12 p.m.18 views

CVE-2026-66393

NLTK versions before 3.9.4 are affected by an unbounded recursion vulnerability in JSONTaggedDecoder.decode_obj() . An attacker can supply a deeply nested JSON structure that exceeds Python's recursion limit, triggering an unhandled RecursionError that crashes the process, resulting in denial of ...

8.7CVSS5.3AI score0.00344EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/21 7:14 p.m.9 views

Unleash: Unauthenticated single-request DoS via OpenAPI validation error formatter

Summary An unauthenticated POST to any OpenAPI-validated endpoint, including the anonymous POST /edge/validate and POST /edge/issue-token, crashes the entire Unleash server with one request body of deeply-nested JSON. When request-body validation fails, Unleash builds the error message by calling...

7.5CVSS5.7AI score0.00379EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/08/21 6:12 p.m.10 views

EUVD-2026-64041

Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the shared OpenAPI validation error path in src/lib/error/bad-data-error.ts passes a raw request value from lodash.get to JSON.stringify in genericErrorMessage and fromOpenApiValidationErrors without guarding...

7.5CVSS5.4AI score0.00379EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/21 6:12 p.m.31 views

CVE-2026-63462 Unleash: Unauthenticated single-request DoS via OpenAPI validation error formatter

Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the shared OpenAPI validation error path in src/lib/error/bad-data-error.ts passes a raw request value from lodash.get to JSON.stringify in genericErrorMessage and fromOpenApiValidationErrors without guarding...

7.5CVSS0.00379EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.15 views

PT-2026-79422

Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the shared OpenAPI validation error path in src/lib/error/bad-data-error.ts passes a raw request value from lodash.get to JSON.stringify in genericErrorMessage and fromOpenApiValidationErrors without guarding...

7.5CVSS5.5AI score0.00379EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/20 3:56 p.m.28 views

CVE-2026-75140 jsoup Uncontrolled Resource Consumption in XmlTreeBuilder

jsoup through 1.23.2, fixed in commit 862ba2f, contains an uncontrolled resource consumption vulnerability in XmlTreeBuilder that allows remote attackers to exhaust JVM heap memory by supplying a deeply nested XML document with uniquely-namespaced elements. The builder copies the entire inherited...

8.7CVSS5.6AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/19 5:29 p.m.8 views

CVE-2026-18140

A flaw was found in aws-smithy-json. This vulnerability allows a remote, unauthenticated attacker to cause a denial of service DoS in smithy-rs generated servers. By sending a small HTTP request containing deeply nested JSON, the attacker can trigger uncontrolled recursion in the aws-smithy-json...

8.7CVSS5.4AI score0.00431EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/19 11:16 a.m.5 views

CVE-2026-16440

In Eclipse OpenJ9 versions up to 0.60, a crafted .class file with deeply nested annotations causes a segmentation fault...

5.7CVSS0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/19 10:12 a.m.16 views

CVE-2026-16440

Eclipse OpenJ9 versions up to 0.60 are vulnerable to a segmentation fault triggered by a crafted .class file containing deeply nested annotations. The root cause is improper handling of annotation nesting depth during class file processing, leading to a crash and denial of service . The CVSS 4.0 ...

5.7CVSS5.2AI score0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 10:12 a.m.30 views

CVE-2026-16440

In Eclipse OpenJ9 versions up to 0.60, a crafted .class file with deeply nested annotations causes a segmentation fault...

5.7CVSS0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/19 10:12 a.m.12 views

EUVD-2026-62368

In Eclipse OpenJ9 versions up to 0.60, a crafted .class file with deeply nested annotations causes a segmentation fault...

5.7CVSS5.2AI score0.00235EPSS
SaveExploits0References2
Rows per page
Query Builder