Lucene search
+L

7367 matches found

OSV
OSV
added 2024/04/15 8:21 p.m.50 views

GHSA-2M57-HF25-PHGG sqlparse parsing heavily nested list leads to Denial of Service

Summary Passing a heavily nested list to sqlparse.parse leads to a Denial of Service due to RecursionError. Details + PoC Running the following code will raise Maximum recursion limit exceeded exception: py import sqlparse sqlparse.parse'' 10000 + '' 10000 We expect a traceback of RecursionError:...

7.5CVSS7.5AI score0.0321EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/04/15 12:0 a.m.10 views

PT-2024-10474

Name of the Vulnerable Software and Affected Versions sqlparse affected versions not specified Description The issue is related to the sqlparse.parse function, which can lead to a Denial of Service due to a RecursionError when processing a heavily nested list. This can be exploited by a remote...

7.8CVSS7.1AI score0.0321EPSS
SaveExploits0References45
OSV
OSV
added 2024/04/12 11:7 a.m.5 views

OESA-2024-1432 golang security update

The Go Programming Language. Security Fixes: The ParseAddressList function incorrectly handles comments text within parentheses within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different...

7.5CVSS7AI score0.01042EPSS
SaveExploits0References2
NVD
NVD
added 2024/04/08 6:15 p.m.32 views

CVE-2024-23082

ThreeTen Backport v1.6.8 was discovered to contain an integer overflow via the component org.threeten.bp.format.DateTimeFormatter::parseCharSequence, ParsePosition. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a...

9.8AI score0.00269EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/04/08 6:15 p.m.38 views

CVE-2024-23082

ThreeTen Backport v1.6.8 was discovered to contain an integer overflow via the component org.threeten.bp.format.DateTimeFormatter::parseCharSequence, ParsePosition. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a...

5.9AI score0.00269EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/08 6:15 p.m.5 views

UBUNTU-CVE-2024-23082

DISPUTED ThreeTen Backport v1.6.8 was discovered to contain an integer overflow via the component org.threeten.bp.format.DateTimeFormatter::parseCharSequence, ParsePosition. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence o...

5.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2024/04/08 12:0 a.m.7 views

ThreeTen backport project 安全漏洞

ThreeTen backport project is a simple backport for ThreeTen open source. A security vulnerability exists in ThreeTen backport project version v1.6.8, which stems from a null pointer exception contained in the component org. Threeten.bp.format.DateTimeFormatter parseCharSequence, ParsePosition...

4.5AI score0.00269EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/04/08 12:0 a.m.6 views

PT-2024-19661

Name of the Vulnerable Software and Affected Versions ThreeTen Backport version 1.6.8 Description The issue is related to an integer overflow in the org.threeten.bp.format.DateTimeFormatter::parseCharSequence, ParsePosition component. However, it is noted that the existence of this issue is...

6AI score0.00269EPSS
SaveExploits0References15
CVE
CVE
added 2024/04/08 12:0 a.m.90 views

CVE-2024-23082

CVE-2024-23082 concerns ThreeTen Backport v1.6.8, with an integer overflow in DateTimeFormatter.parse(CharSequence, ParsePosition). Multiple sources dispute the vulnerability’s existence; no solid public exploit details are provided in the documents. Red Hat/IBM postings flag a potential denial-o...

7.5AI score0.00269EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/04/05 12:0 a.m.8 views

Google Pixel 安全漏洞

Google Pixel is a smartphone from Google, Inc. in the United States. A security vulnerability exists in Google Pixel, which stems from a missing null check in the asn1ecpkeyparsep384 module of the asn1common.c file, which could lead to out-of-bounds reads...

5.5CVSS6.4AI score0.00088EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/04/03 12:0 a.m.9 views

The vulnerability of the gf_mpd_parse_string function (media_tools/mpd.c:75) in the multimedia platform GPAC allows a hacker to cause a service failure.

The vulnerability of the gfmpdparsestring function mediatools/mpd.c:75 in the GPAC multimedia platform is related to the lack of memory release after the effective lifespan has ended. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00297EPSS
SaveExploits1References3Affected Software2
Redos
Redos
added 2024/04/02 12:0 a.m.35 views

ROS-20240402-05

Vulnerability of TiXmlDeclaration::Parse function in tinyxmlparser.cpp component of TinyXML XML-parser is related to the use of assert operator when processing 0 character after space. using assert operator when processing 0 character after a space. Exploitation vulnerability could allow an...

7.5CVSS6.7AI score0.01372EPSS
SaveExploits0
OSV
OSV
added 2024/03/31 6:25 p.m.26 views

BIT-PARSE-2024-27298 Parse Server literalizeRegexPart SQL Injection

parse-server is a Parse Server for Node.js / Express. This vulnerability allows SQL injection when Parse Server is configured to use the PostgreSQL database. The vulnerability has been fixed in 6.5.0 and 7.0.0...

10CVSS7.2AI score0.0103EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/03/29 12:30 p.m.29 views

Elasticsearch Uncaught Exception leading to crash

An uncaught exception in Elasticsearch = 8.4.0 and 8.11.1 occurs when an encrypted PDF is passed to an attachment processor through the REST API. The Elasticsearch ingest node that attempts to parse the PDF file will crash. This does not happen with password-protected PDF files or with unencrypte...

5.3CVSS7AI score0.00681EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/28 12:31 a.m.17 views

domain-suffix RegEx Denial of Service

RegEx Denial of Service in domain-suffix 1.0.8 allows attackers to crash the application via crafted input to the parse function. PoC js async function exploit const domainsuffix = require"domain-suffix"; // Crafting a string that will cause excessive backtracking const maliciousInput =...

7.5CVSS6.9AI score0.00575EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/03/27 10:15 p.m.27 views

CVE-2024-25354

RegEx Denial of Service in domain-suffix 1.0.8 allows attackers to crash the application via crafted input to the parse function...

7.5CVSS6.5AI score0.00575EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/03/27 12:0 a.m.24 views

CVE-2024-25354

RegEx Denial of Service in domain-suffix 1.0.8 allows attackers to crash the application via crafted input to the parse function...

6.7AI score0.00575EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/03/27 12:0 a.m.9 views

domain-suffix 安全漏洞

domain-suffix is a Node.js package. A security vulnerability exists in domain-suffix version 1.0.8, which stems from a vulnerability that allows an attacker to crash an application using crafted input via the parse function...

7.5CVSS6.7AI score0.00575EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/27 12:0 a.m.13 views

CVE-2024-25354

RegEx Denial of Service in domain-suffix 1.0.8 allows attackers to crash the application via crafted input to the parse function...

6.9AI score0.00575EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/03/27 12:0 a.m.9 views

PT-2024-40680 · Git +1 · Quickjs

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: A heap-buffer-overflow READ 1 crash has been reported. The crash state includes functions such as emit goto, emit class field init, and js parse function...

7AI score
SaveExploits0References2
Rows per page
Query Builder