Lucene search
+L

21801 matches found

RedhatCVE
RedhatCVE
added 2026/03/16 1:44 p.m.10 views

CVE-2026-32600

A flaw was found in xml-security, a library for XML signatures and encryption. This vulnerability arises from a lack of validation for the authentication tag length in XML nodes encrypted with AES-GCM Advanced Encryption Standard Galois/Counter Mode. A remote attacker can exploit this by...

8.2CVSS5.8AI score0.00148EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.17 views

PX4-Autopilot 安全漏洞

PX4-Autopilot is an open-source drone autopilot system developed by PX4. Versions of PX4-Autopilot prior to 1.17.0-rc2 contained security vulnerabilities. These vulnerabilities stemmed from Zenoh uORB subscribers not performing boundary checks when allocating variable-length arrays directly from...

8CVSS5.8AI score0.00241EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.26 views

PT-2026-25857

Name of the Vulnerable Software and Affected Versions File Browser versions 2.61.2 and below Description File Browser has a flaw in its handling of TUS resumable uploads. The software parses the 'Upload-Length' header as a signed 64-bit integer without verifying that the value is non-negative. Th...

8.1CVSS6.3AI score0.01903EPSS
SaveExploits1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.12 views

Philips Hue Bridge 安全漏洞

The Philips Hue Bridge is a smart lighting gateway device developed by the Japanese company Philips Hue. There is a security vulnerability present in the Philips Hue Bridge, which stems from the lack of validation for the length of user data in the hkhappairstorageput function. This vulnerability...

8.8CVSS7.7AI score0.00514EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.16 views

Zephyr 安全漏洞

Zephyr is Zephyr open source a scalable real-time operating system RTOS. Zephyr suffers from a buffer overflow vulnerability. The vulnerability stems from ATAES132A response parsing that fails to properly validate the length size of input data, which can be exploited by an attacker to cause kerne...

6.8CVSS6.1AI score0.0024EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.14 views

Philips Hue Bridge 安全漏洞

The Philips Hue Bridge is a smart lighting gateway device developed by the Japanese company Philips Hue. There is a security vulnerability in the Philips Hue Bridge, which stems from the lack of verification of the user data length when processing PUT requests for the characteristics endpoint. Th...

8CVSS7.6AI score0.00495EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.17 views

EulerOS 2.0 SP10 : python3 (EulerOS-SA-2026-1319)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory EOCD Locator record offset value would not be used to...

7.5CVSS6.7AI score0.01594EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.15 views

Xmlseclibs 安全漏洞

Xmlseclibs is a library developed by robrichards, written in PHP, for handling XML encryption and signing. Versions of Xmlseclibs prior to 3.1.5 contained security vulnerabilities. These vulnerabilities stemmed from the lack of authentication tag length validation for XML nodes encrypted using...

8.2CVSS5.9AI score0.00152EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.18 views

Philips Hue Bridge 安全漏洞

The Philips Hue Bridge is a smart lighting gateway device developed by the Japanese company Philips Hue. There is a security vulnerability present in the Philips Hue Bridge, which stems from the lack of validation for the length of user data in the hkhappairstorageput function. This vulnerability...

8.8CVSS7.7AI score0.00485EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.17 views

Philips Hue Bridge 安全漏洞

The Philips Hue Bridge is a smart lighting gateway device developed by the Japanese company Philips Hue. There is a security vulnerability in the Philips Hue Bridge, which stems from the lack of verification of the user data length in the happairverifyhandler function. This vulnerability may lead...

8CVSS7.6AI score0.00495EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/03/15 12:00 a.m.12 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: xorg-x11-server (UTSA-2026-006191)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006191 advisory. A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which...

7.3CVSS5.8AI score0.00316EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/15 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-23941

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Inconsistent Interpretation of HTTP Requests 'HTTP Request Smuggling' vulnerability in Erlang OTP inets httpd module allows HTTP Request Smuggling. This...

9.4CVSS7.1AI score0.00528EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/14 9:05 p.m.4 views

CVE-2026-0849 crypto: ATAES132A response length allows stack buffer overflow

Malformed ATAES132A responses with an oversized length field overflow a 52-byte stack buffer in the Zephyr crypto driver, allowing a compromised device or bus attacker to corrupt kernel memory and potentially hijack execution...

3.8CVSS6AI score0.0024EPSS
SaveExploits1References1
Huntr
Huntr
added 2026/03/14 6:44 p.m.18 views

Decompression bomb bypass via negative max_length in streaming API (incomplete fix for CVE-2025-66471)

Description The fix for CVE-2025-66471 in urllib3 2.6.0 added maxlength support to all decoders to prevent decompression bombs when using the streaming API. However, three independent code paths in response.py bypass this protection in urllib3 2.6.3 latest. Bypass 1 — Negative maxlength from buff...

8.9CVSS6.2AI score0.00692EPSS
SaveExploits0
Veracode
Veracode
added 2026/03/14 5:28 a.m.33 views

Denial Of Service (DoS)

pypdf is vulnerable to Denial Of Service. The vulnerability is due to parsing a PDF content stream with an inflated Length value, where the parser allocates memory based on the declared length without verifying the actual data size, and an attacker can craft a PDF with a large /Length field to...

6.8CVSS5.9AI score0.00172EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/03/14 12:24 a.m.18 views

SUSE CVE-2026-32239

Cap'n Proto is a data interchange format and capability-based RPC system. Prior to 1.4.0, a negative Content-Length value was converted to unsigned, treating it as an impossibly large length instead. In theory, this bug could enable HTTP request/response smuggling. This vulnerability is fixed in...

6.5CVSS5.8AI score0.00207EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/13 9:18 p.m.53 views

CVE-2026-32708 Zenoh uORB Subscriber Allows Arbitrary Stack Allocation (PX4/PX4-Autopilot)

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the Zenoh uORB subscriber allocates a stack VLA directly from the incoming payload length without bounds. A remote Zenoh publisher can send an oversized fragmented message to force an unbounded stack allocation and copy,...

7.8CVSS0.00241EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/13 9:18 p.m.4 views

CVE-2026-32708 Zenoh uORB Subscriber Allows Arbitrary Stack Allocation (PX4/PX4-Autopilot)

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the Zenoh uORB subscriber allocates a stack VLA directly from the incoming payload length without bounds. A remote Zenoh publisher can send an oversized fragmented message to force an unbounded stack allocation and copy,...

7.8CVSS5.9AI score0.00241EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/13 9:18 p.m.8 views

CVE-2026-32708 Zenoh uORB Subscriber Allows Arbitrary Stack Allocation (PX4/PX4-Autopilot)

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the Zenoh uORB subscriber allocates a stack VLA directly from the incoming payload length without bounds. A remote Zenoh publisher can send an oversized fragmented message to force an unbounded stack allocation and copy,...

7.8CVSS5.9AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/13 9:15 p.m.3 views

CVE-2026-32705 PX4 autopilot BST Device Name Length Can Overflow Driver Buffer

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the BST telemetry probe writes a string terminator using a device-provided length without bounds. A malicious BST device can report an oversized devnamelen, causing a stack overflow in the driver and crashing the task or...

6.8CVSS5.9AI score0.00267EPSS
SaveExploits1References1
Rows per page
Query Builder