Lucene search
+L

2493 matches found

SUSE Linux
SUSE Linux
added 2025/05/20 8:39 a.m.3 views

Security update for python-h11, python-httpcore

This update for python-h11, python-httpcore fixes the following issues: python-h11: - Update 0.16.0: CVE-2025-43859: Fixed accepting of malformed Chunked-Encoding bodies bsc1241872 - 0.15.0: Reject Content-Lengths = 1 zettabyte 1 billion terabytes early, without attempting to parse the integer...

9.3CVSS7.3AI score0.00559EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/05/20 12:0 a.m.4 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the archivereadsupportformatwarc.c process. An attacker can cause memory corruption or unpredictable program behavior by supplying a specially crafted WARC file with an excessively large content length...

5.6CVSS7.1AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/12 2:15 p.m.3 views

CVE-2025-45835

A null pointer dereference vulnerability was discovered in Netis WF2880 v2.1.40207. The vulnerability exists in the FUN004904c8 function of the cgitest.cgi file. Attackers can trigger this vulnerability by controlling the environment variable value CONTENTLENGTH, causing the program to crash and...

7.5CVSS5.8AI score0.00403EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/05/12 12:0 a.m.28 views

CVE-2025-45835

A null pointer dereference vulnerability was discovered in Netis WF2880 v2.1.40207. The vulnerability exists in the FUN004904c8 function of the cgitest.cgi file. Attackers can trigger this vulnerability by controlling the environment variable value CONTENTLENGTH, causing the program to crash and...

0.00403EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/05/08 11:39 a.m.5 views

SUSE CVE-2025-46728

cpp-httplib is a C++ header-only HTTP/HTTPS server and client library. Prior to version 0.20.1, the library fails to enforce configured size limits on incoming request bodies when Transfer-Encoding: chunked is used or when no Content-Length header is provided. A remote attacker can send a chunked...

7.5CVSS7.1AI score0.00603EPSS
SaveExploits1References3
Snyk
Snyk
added 2025/05/06 1:43 a.m.7 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the handling of incoming HTTP requests with Transfer-Encoding: chunked or without a Content-Length header. An attacker can cause uncontrolled memory allocation on the server b...

9.2CVSS7AI score0.00603EPSS
SaveExploits1References2
OSV
OSV
added 2025/05/06 1:15 a.m.7 views

DEBIAN-CVE-2025-46728

cpp-httplib is a C++ header-only HTTP/HTTPS server and client library. Prior to version 0.20.1, the library fails to enforce configured size limits on incoming request bodies when Transfer-Encoding: chunked is used or when no Content-Length header is provided. A remote attacker can send a chunked...

7.5CVSS7.3AI score0.00603EPSS
SaveExploits1References1
OSV
OSV
added 2025/05/06 1:15 a.m.4 views

UBUNTU-CVE-2025-46728

cpp-httplib is a C++ header-only HTTP/HTTPS server and client library. Prior to version 0.20.1, the library fails to enforce configured size limits on incoming request bodies when Transfer-Encoding: chunked is used or when no Content-Length header is provided. A remote attacker can send a chunked...

7.5CVSS5.8AI score0.00603EPSS
SaveExploits1References4
OSV
OSV
added 2025/04/23 8:54 a.m.9 views

BIT-FLUENT-BIT-2024-50609

An issue was discovered in Fluent Bit 3.1.9. When the OpenTelemetry input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user with access to the...

7.5CVSS7.5AI score0.01073EPSS
SaveExploits2References4
OSV
OSV
added 2025/04/23 8:54 a.m.7 views

BIT-FLUENT-BIT-2024-50608

An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user with access t...

7.5CVSS7.5AI score0.01073EPSS
SaveExploits2References4
OSV
OSV
added 2025/04/06 6:50 p.m.9 views

CVE-2025-2258 Eclipse ThreadX NetX Duo HTTP server single PUT request integer underflow

In NetX Duo component HTTP server functionality of Eclipse ThreadX NetX Duo before version 6.4.3, an attacker can cause an integer underflow and a subsequent denial of service by writing a very large file, by specially crafted packets with Content-Length smaller than the data request size. A...

5.3CVSS7.2AI score0.00884EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/20 10:15 a.m.3 views

DEBIAN-CVE-2024-6827

Gunicorn version 21.2.0 does not properly validate the value of the 'Transfer-Encoding' header as specified in the RFC standards, which leads to the default fallback method of 'Content-Length,' making it vulnerable to TE.CL request smuggling. This vulnerability can lead to cache poisoning, data...

7.5CVSS7.2AI score0.00738EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/20 10:15 a.m.5 views

UBUNTU-CVE-2024-6827

Gunicorn version 21.2.0 does not properly validate the value of the 'Transfer-Encoding' header as specified in the RFC standards, which leads to the default fallback method of 'Content-Length,' making it vulnerable to TE.CL request smuggling. This vulnerability can lead to cache poisoning, data...

7.5CVSS7.1AI score0.00738EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/03/04 8:0 a.m.7 views

An issue was discovered in Fluent Bit 3.1.9. When the OpenTelemetry input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user (with access to the endpoint) to perform a remote Denial of service attack. The crash happens because of a NULL pointer dereference when 0 (from the Content-Length) is passed to the function cfl_sds_len, which in turn tries to cast a NULL pointer into struct cfl_sds. This is related to process_payload_traces_proto_ng() at opentelemetry_prot.c.

...

7.5CVSS7.9AI score0.01073EPSS
SaveExploits2
Microsoft CVE
Microsoft CVE
added 2025/03/04 8:0 a.m.7 views

An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user (with access to the endpoint) to perform a remote Denial of service attack. The crash happens because of a NULL pointer dereference when 0 (from the Content-Length) is passed to the function cfl_sds_len, which in turn tries to cast a NULL pointer into struct cfl_sds. This is related to process_payload_metrics_ng() at prom_rw_prot.c.

...

7.5CVSS7.9AI score0.01073EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2025/03/03 12:0 a.m.8 views

CBL Mariner 2.0 Security Update: fluent-bit (CVE-2024-50608)

The version of fluent-bit installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50608 advisory. - An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running an...

7.5CVSS7.9AI score0.01073EPSS
SaveExploits2References2
RedhatCVE
RedhatCVE
added 2025/03/01 12:20 a.m.16 views

CVE-2024-51139

Buffer Overflow vulnerability in Vigor2620/LTE200 3.9.8.9 and earlier and Vigor2860/2925 3.9.8 and earlier and Vigor2862/2926 3.9.9.5 and earlier and Vigor2133/2762/2832 3.9.9 and earlier and Vigor165/166 4.2.7 and earlier and Vigor2135/2765/2766 4.4.5.1 and earlier and Vigor2865/2866/2927 4.4.5....

9.8CVSS7.9AI score0.00945EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 9:15 p.m.6 views

CVE-2024-51139

Buffer Overflow vulnerability in Vigor2620/LTE200 3.9.8.9 and earlier and Vigor2860/2925 3.9.8 and earlier and Vigor2862/2926 3.9.9.5 and earlier and Vigor2133/2762/2832 3.9.9 and earlier and Vigor165/166 4.2.7 and earlier and Vigor2135/2765/2766 4.4.5.1 and earlier and Vigor2865/2866/2927 4.4.5....

9.8CVSS7.9AI score0.00945EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.4 views

DrayTek Vigor 165 安全漏洞

The DrayTek Vigor 165 is a VDSL2 35b super vector modem/router from DrayTek China. A security vulnerability exists in the DrayTek Vigor 165 that originates from a buffer overflow when processing the Content-Length header of an HTTP POST request, which allows remote attackers to execute arbitrary...

9.8CVSS9.6AI score0.00945EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/02/27 12:0 a.m.10 views

Fluent Bit Multiple Vulnerabilities

The version of Fluent Bit running on the remote host is prior to 3.2.7. It is, therefore, is affected by multiple vulnerabilities: - An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running and listening on an IP address and port, one can send a packet...

7.5CVSS7.9AI score0.01073EPSS
SaveExploits2References4
Rows per page
Query Builder