Lucene search
+L

598 matches found

RedHat Linux
RedHat Linux
added 2025/02/25 11:31 a.m.17 views

Moderate: Red Hat Security Advisory: python3.11-urllib3 security update

An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

4.2CVSS6.7AI score0.00539EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/02/25 11:30 a.m.6 views

urllib3: Request body not stripped after redirect from 303 status changes request method to GET

A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as POST to GET, as is required by HTTP...

4.2CVSS7.2AI score0.00539EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/02/25 12:0 a.m.7 views

RHEL 9 : python3.11-urllib3 (RHSA-2025:1793)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2025:1793 advisory. Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic dat...

4.2CVSS7AI score0.00539EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/02/05 8:25 p.m.10 views

CVE-2022-31019

Vapor is a server-side Swift HTTP web framework. When using automatic content decoding an attacker can craft a request body that can make the server crash with the following request: curl -d "array00array00array$for f in $seq 1100; do echo -n '00array'; donestring0=hello%20world"...

7.5CVSS7AI score0.0159EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2025/01/08 8:28 a.m.26 views

Moderate: Red Hat Security Advisory: python3.11-urllib3 security update

An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

4.2CVSS6.7AI score0.00539EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/01/08 8:28 a.m.6 views

urllib3: Request body not stripped after redirect from 303 status changes request method to GET

A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as POST to GET, as is required by HTTP...

4.2CVSS7.2AI score0.00539EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/12/19 3:22 p.m.40 views

WhoDB Allows Unbounded Memory Consumption in Authentication Middleware Can Lead to Denial of Service

Summary A Denial of Service DoS vulnerability in the authentication middleware allows any client to cause memory exhaustion by sending large request bodies. The server reads the entire request body into memory without size limits, creating multiple copies during processing, which can lead to Out ...

7.2AI score
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/12/18 12:0 a.m.22 views

RHEL 9 : python3.11-urllib3 (RHSA-2024:11238)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2024:11238 advisory. The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities. Security Fixes: urllib3: Request body no...

4.2CVSS7.1AI score0.00539EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/12/17 7:56 p.m.6 views

urllib3: Request body not stripped after redirect from 303 status changes request method to GET

A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as POST to GET, as is required by HTTP...

4.2CVSS7.2AI score0.00539EPSS
SaveExploits0References7
AlmaLinux
AlmaLinux
added 2024/12/17 12:0 a.m.17 views

Moderate: python3.11-urllib3 security update

The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities. Security Fixes: urllib3: Request body not stripped after redirect from 303 status changes request method to GET CVE-2023-45803 For more details about the security issues, including the...

4.2CVSS7.1AI score0.00539EPSS
SaveExploits0References4
AlmaLinux
AlmaLinux
added 2024/12/17 12:0 a.m.38 views

Moderate: python3.11-urllib3 security update

The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities. Security Fixes: urllib3: Request body not stripped after redirect from 303 status changes request method to GET CVE-2023-45803 For more details about the security issues, including the...

4.2CVSS8.3AI score0.00539EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/11/20 12:0 a.m.10 views

Litestar 安全漏洞

Litestar is a powerful, flexible but stubborn ASGI framework open-sourced by Litestar. A security vulnerability exists in Litestar versions prior to 2.13.0 that stems from the lack of a default limit on the total size of the request body, allowing an attacker to upload arbitrarily large files and...

8.2CVSS6.5AI score0.00762EPSS
SaveExploits1References1
OSV
OSV
added 2024/11/18 4:15 a.m.4 views

DEBIAN-CVE-2024-38828

Spring MVC controller methods with an @RequestBody byte method parameter are vulnerable to a DoS attack...

5.3CVSS6.5AI score0.00729EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/18 12:0 a.m.6 views

VMware Spring Framework 安全漏洞

VMware Spring Framework is a set of open source Java, JavaEE application frameworks from VMware. The framework helps developers build high-quality applications. A security vulnerability exists in VMware Spring Framework that stems from the use of the RequestBody byte method parameter in the...

5.3CVSS6.2AI score0.00729EPSS
SaveExploits0References5
Spring Security Advisories
Spring Security Advisories
added 2024/11/15 12:0 a.m.30 views

DoS via Spring MVC controller method with byte[] parameter

Spring MVC controller methods with an @RequestBody byte method parameter are vulnerable to a DoS attack...

5.3CVSS6.7AI score0.00729EPSS
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/27 12:0 a.m.17 views

EulerOS Virtualization 2.12.0 : python-pip (EulerOS-SA-2024-2778)

According to the versions of the python-pip packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTT...

8.1CVSS6.6AI score0.01207EPSS
SaveExploits2References4
OSV
OSV
added 2024/10/09 4:15 p.m.10 views

UBUNTU-CVE-2024-46292

A buffer overflow in modsecurity v3.0.12 allows attackers to cause a Denial of Service DoS via a crafted input inserted into the name parameter. NOTE: this is disputed by the Supplier because it cannot be reproduced. Also, the product's documentation indicates that it is not guaranteed to be usab...

7.5CVSS6AI score0.00818EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/04 1:15 p.m.45 views

CVE-2024-47653

This vulnerability exists in Shilpi Client Dashboard due to lack of authorization for modification and cancellation requests through certain API endpoints. An authenticated remote attacker could exploit this vulnerability by placing or cancelling requests through API request body leading to...

7.1CVSS0.00341EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/10/04 12:0 a.m.9 views

PT-2024-32710 · Unknown · Shilpi Client Dashboard

Name of the Vulnerable Software and Affected Versions: Shilpi Client Dashboard affected versions not specified Description: This issue exists due to improper handling of multiple parameters in the API endpoint. An authenticated remote attacker could exploit this by including multiple userid...

7.1CVSS6.8AI score0.00432EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/27 5:16 p.m.29 views

CVE-2024-43783 Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies

The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Instances of the Apollo Router running versions =1.21.0 and =1.7.0 and 1.52.1 are impacted by a denial-of-service vulnerability if all of the...

7.5CVSS6.5AI score
SaveExploits0References8
Rows per page
Query Builder