Lucene search
+L

274 matches found

OSV
OSV
added 2023/05/26 6:15 p.m.97 views

PYSEC-2023-74

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuildproxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent...

6.1CVSS6.7AI score0.02974EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/05/26 5:2 p.m.38 views

CVE-2023-32681 Unintended leak of Proxy-Authorization header in requests

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuildproxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent...

6.1CVSS6.8AI score0.02974EPSS
SaveExploits1References7
CVE
CVE
added 2023/05/26 5:2 p.m.1601 views

CVE-2023-32681

CVE-2023-32681 affects the Python-requests project: a Proxy-Authorization header can be leaked to destination servers when redirects head to HTTPS due to how rebuild_proxies reattaches credentials. The issue arises in requests before the fix and is mitigated by upgrading to version 2.31.0 or late...

6.1CVSS6.8AI score0.02974EPSS
SaveExploits1References7Affected Software1
Debian CVE
Debian CVE
added 2023/05/26 5:2 p.m.78 views

CVE-2023-32681

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuildproxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent...

6.1CVSS7AI score0.02974EPSS
SaveExploits1
OSV
OSV
added 2023/05/26 5:2 p.m.43 views

CVE-2023-32681 Unintended leak of Proxy-Authorization header in requests

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuildproxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent...

6.1CVSS6.7AI score0.02974EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2023/05/25 12:0 a.m.24 views

Fedora 38 : python-requests (2023-521ebb9cbb)

The remote Fedora 38 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2023-521ebb9cbb advisory. - Security fix for CVE-2023-32681 - https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q Tenable has extracted the preceding description...

6.1CVSS7.3AI score0.02974EPSS
SaveExploits1References2
Snyk
Snyk
added 2023/05/22 11:33 a.m.3 views

CRLF Injection

Overview Affected versions of this package are vulnerable to CRLF Injection when untrusted user input is used to set the content-type header in the HTTP .Patch, .Post, .Put and .Delete requests. This can lead to logical errors and other misbehaviors. Note: This issue is present due to an incomple...

8.8CVSS7.2AI score0.01643EPSS
SaveExploits1References2
OSV
OSV
added 2023/04/11 3:30 p.m.31 views

GHSA-F8VR-R385-RH5R h2 vulnerable to denial of service

Hyper is an HTTP library for Rust and h2 is an HTTP 2.0 client & server implementation for Rust. An issue was discovered in h2 v0.2.4 when processing header frames. It incorrectly processes the HTTP2 RSTSTREAM frames by not always releasing the memory immediately upon receiving the reset frame,...

7.5CVSS7.6AI score0.01121EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2023/02/15 5:15 a.m.6 views

SUSE CVE-2015-5740

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request with two Content-length headers...

9.8CVSS9.2AI score0.03657EPSS
SaveExploits0References3
Rapid7 Blog
Rapid7 Blog
added 2023/01/13 5:50 p.m.22 views

Metasploit Weekly Wrap-Up

New module content 2 Gather Dbeaver Passwords Author: Kali-Team Type: Post Pull request: 17337 contributed by cn-kali-team Description: This adds a post exploit module that retrieves Dbeaver session data from local configuration files. It is able to extract and decrypt credentials stored in these...

0.3AI score
SaveExploits0
Snyk
Snyk
added 2022/07/28 5:23 p.m.6 views

Insertion of Sensitive Information Into Sent Data

Overview std/net/http is a Go standard library package std/net/http Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data. Go Vulnerability Report: Client IP adresses may be unintentionally exposed via X-Forwarded-For headers.When...

6.9CVSS6.8AI score0.01126EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2022/06/02 2:15 p.m.2 views

CVE-2021-33254

An issue was discovered in src/http/httpLib.c in EmbedThis Appweb Community Edition 8.2.1, allows attackers to cause a denial of service via the stream paramter to the parseUri function...

7.5CVSS7AI score0.01543EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/03/10 2:59 p.m.6 views

golang: net/http: limit growth of header canonicalization cache

There's an uncontrolled resource consumption flaw in golang's net/http library in the canonicalHeader function. An attacker who submits specially crafted requests to applications linked with net/http's http2 functionality could cause excessive resource consumption that could lead to a denial of...

7.5CVSS7.2AI score0.03958EPSS
SaveExploits0References5
Prion
Prion
added 2022/02/01 11:15 a.m.20 views

Design/Logic Flaw

treq is an HTTP library inspired by requests but written on top of Twisted's Agents. Treq's request methods treq.get, treq.post, etc. and treq.client.HTTPClient constructor accept cookies as a dictionary. Such cookies are not bound to a single domain, and are therefore sent to every domain...

4.3CVSS7.1AI score0.01083EPSS
SaveExploits0References2Affected Software2
CVE
CVE
added 2022/02/01 11:1 a.m.154 views

CVE-2022-23607

The CVE concerns treq, an HTTP library for Twisted, where cookies passed to requests (e.g., treq.get/post, HTTPClient) were not bound to a single domain, enabling supercookies that could leak data on redirects. Affected behavior is that cookies are sent to every domain; impact is sensitive inform...

6.5CVSS6.3AI score0.01083EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/02/01 11:1 a.m.22 views

CVE-2022-23607 Unsafe handling of user-specified cookies in treq

treq is an HTTP library inspired by requests but written on top of Twisted's Agents. Treq's request methods treq.get, treq.post, etc. and treq.client.HTTPClient constructor accept cookies as a dictionary. Such cookies are not bound to a single domain, and are therefore sent to every domain...

6.5CVSS6.2AI score0.01083EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/02 6:15 p.m.6 views

CVE-2020-21574

Buffer overflow vulnerability in YotsuyaNight c-http v0.1.0, allows attackers to cause a denial of service via a long url request which is passed to the delimitedread function...

7.5CVSS5.8AI score0.00947EPSS
SaveExploits1References1
OpenVAS
OpenVAS
added 2021/10/08 12:0 a.m.30 views

Jenkins < 2.303.2, < 2.315 HTTP Library Vulnerability - Linux

Jenkins is prone to a vulnerability in the bundled version of commons-httpclient library. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later Th...

5.8CVSS6.5AI score0.09149EPSS
SaveExploits1References1
Gentoo Linux
Gentoo Linux
added 2021/07/15 12:0 a.m.115 views

urllib3: Multiple vulnerabilities

Background The urllib3 library is an HTTP library with thread-safe connection pooling, file post, and more. Description Multiple vulnerabilities have been discovered in urllib3. Please review the CVE identifiers referenced below for details. Impact An attacker could cause a possible Denial of...

7.5CVSS0.9AI score0.03246EPSS
SaveExploits0
NVD
NVD
added 2021/07/07 8:15 p.m.17 views

CVE-2021-32715

hyper is an HTTP library for rust. hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such...

5.3CVSS0.00886EPSS
SaveExploits1References2
Rows per page
Query Builder