Lucene search
+L

252 matches found

Cvelist
Cvelist
added 2025/05/28 11:19 a.m.35 views

CVE-2025-3864 Connection pool exhaustion in hackney

Hackney fails to properly release HTTP connections to the pool after handling 307 Temporary Redirect responses. Remote attackers can exploit this to exhaust connection pools, causing denial of service in applications using the library. Fix for this issue has been included in 1.24.0 release...

2.3CVSS0.00777EPSS
SaveExploits0References3
Amazon
Amazon
added 2025/04/29 12:00 a.m.8 views

Medium: python3.12-pip

Issue Overview: Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to th...

5.6CVSS8AI score0.0034EPSS
SaveExploits0
OSV
OSV
added 2025/03/20 6:49 p.m.10 views

GHSA-92CP-5422-2MW7 go-redis allows potential out of order responses when `CLIENT SETINFO` times out during connection establishment

Impact The issue only occurs when the CLIENT SETINFO command times out during connection establishment. The following circumstances can cause such a timeout: 1. The client is configured to transmit its identity. This can be disabled via the DisableIndentity flag. 2. There are network connectivity...

3.7CVSS5.9AI score0.00724EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.4 views

Astra Linux - уязвимость в jackson-databind

FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool aka embedded Xalan in org.glassfish.web/javax.servlet.jsp.jstl...

8.1CVSS7AI score0.12504EPSS
SaveExploits0References1
Amazon
Amazon
added 2024/12/12 12:00 a.m.7 views

Medium: python-requests

Issue Overview: Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to th...

5.6CVSS5.6AI score0.0034EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/10/14 12:00 a.m.35 views

Amazon Linux 2023 : aws-cfn-bootstrap (ALAS2023-2024-732)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2024-732 advisory. Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the...

5.6CVSS6.3AI score0.0034EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/05/23 7:28 a.m.30 views

Improper Certificate Validation

Requests is vulnerable to Improper Certificate Validation. The vulnerability is due to a flaw where disabling certificate verification verify=False in the first request of a Session causes all subsequent requests to the same origin to ignore certificate verification, regardless of changes to the...

5.6CVSS6.2AI score0.0034EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2024/05/20 9:15 p.m.10 views

AZL-42145 CVE-2024-35195 affecting package python-requests for versions less than 2.27.1-7

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verif...

5.6CVSS6.6AI score0.0034EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/20 9:15 p.m.2 views

DEBIAN-CVE-2024-35195

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verif...

5.6CVSS6.3AI score0.0034EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/20 9:15 p.m.30 views

CVE-2024-35195

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verif...

5.6CVSS6.8AI score0.0034EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/05/20 8:15 p.m.77 views

Requests `Session` object does not verify requests after making first request with verify=False

When using a requests.Session, if the first request to a given origin is made with verify=False, TLS certificate verification may remain disabled for all subsequent requests to that origin, even if verify=True is explicitly specified later. This occurs because the underlying connection is reused...

5.6CVSS6.3AI score0.0034EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/20 8:15 p.m.33 views

GHSA-9WX4-H78V-VM56 Requests `Session` object does not verify requests after making first request with verify=False

When using a requests.Session, if the first request to a given origin is made with verify=False, TLS certificate verification may remain disabled for all subsequent requests to that origin, even if verify=True is explicitly specified later. This occurs because the underlying connection is reused...

5.6CVSS6.4AI score0.0034EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/20 8:14 p.m.417 views

CVE-2024-35195

CVE-2024-35195 affects the Python requests library: if a first request in a Session uses verify=False, subsequent requests to the same host will continue to ignore cert verification for the life of that connection in the pool. This behavior is fixed in Requests 2.32.0. Affected downstream advisor...

5.6CVSS6.1AI score0.0034EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/20 8:14 p.m.27 views

CVE-2024-35195 Requests `Session` object does not verify requests after making first request with verify=False

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verif...

5.6CVSS5.4AI score0.0034EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/20 8:14 p.m.16 views

CVE-2024-35195 Requests `Session` object does not verify requests after making first request with verify=False

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verif...

5.6CVSS6.3AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:00 a.m.41 views

CentOS 9 : curl-7.76.1-20.el9

The remote CentOS Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the curl-7.76.1-20.el9 build changelog. - An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated...

9.8CVSS6.7AI score0.3216EPSS
SaveExploits9References10
BDU FSTEC
BDU FSTEC
added 2023/10/03 12:00 a.m.14 views

The vulnerability of the DBCPConnectionPool and HikariCPConnectionPool control servers of the Apache NiFi data processing platform allows a hacker to execute arbitrary code.

The vulnerability of the DBCPConnectionPool and HikariCPConnectionPool control servers of the Apache NiFi data processing platform is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9CVSS8.3AI score0.63633EPSS
SaveExploits10References6Affected Software1
Positive Technologies
Positive Technologies
added 2023/06/12 12:00 a.m.10 views

PT-2023-5586 · Apache · Apache Nifi

Name of the Vulnerable Software and Affected Versions: Apache NiFi versions 0.0.2 through 1.21.0 Description: The issue in Apache NiFi is related to the DBCPConnectionPool and HikariCPConnectionPool Controller Services, which allow an authenticated and authorized user to configure a Database URL...

9CVSS8.1AI score0.63633EPSS
SaveExploits10References26
Amazon
Amazon
added 2023/06/07 12:00 a.m.41 views

Medium: curl

Issue Overview: The curl advisory describes this issue as follows: curl supports communicating using the TELNET protocol and as a part of this it offers users to pass on user name and "telnet options" for the server negotiation. Due to lack of proper input scrubbing and without it being the...

9.8CVSS6.9AI score0.02195EPSS
SaveExploits6
Tenable Nessus
Tenable Nessus
added 2023/04/11 12:00 a.m.35 views

Siemens Industrial Devices using libcurl Use After Free (CVE-2021-22924)

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths case insensitively,which could lead ...

4.3CVSS6.2AI score0.0627EPSS
SaveExploits1References18
Rows per page
Query Builder