Lucene search
K

1615 matches found

Cvelist
Cvelist
added 2022/06/09 12:0 a.m.35 views

CVE-2022-31042 Failure to strip the Cookie header on change in host or HTTP downgrade in Guzzle

Guzzle is an open source PHP HTTP client. In affected versions the Cookie headers on requests are sensitive information. On making a request using the https scheme to a server which responds with a redirect to a URI with the http scheme, or on making a request to a server which responds with a...

7.5CVSS7.8AI score0.01454EPSS
Exploits0References5
CVE
CVE
added 2022/06/09 12:0 a.m.122 views

CVE-2022-31043

CVE-2022-31043 affects the PHP HTTP client Guzzle . The vulnerability arises when a request uses HTTPS and the server redirects to an HTTP URI, causing the Authorization header to be forwarded when it should be stripped. Prior fixes removed the header for host changes but not for scheme changes, ...

7.5CVSS7.5AI score0.01454EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/06/09 12:0 a.m.23 views

CVE-2022-31043 Fix failure to strip Authorization header on HTTP downgrade in Guzzle

Guzzle is an open source PHP HTTP client. In affected versions Authorization headers on requests are sensitive information. On making a request using the https scheme to a server which responds with a redirect to a URI with the http scheme, we should not forward the Authorization header on. This ...

7.5CVSS7.4AI score0.01454EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2022/06/09 12:0 a.m.40 views

CVE-2022-31043

Guzzle is an open source PHP HTTP client. In affected versions Authorization headers on requests are sensitive information. On making a request using the https scheme to a server which responds with a redirect to a URI with the http scheme, we should not forward the Authorization header on. This ...

7.5CVSS7.5AI score0.01454EPSS
Exploits0
CVE
CVE
added 2022/06/09 12:0 a.m.128 views

CVE-2022-31042

Guzzle CVE-2022-31042 affects the handling of Cookie headers during redirects (https→http or host changes). The issue was fixed by stripping cookies on redirects and re-adding only safe cookies via the cookie middleware. Affected versions require upgrades: Guzzle 7 should move to 7.4.4 or later, ...

7.5CVSS7.6AI score0.01454EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/06/09 12:0 a.m.24 views

CVE-2022-31042 Failure to strip the Cookie header on change in host or HTTP downgrade in Guzzle

Guzzle is an open source PHP HTTP client. In affected versions the Cookie headers on requests are sensitive information. On making a request using the https scheme to a server which responds with a redirect to a URI with the http scheme, or on making a request to a server which responds with a...

7.5CVSS7.4AI score0.01454EPSS
Exploits0References7
0day.today
0day.today
added 2022/06/09 12:0 a.m.676 views

Atlassian Confluence Namespace OGNL Injection Exploit

This Metasploit module exploits an OGNL injection in Atlassian Confluence servers. A specially crafted URI can be used to evaluate an OGNL expression resulting in OS command execution. This module requires Metasploit: https://metasploit.com/download Current source:...

9.8CVSS0.4AI score0.9444EPSS
Exploits115
Metasploit
Metasploit
added 2022/06/08 5:43 p.m.258 views

Atlassian Confluence Namespace OGNL Injection

This module exploits an OGNL injection in Atlassian Confluence servers. A specially crafted URI can be used to evaluate an OGNL expression resulting in OS command execution. Module Options msf use exploit/multi/http/atlassianconfluencenamespaceognlinjection msf...

9.8CVSS9.5AI score0.94408EPSS
Exploits75
CNVD
CNVD
added 2022/05/27 12:0 a.m.28 views

Guzzle Information Disclosure Vulnerability

Guzzle is a PHP HTTP client for guzzle individual developers that makes it easy to send HTTP requests and easily integrate with web services. An information disclosure vulnerability exists in Guzzle versions prior to 7.4.3, and prior to 6.5.6, which stems from a vulnerability that allows a...

8.1CVSS6.2AI score0.00637EPSS
Exploits0References1
NVD
NVD
added 2022/05/25 6:15 p.m.21 views

CVE-2022-29248

Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server ...

8.1CVSS0.00637EPSS
Exploits0References5
Prion
Prion
added 2022/05/25 6:15 p.m.27 views

Design/Logic Flaw

Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server ...

5.8CVSS7.9AI score0.00637EPSS
Exploits0References5Affected Software3
UbuntuCve
UbuntuCve
added 2022/05/25 6:15 p.m.52 views

CVE-2022-29248

Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server ...

8.1CVSS7.1AI score0.00637EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2022/05/25 12:0 a.m.50 views

CVE-2022-29248

Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server ...

8.1CVSS8.1AI score0.00637EPSS
Exploits0
CVE
CVE
added 2022/05/25 12:0 a.m.125 views

CVE-2022-29248

Guzzle prior to 6.5.6 and 7.4.3 exposed a cookie-domain validation flaw in the cookie middleware: a response Set-Cookie header could set cookies for unrelated domains if the cookie middleware was enabled (or cookies => true) and the client reused a single Guzzle instance across domains. The co...

8.1CVSS7.8AI score0.00637EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/05/25 12:0 a.m.32 views

CVE-2022-29248 Cross-domain cookie leakage in Guzzle

Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server ...

8CVSS8AI score0.00637EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2022/05/25 12:0 a.m.51 views

Drupal 9.2.x < 9.2.20 / 9.3.x < 9.3.14 Drupal Vulnerability (SA-CORE-2022-010)

According to its self-reported version, the instance of Drupal running on the remote web server is 9.2.x prior to 9.2.20 or 9.3.x prior to 9.3.14. It is, therefore, affected by a vulnerability. - Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with t...

8.1CVSS7.7AI score0.00637EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2022/05/18 1:29 a.m.0 views

dotnet: excess memory allocation via HttpClient causes DoS

A flaw was found in dotnet. The Microsoft Security Advisory describes the issue of the Apply MaxResponseHeadersLength limit for trailing headers to address a denial of service via excess memory allocations through the HttpClient...

7.5CVSS5.7AI score0.06422EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2022/05/18 12:0 a.m.91 views

Oracle Linux 8 : python3 (ELSA-2022-1986)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-1986 advisory. - Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz2036020 Tenable has extracted the preceding...

7.5CVSS7.4AI score0.01057EPSS
Exploits1References3
Tenable Nessus
Tenable Nessus
added 2022/05/18 12:0 a.m.48 views

Oracle Linux 8 : python27:2.7 (ELSA-2022-1821)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-1821 advisory. - Security fix for CVE-2022-0391: urlparse does not sanitize URLs containing ASCII newline and tabs Resolves: rhbz2047376 - Security fix for...

8.2CVSS7.2AI score0.05428EPSS
Exploits3References6
OSV
OSV
added 2022/05/14 1:56 a.m.0 views

GHSA-C82R-QG3W-Q5MV Apache Solr insecure inter-node communication

Apache Solr uses a PKI based mechanism to secure inter-node communication when security is enabled. It is possible to create a specially crafted node name that does not exist as part of the cluster and point it to a malicious node. This can trick the nodes in cluster to believe that the malicious...

7.5CVSS7.1AI score0.00335EPSS
Exploits1References4
Rows per page
Query Builder