Lucene search
+L

1382 matches found

RedHat Linux
RedHat Linux
added 2020/05/12 6:58 p.m.38 views

python-requests: Redirect from HTTPS to HTTP does not remove Authorization header

A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected 302 from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker coul...

7.5CVSS7.1AI score0.07443EPSS
SaveExploits2References4
Veracode
Veracode
added 2020/05/08 5:36 a.m.22 views

Man-in-the-Middle (MitM)

openstack keystone is vulnerable to man-in-the-middle attack. Lack of signature TTL check to verify the timestamp in the AWS Signature V4 token signature allows an attacker to sniff an Authorization header in a man-in-the-middle attack and reuse the header to reissue openstack tokens...

5.4CVSS2.9AI score0.00705EPSS
SaveExploits0References7Affected Software3
NVD
NVD
added 2020/05/07 12:15 a.m.28 views

CVE-2020-12692

An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. The EC2 API doesn't have a signature TTL check for AWS Signature V4. An attacker can sniff the Authorization header, and then use it to reissue an OpenStack token an unlimited number of times...

5.5CVSS6.8AI score0.00705EPSS
SaveExploits0References5
OSV
OSV
added 2020/05/07 12:15 a.m.5 views

DEBIAN-CVE-2020-12692

An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. The EC2 API doesn't have a signature TTL check for AWS Signature V4. An attacker can sniff the Authorization header, and then use it to reissue an OpenStack token an unlimited number of times...

5.4CVSS5.7AI score0.00705EPSS
SaveExploits0References1
OSV
OSV
added 2020/05/07 12:15 a.m.26 views

CVE-2020-12692

An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. The EC2 API doesn't have a signature TTL check for AWS Signature V4. An attacker can sniff the Authorization header, and then use it to reissue an OpenStack token an unlimited number of times...

5.4CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2020/05/06 11:42 p.m.43 views

CVE-2020-12692

An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. The EC2 API doesn't have a signature TTL check for AWS Signature V4. An attacker can sniff the Authorization header, and then use it to reissue an OpenStack token an unlimited number of times...

6.7AI score0.00705EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2020/05/06 1:53 p.m.8 views

squid: parsing of header Proxy-Authentication leads to memory corruption

An issue was discovered in Squid 3.3.9 through 3.5.28 and 4.x through 4.7. When Squid is configured to use Digest authentication, it parses the header Proxy-Authorization. It searches for certain tokens such as domain, uri, and qop. Squid checks if this token's value starts with a quote and ends...

9.8CVSS5.8AI score0.24401EPSS
SaveExploits0References5
OSV
OSV
added 2020/05/03 1:15 p.m.5 views

CVE-2020-12624

The League application before 2020-05-02 on Android sends a bearer token in an HTTP Authorization header to an arbitrary web site that hosts an external image because an OkHttp object is reused, which allows remote attackers to hijack sessions...

6.5CVSS6.6AI score0.01298EPSS
SaveExploits1References1
Veracode
Veracode
added 2020/04/30 1:44 a.m.14 views

Information Disclosure

@actions/http-client is vulnerable to information disclosure. When a request that results in a 302 redirect contains a Authorization header, the credentials is disclosed to the other domain...

7.5CVSS1.4AI score0.01737EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2020/04/29 6:0 p.m.53 views

CVE-2020-11021

CVE-2020-11021 (Actions Http-Client) : The npm package @actions/http-client, prior to version 1.0.8, can disclose the Authorization header when a request with an Authorization header is redirected (302) to a different domain. The issue arises during redirects across hosts, allowing header leakage...

7.5CVSS6.5AI score0.01737EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2020/04/29 6:0 p.m.20 views

CVE-2020-11021 HTTP request which redirect to another hostname do not strip authorization header in Actions Http-Client

Actions Http-Client NPM @actions/http-client before version 1.0.8 can disclose Authorization headers to incorrect domain in certain redirect scenarios. The conditions in which this happens are if consumers of the http-client: 1. make an http request with an authorization header 2. that request...

6.3CVSS7.4AI score0.01737EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2020/04/29 5:58 p.m.67 views

Http request which redirect to another hostname do not strip authorization header in @actions/http-client

Impact If consumers of the http-client: 1. make an http request with an authorization header 2. that request leads to a redirect 302 and 3. the redirect url redirects to another domain or hostname The authorization header will get passed to the other domain. Note that since this library is for...

7.5CVSS0.7AI score0.01737EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2020/04/29 5:58 p.m.17 views

GHSA-9W6V-M7WP-JWG4 Http request which redirect to another hostname do not strip authorization header in @actions/http-client

Impact If consumers of the http-client: 1. make an http request with an authorization header 2. that request leads to a redirect 302 and 3. the redirect url redirects to another domain or hostname The authorization header will get passed to the other domain. Note that since this library is for...

6.3CVSS7.3AI score0.01737EPSS
SaveExploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2020/04/29 12:0 a.m.31 views

Information Exposure

Actions Http-Client can disclose Authorization headers to incorrect domain in certain redirect scenarios. The conditions in which this happens are if consumers of the http-client: make an http request with an authorization header that request leads to a redirect 302 the redirect url redirects to...

7.5CVSS1.3AI score0.01737EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2020/04/28 4:6 p.m.2 views

python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure

urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect i.e., a redirect that differs in host, port, or scheme. This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext...

9.8CVSS7.3AI score0.04488EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/04/28 4:6 p.m.8 views

python-requests: Redirect from HTTPS to HTTP does not remove Authorization header

A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected 302 from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker coul...

7.5CVSS7.1AI score0.07443EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2020/04/28 4:3 p.m.3 views

python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure

urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect i.e., a redirect that differs in host, port, or scheme. This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext...

9.8CVSS7.3AI score0.04488EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2020/03/26 12:0 a.m.52 views

CentOS 7 : python-virtualenv (RHSA-2020:0851)

The remote CentOS Linux 7 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2020:0851 advisory. - The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect...

9.8CVSS7.1AI score0.07443EPSS
SaveExploits3References4
RedHat Linux
RedHat Linux
added 2020/03/17 4:38 p.m.7 views

python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure

urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect i.e., a redirect that differs in host, port, or scheme. This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext...

9.8CVSS7.3AI score0.04488EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/03/17 4:38 p.m.14 views

python-requests: Redirect from HTTPS to HTTP does not remove Authorization header

A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected 302 from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker coul...

7.5CVSS7.1AI score0.07443EPSS
SaveExploits2References4
Rows per page
Query Builder