Lucene search
+L

589 matches found

OSV
OSV
•added 2024/11/22 4:15 p.m.•16 views

AZL-53624 CVE-2024-52804 affecting package python-tornado 6.2.0-1

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS7.3AI score0.01044EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2024/11/22 3:43 p.m.•57 views

CVE-2024-52804 Tornado has HTTP cookie parsing DoS vulnerability

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS0.01044EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2024/11/22 12:00 a.m.•1 views

CVE-2024-52804: Uncontrolled Resource Consumption

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS7.1AI score0.01044EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/08 4:16 p.m.•17 views

CLSA-2024-1728404213 python2: Fix of CVE-2024-7592

CVE-2024-7592: fix quadratic complexity in parsing cookies with backslashes...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits1References1
OSV
OSV
•added 2024/10/08 4:04 p.m.•22 views

CLSA-2024-1728403484 python2: Fix of CVE-2024-7592

CVE-2024-7592: fix quadratic complexity in parsing cookies with backslashes...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits1References1
OSV
OSV
•added 2024/10/04 7:47 p.m.•17 views

CLSA-2024-1728071268 python2: Fix of CVE-2024-7592

CVE-2024-7592: fix quadratic complexity in parsing cookies with backslashes...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits1References1
OSV
OSV
•added 2024/10/03 6:29 p.m.•15 views

CLSA-2024-1727980155 python: Fix of CVE-2024-7592

CVE-2024-7592: fix algorithm with quadratic complexity to avoid using excess CPU resources while parsing the cookie value...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits1References1
OSV
OSV
•added 2024/10/03 6:22 p.m.•15 views

CLSA-2024-1727979765 python3.9: Fix of 2 CVEs

CVE-2024-6232: remove backtracking when parsing tarfile headers - CVE-2024-7592: fix quadratic complexity in parsing "-quoted cookie values with backslashes...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits3References1
OSV
OSV
•added 2024/09/25 6:32 p.m.•26 views

CLSA-2024-1727289133 python3: Fix of 2 CVEs

CVE-2024-6232: remove backtracking when parsing tarfile headers - CVE-2024-7592: fix quadratic complexity in parsing "-quoted cookie values with backslashes...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits3References1
Microsoft CVE
Microsoft CVE
•added 2024/09/11 7:00 a.m.•9 views

Quadratic complexity parsing cookies with backslashes

...

7.5CVSS6.7AI score0.02303EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
•added 2024/09/10 12:00 a.m.•20 views

EulerOS 2.0 SP12 : python-idna (EulerOS-SA-2024-2355)

According to the versions of the python-idna package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. The issue arises...

7.5CVSS6.7AI score0.01386EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
•added 2024/09/10 12:00 a.m.•15 views

EulerOS 2.0 SP12 : python-idna (EulerOS-SA-2024-2347)

According to the versions of the python-idna package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. The issue arises...

7.5CVSS6.2AI score0.01386EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
•added 2024/09/10 12:00 a.m.•28 views

EulerOS 2.0 SP12 : python-pip (EulerOS-SA-2024-2349)

According to the versions of the python-pip packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. The issue arises...

7.5CVSS6.7AI score0.91327EPSS
SaveExploits4References4
OSV
OSV
•added 2024/09/06 11:07 a.m.•19 views

OESA-2024-2119 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

7.5CVSS7AI score0.02303EPSS
SaveExploits1References4
OSV
OSV
•added 2024/08/19 7:15 p.m.•8 views

ALPINE-CVE-2024-7592

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resourc...

7.5CVSS7AI score0.02303EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
•added 2024/08/19 7:06 p.m.•23 views

CVE-2024-7592 Quadratic complexity parsing cookies with backslashes

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resourc...

7.2AI score0.02303EPSS
SaveExploits1References10
OSV
OSV
•added 2024/08/19 7:06 p.m.•31 views

PSF-2024-9

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resourc...

7.5CVSS6.8AI score0.02303EPSS
SaveExploits1References10
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2024/08/19 12:00 a.m.•0 views

CVE-2024-7592: Uncontrolled Resource Consumption

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resourc...

7.5CVSS6.5AI score0.02303EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
•added 2024/08/19 12:00 a.m.•22 views

EulerOS Virtualization 2.10.0 : python-idna (EulerOS-SA-2024-2126)

According to the versions of the python-idna package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. Th...

7.5CVSS6.6AI score0.01386EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
•added 2024/08/19 12:00 a.m.•19 views

EulerOS Virtualization 2.10.1 : python-idna (EulerOS-SA-2024-2146)

According to the versions of the python-idna package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : A vulnerability was identified in the kjd/idna library, specifically within the idna.encode function, affecting version 3.6. Th...

7.5CVSS6.6AI score0.01386EPSS
SaveExploits2References2
Rows per page
Query Builder