Lucene search
+L

39477 matches found

CNNVD
CNNVD
added 2026/05/04 12:00 a.m.14 views

phpBB 授权问题漏洞

phpBB is a set of web forum software developed by Ariefibis. Versions prior to phpBB 3.3.16 had authorization-related vulnerabilities. This vulnerability stemmed from host header injection, which could lead to malicious password reset links. When forceservervars is disabled, the server’s hostname...

8.1CVSS5.8AI score0.00249EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:00 a.m.31 views

RHEL 10 / 9 : Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update (Important) (RHSA-2026:13508)

The remote Redhat Enterprise Linux 10 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:13508 advisory. Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT...

9.8CVSS7.2AI score0.01455EPSS
SaveExploits6References26
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:00 a.m.16 views

RHCOS 2 : activemq (RHSA-2014:0245)

The remote Red Hat Enterprise Linux CoreOS 2 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2014:0245 advisory. - HawtJNI: predictable temporary file name leading to local arbitrary code execution CVE-2013-2035 - Framework: XML External Entity...

7.5CVSS6.5AI score0.25529EPSS
SaveExploits4References10
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:00 a.m.10 views

RHEL 9 : .NET 9.0 (RHSA-2026:13282)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:13282 advisory. .NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR...

7.5CVSS6.4AI score0.02279EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/03 11:11 a.m.16 views

OESA-2026-2194 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: Insufficient restrictions in header/trailer handling could cause uncapped memory usage.CVE-2026-22815 An unbounded DNS cache could result in excessive memory usage possibly resulting in a DoS situation.CVE-2026-34513 An attacker who...

6.9CVSS5.8AI score0.00461EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/03 11:11 a.m.15 views

OESA-2026-2193 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: Insufficient restrictions in header/trailer handling could cause uncapped memory usage.CVE-2026-22815 An unbounded DNS cache could result in excessive memory usage possibly resulting in a DoS situation.CVE-2026-34513 An attacker who...

6.9CVSS5.7AI score0.00461EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/03 11:11 a.m.24 views

OESA-2026-2192 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: Insufficient restrictions in header/trailer handling could cause uncapped memory usage.CVE-2026-22815 An unbounded DNS cache could result in excessive memory usage possibly resulting in a DoS situation.CVE-2026-34513 An attacker who...

6.9CVSS5.7AI score0.00461EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/03 11:11 a.m.14 views

OESA-2026-2136 python-flask security update

Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks...

2.3CVSS5.7AI score0.00344EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/03 11:11 a.m.11 views

OESA-2026-2135 python-flask security update

Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks...

2.3CVSS5.7AI score0.00344EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/05/03 8:01 a.m.9 views

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.

...

8.2CVSS6.1AI score0.00504EPSS
SaveExploits2
NVD
NVD
added 2026/05/03 1:15 a.m.58 views

CVE-2026-40561

Starlet versions through 0.31 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starlet incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

5.3CVSS0.00364EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/03 12:57 a.m.69 views

CVE-2026-40561 Starlet versions through 0.31 for Perl allows HTTP Request Smuggling via Improper Header Precedence

Starlet versions through 0.31 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starlet incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

0.00364EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/03 12:57 a.m.51 views

CVE-2026-40561

CVE-2026-40561 affects Starlet for Perl (versions through 0.31). The root cause is improper header precedence: when both Content-Length and Transfer-Encoding: chunked are present, Starlet prioritizes Content-Length, violating RFC 7230 section 3.3.3, where Transfer-Encoding must take precedence. T...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References4Affected Software1
AlpineLinux
AlpineLinux
added 2026/05/03 12:57 a.m.112 views

CVE-2026-40561

Starlet versions through 0.31 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starlet incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/03 12:00 a.m.16 views

Starlet 环境问题漏洞

Starlet is a high-performance HTTP/1.1 pre-fork web server developed by Kazuho Oku. Versions of Starlet prior to 0.31 contained an environmental vulnerability. This vulnerability stemmed from prioritizing the Content-Length header over the Transfer-Encoding header, which could lead to HTTP reques...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/03 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-40561

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Starlet versions through 0.31 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starlet incorrectly prioritizes Content-Length over...

5.3CVSS5.5AI score0.00364EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/03 12:00 a.m.33 views

PT-2026-36646

Name of the Vulnerable Software and Affected Versions Starlet versions prior to 0.32 Description Starlet for Perl allows HTTP Request Smuggling due to improper header precedence. The software incorrectly prioritizes the Content-Length header over Transfer-Encoding: chunked when both are present i...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References14
GithubExploit
GithubExploit
added 2026/05/02 12:40 p.m.177 views

Exploit for Authentication Bypass Using an Alternate Path or Channel in Frangoteam Fuxa

CVE-2025-69985: FUXA ≤ 1.2.8 Authentication Bypass + RCE Explo...

9.8CVSS6.4AI score0.05633EPSS
SaveExploits7
Microsoft CVE
Microsoft CVE
added 2026/05/02 8:04 a.m.13 views

net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()

...

7.8CVSS5.8AI score0.00103EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/02 1:25 a.m.14 views

SUSE CVE-2026-31700

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix TOCTOU race on mmap'd vnethdr in tpacketsnd In tpacketsnd, when PACKETVNETHDR is enabled, vnethdr points directly into the mmap'd TX ring buffer shared with userspace. The kernel validates the header via...

7CVSS5.9AI score0.00103EPSS
SaveExploits0References23
Rows per page
Query Builder