Lucene search
K

1616 matches found

CloudLinux
CloudLinux
added 2022/03/22 2:15 p.m.83 views

Fix of CVE: CVE-2021-3737

CVE-2021-3737: Fix HTTP client infinite line reading DoS after receiving a '100 Continue' HTTP response...

7.5CVSS8.1AI score0.00119EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2022/03/16 12:0 a.m.28 views

Exposure of Sensitive information in httpie

httpie is a modern, user-friendly command-line HTTP client for the API era. Prior to version 3.1.0, all cookies saved to session storage are supercookies. At this time, there is no known workaround. Users are recommended to update to version 3.1.0...

5.3CVSS1.6AI score0.00323EPSS
Exploits1References5Affected Software1
AlmaLinux
AlmaLinux
added 2022/03/15 9:10 a.m.18 views

java-11-openjdk bug fix and enhancement update

The java-11-openjdk packages provide the OpenJDK 11 Java Runtime Environment and the OpenJDK 11 Java Software Development Kit. Bug Fixes: The previous OpenJDK 11 release, 11.0.14, was found to contain a regression introduced by improvements to the HTTP client. It caused both the :authority' and...

1.4AI score
Exploits0
OSV
OSV
added 2022/03/15 9:10 a.m.6 views

ALBA-2022:0887 java-11-openjdk bug fix and enhancement update

The java-11-openjdk packages provide the OpenJDK 11 Java Runtime Environment and the OpenJDK 11 Java Software Development Kit. Bug Fixes: The previous OpenJDK 11 release, 11.0.14, was found to contain a regression introduced by improvements to the HTTP client. It caused both the :authority' and...

7.4AI score
Exploits0
Huntr
Huntr
added 2022/03/14 10:17 a.m.12 views

? before the @ sign allows one to bypass whitelists

Description ? before the @ sign in HTTP URLs allows one to bypass whitelists Proof of Concept Convince NodeJS HTTP client to make a request to 127.0.0.1 bypassing a google.com whitelist. const parse = require'parse-url' const http = require'http' const url = parse"http://[email protected]" if...

1AI score
Exploits0
OSV
OSV
added 2022/03/10 5:42 p.m.35 views

CVE-2021-3733

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client such as web browser connects to, could trigger a Regular Expression Denial of Service ReDOS during an authentication request with a specially crafted payload that is sen...

6.5CVSS6.6AI score0.00629EPSS
Exploits1References9
Prion
Prion
added 2022/03/10 5:42 p.m.47 views

Authentication flaw

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client such as web browser connects to, could trigger a Regular Expression Denial of Service ReDOS during an authentication request with a specially crafted payload that is sen...

4CVSS6.8AI score0.00629EPSS
Exploits1References8Affected Software16
UbuntuCve
UbuntuCve
added 2022/03/07 11:15 p.m.28 views

CVE-2022-24737

HTTPie is a command-line HTTP client. HTTPie has the practical concept of sessions, which help users to persistently store some of the state that belongs to the outgoing requests and incoming responses on the disk for further usage. Before 3.1.0, HTTPie didn‘t distinguish between cookies and host...

6.5CVSS6.5AI score0.006EPSS
Exploits1References4
CVE
CVE
added 2022/03/07 11:10 p.m.163 views

CVE-2022-24737

CVE-2022-24737 affects the HTTPie command-line HTTP client. Before 3.1.0, HTTPie did not distinguish between cookies and the hosts they belonged to, which could lead to exposure of some cookies when redirects occur from the actual host to a third-party site. Public advisories and vendor notes con...

6.5CVSS6.2AI score0.006EPSS
Exploits1References6Affected Software1
Cvelist
Cvelist
added 2022/03/07 11:10 p.m.21 views

CVE-2022-24737 Exposure of Sensitive Information to an Unauthorized Actor in httpie

HTTPie is a command-line HTTP client. HTTPie has the practical concept of sessions, which help users to persistently store some of the state that belongs to the outgoing requests and incoming responses on the disk for further usage. Before 3.1.0, HTTPie didn‘t distinguish between cookies and host...

6.5CVSS6.5AI score0.006EPSS
Exploits1References6
0day.today
0day.today
added 2022/03/07 12:0 a.m.894 views

Apache APISIX Remote Code Execution Exploit

Apache APISIX has a default, built-in API token that can be used to obtain full access of the admin API. Access to this API allows for remote LUA code execution through the script parameter added in the 2.x version. This module also leverages another vulnerability to bypass th e IP restriction...

9.8CVSS8.5AI score0.94439EPSS
Exploits18
OSV
OSV
added 2022/03/07 12:0 a.m.30 views

PSF-2022-6 CVE-2021-3733: ReDoS in urllib.request

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client such as web browser connects to, could trigger a Regular Expression Denial of Service ReDOS during an authentication request with a specially crafted payload that is sen...

6.5CVSS6.8AI score0.00629EPSS
Exploits1References2
NVD
NVD
added 2022/03/04 7:15 p.m.24 views

CVE-2021-3737

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability...

7.5CVSS0.00119EPSS
Exploits1References12
OSV
OSV
added 2022/03/04 7:15 p.m.39 views

CVE-2021-3737

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability...

7.5CVSS7AI score0.00119EPSS
Exploits1References12
Prion
Prion
added 2022/03/04 7:15 p.m.51 views

Design/Logic Flaw

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability...

7.1CVSS8AI score0.00119EPSS
Exploits1References10Affected Software12
OSV
OSV
added 2022/03/04 12:0 a.m.32 views

PSF-2022-7 CVE-2021-3737: urllib HTTP client possible infinite loop on a 100 Continue response

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability...

7.5CVSS7.7AI score0.00119EPSS
Exploits1References3
OpenVAS
OpenVAS
added 2022/02/26 12:0 a.m.29 views

Huawei EulerOS: Security Advisory for python3 (EulerOS-SA-2022-1233)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

7.5CVSS7.6AI score0.00629EPSS
Exploits2References2
Tenable Nessus
Tenable Nessus
added 2022/02/25 12:0 a.m.46 views

EulerOS 2.0 SP10 : python3 (EulerOS-SA-2022-1214)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the...

7.5CVSS7.1AI score0.00629EPSS
Exploits2References3
Tenable Nessus
Tenable Nessus
added 2022/02/25 12:0 a.m.33 views

EulerOS 2.0 SP10 : python3 (EulerOS-SA-2022-1233)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the...

7.5CVSS7.1AI score0.00629EPSS
Exploits2References3
OpenVAS
OpenVAS
added 2022/02/24 12:0 a.m.22 views

Huawei EulerOS: Security Advisory for python (EulerOS-SA-2022-1183)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

7.5CVSS7.6AI score0.00629EPSS
Exploits2References2
Rows per page
Query Builder