Lucene search
+L

152717 matches found

EUVD
EUVD
added 2026/08/25 4:05 p.m.7 views

EUVD-2026-65599

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 4:05 p.m.8 views

EUVD-2026-65597

The virtio PCI driver drivers/virtio/virtiopci.c parses a device's PCI capability list during driver initialization. In virtiopcireadcap the device-supplied capability length byte caplen read from PCI config space via pcieconfread was only checked with asserttmp.caplen == capstructsize. That asse...

6.1CVSS6.3AI score0.00181EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 4:05 p.m.15 views

CVE-2026-13216

CVE-2026-13216 is an out-of-bounds stack write in the Zephyr RTOS virtio PCI driver (drivers/virtio/virtio_pci.c). The device-supplied cap_len field, read from PCI config space, was validated only by a compiled-out assert() (gated by CONFIG_ASSERT, off by default in production). The unvalidated l...

6.1CVSS6.3AI score0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 4:05 p.m.12 views

CVE-2026-13216 Out-of-bounds stack write in Zephyr virtio PCI driver from unvalidated device-supplied capability length

The virtio PCI driver drivers/virtio/virtiopci.c parses a device's PCI capability list during driver initialization. In virtiopcireadcap the device-supplied capability length byte caplen read from PCI config space via pcieconfread was only checked with asserttmp.caplen == capstructsize. That asse...

6.1CVSS6.5AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/25 3:36 p.m.9 views

CVE-2026-55059

A flaw was found in OpenEXR, a widely used library for the EXR image format. A user processing a specially crafted image file could trigger a heap out-of-bounds write vulnerability in the SampleCountChannel::set function. This occurs due to an incorrect computation of the target Y coordinate,...

6.1CVSS5AI score0.00103EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/25 3:23 p.m.9 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerabilit...

9.8CVSS5.1AI score0.00778EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/25 3:23 p.m.10 views

kernel: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq

A flaw was found in the Linux kernel's Wacom Human Interface Device HID driver. This vulnerability allows a remote attacker to trigger an out-of-bounds read by sending a specially crafted, short Bluetooth HID report. This can lead to the disclosure of sensitive information from the system's memor...

8.1CVSS5AI score0.00255EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/25 3:16 p.m.14 views

EUVD-2026-65533

rclone versions = v1.72.0 and = v1.74.4 fixed in v1.75.0 contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which relies on the github.com/diskfs/go-diskfs dependency. The parser fails to validate attacker-controlled superblock and metadata values before...

7.1CVSS5.6AI score0.00307EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 3:16 p.m.25 views

CVE-2026-79775

rclone versions v1.72.0 through v1.74.4 are affected by multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser , which depends on the github.com/diskfs/go-diskfs library. The parser fails to validate attacker-controlled superblock and metadata values, enabling three d...

7.1CVSS5.6AI score0.00307EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.33 views

CVE-2026-79775 rclone Archive Backend SquashFS Parser Denial of Service

rclone versions = v1.72.0 and = v1.74.4 fixed in v1.75.0 contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which relies on the github.com/diskfs/go-diskfs dependency. The parser fails to validate attacker-controlled superblock and metadata values before...

7.1CVSS0.00307EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.29 views

CVE-2026-79769 Nokogiri before 1.19.4 Invalid Memory Read via initialize_copy_with_args

Nokogiri versions before 1.19.4 contain a possible invalid out-of-bounds memory read in the protected internal Nodeinitializecopywithargs helper behind Nodedup and clone, which unwrapped its source argument as an xmlNode without a type check. If application code calls this protected method with a...

8.7CVSS0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:16 p.m.9 views

CVE-2026-79769 Nokogiri before 1.19.4 Invalid Memory Read via initialize_copy_with_args

Nokogiri versions before 1.19.4 contain a possible invalid out-of-bounds memory read in the protected internal Nodeinitializecopywithargs helper behind Nodedup and clone, which unwrapped its source argument as an xmlNode without a type check. If application code calls this protected method with a...

8.7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 3:16 p.m.18 views

EUVD-2026-65527

Nokogiri versions before 1.19.4 contain a possible invalid out-of-bounds memory read in the protected internal Nodeinitializecopywithargs helper behind Nodedup and clone, which unwrapped its source argument as an xmlNode without a type check. If application code calls this protected method with a...

8.7CVSS5.3AI score0.00181EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/25 3:16 p.m.7 views

CVE-2026-79769

Nokogiri versions before 1.19.4 contain a possible invalid out-of-bounds memory read in the protected internal Nodeinitializecopywithargs helper behind Nodedup and clone, which unwrapped its source argument as an xmlNode without a type check. If application code calls this protected method with a...

8.7CVSS5.4AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2026/08/25 3:16 p.m.18 views

CVE-2026-79769

Nokogiri (Ruby gem) versions before 1.19.4 contain an out-of-bounds memory read in the protected internal method Node#initialize_copy_with_args , which unwraps its source argument as an xmlNode without a type check. If application code calls this method with a non-Node argument (e.g., a Namespace...

8.7CVSS5.3AI score0.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 3:15 p.m.36 views

CVE-2022-50999

...

0.00301EPSS
SaveExploits0
OSV
OSV
added 2026/08/25 3:15 p.m.3 views

CVE-2022-50999 Nokogiri before 1.13.5 Integer Overflow via libxml2

Nokogiri versions before 1.13.5 contain an integer overflow vulnerability in packaged libxml2 buffer handling functions that allows attackers to cause out-of-bounds memory writes. Attackers can exploit this by crafting multi-gigabyte XML files to trigger buffer overflows resulting in information...

8.8CVSS5.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/25 3:15 p.m.8 views

CVE-2022-50999

...

5.6AI score0.00301EPSS
SaveExploits0
CVE
CVE
added 2026/08/25 3:15 p.m.20 views

CVE-2022-50999

CVE-2022-50999 has been rejected as a duplicate of CVE-2022-29824 . The underlying flaw is an integer overflow in the buffer handling functions (xmlBuf* in buf.c, xmlBuffer* in tree.c) of the packaged libxml2 shipped with Nokogiri (Ruby gem) versions before 1.13.5 . By submitting a crafted multi-...

5.6AI score0.00301EPSS
SaveExploits0
CVE
CVE
added 2026/08/25 3:15 p.m.15 views

CVE-2021-47996

Nokogiri before 1.11.4 (CRuby implementation using its packaged/vendored libxml2 2.9.10 ) is affected by multiple vulnerabilities in that bundled library, including a memory leak in xmlSchemaValidateStream, a global buffer over-read in xmlEncodeEntitiesInternal, a heap-based buffer overflow, and ...

5.8AI score0.00502EPSS
SaveExploits0
Rows per page
Query Builder