Lucene search
+L

20942 matches found

Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.6 views

CVE-2026-43017

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate mesh send advertising payload length meshsend currently bounds MGMTOPMESHSEND by total command length, but it never verifies that the bytes supplied for the flexible advdata array actually match the...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2026/05/01 2:15 p.m.4 views

CVE-2026-43017 Bluetooth: MGMT: validate mesh send advertising payload length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate mesh send advertising payload length meshsend currently bounds MGMTOPMESHSEND by total command length, but it never verifies that the bytes supplied for the flexible advdata array actually match the...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References9
OSV
OSV
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43006 io_uring/rsrc: reject zero-length fixed buffer import

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: reject zero-length fixed buffer import validatefixedrange admits bufaddr at the exact end of the registered region when len is zero, because the check uses strict greater-than bufend imu-ubuf + imu-len. ioimportfixe...

7.1CVSS6.6AI score0.00124EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/01 2:15 p.m.12 views

EUVD-2026-26605

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: reject zero-length fixed buffer import validatefixedrange admits bufaddr at the exact end of the registered region when len is zero, because the check uses strict greater-than bufend imu-ubuf + imu-len. ioimportfixe...

5.9AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/01 2:15 p.m.24 views

CVE-2026-43006

CVE-2026-43006 (Linux kernel io_uring rsr/rsrc): A zero-length fixed-buffer import in io_import_fixed() could trigger a slab-out-of-bounds read due to a boundary check that allows len == 0 to be processed. The underlying issue is in validate_fixed_range(), which permits buf_addr at the end of the...

7.1CVSS5.9AI score0.00124EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.42 views

CVE-2026-43006 io_uring/rsrc: reject zero-length fixed buffer import

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: reject zero-length fixed buffer import validatefixedrange admits bufaddr at the exact end of the registered region when len is zero, because the check uses strict greater-than bufend imu-ubuf + imu-len. ioimportfixe...

7.1CVSS0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.10 views

CVE-2026-43006

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: reject zero-length fixed buffer import validatefixedrange admits bufaddr at the exact end of the registered region when len is zero, because the check uses strict greater-than bufend imu-ubuf + imu-len. ioimportfixe...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:15 p.m.29 views

CVE-2026-43005

CVE-2026-43005 affects the Linux kernel hwmon driver for tps53679. The bug arises when i2c_smbus_read_block_data() returns 0 (zero-length read); tps53679_identify_chip() then accesses buf[ret-1] (buf[-1]), causing an out-of-bounds read. The fix changes the check from ret < 0 to ret

7.1CVSS5.9AI score0.00124EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/05/01 2:15 p.m.8 views

EUVD-2026-26604

In the Linux kernel, the following vulnerability has been resolved: hwmon: tps53679 Fix array access with zero-length block read i2csmbusreadblockdata can return 0, indicating a zero-length read. When this happens, tps53679identifychip accesses bufret - 1 which is buf-1, reading one byte before t...

5.9AI score0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.40 views

CVE-2026-43005 hwmon: (tps53679) Fix array access with zero-length block read

In the Linux kernel, the following vulnerability has been resolved: hwmon: tps53679 Fix array access with zero-length block read i2csmbusreadblockdata can return 0, indicating a zero-length read. When this happens, tps53679identifychip accesses bufret - 1 which is buf-1, reading one byte before t...

0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.6 views

CVE-2026-43005

In the Linux kernel, the following vulnerability has been resolved: hwmon: tps53679 Fix array access with zero-length block read i2csmbusreadblockdata can return 0, indicating a zero-length read. When this happens, tps53679identifychip accesses bufret - 1 which is buf-1, reading one byte before t...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0
OSV
OSV
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43005 hwmon: (tps53679) Fix array access with zero-length block read

In the Linux kernel, the following vulnerability has been resolved: hwmon: tps53679 Fix array access with zero-length block read i2csmbusreadblockdata can return 0, indicating a zero-length read. When this happens, tps53679identifychip accesses bufret - 1 which is buf-1, reading one byte before t...

7.1CVSS6AI score0.00124EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/01 2:15 p.m.4 views

CVE-2026-31779 wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler()

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwlmvmndmatchinfohandler The memcpy function assumes the dynamic array notif-matches is at least as large as the number of bytes to copy. Otherwise, results-matches may...

8.1CVSS5.8AI score0.00271EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.33 views

CVE-2026-31779 wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler()

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwlmvmndmatchinfohandler The memcpy function assumes the dynamic array notif-matches is at least as large as the number of bytes to copy. Otherwise, results-matches may...

8.1CVSS0.00271EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.42 views

CVE-2026-31774 io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

7.1CVSS0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/01 2:15 p.m.16 views

EUVD-2026-26587

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

5.8AI score0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/01 2:15 p.m.6 views

CVE-2026-31774 io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

7.1CVSS6.3AI score0.00125EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/05/01 2:14 p.m.18 views

EUVD-2026-26584

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: move wake reason storage into validated event handlers hcistorewakereason is called from hcieventpacket immediately after stripping the HCI event header but before hcieventfunc enforces the per-event minimum...

5.8AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 2:14 p.m.9 views

CVE-2026-31771 Bluetooth: hci_event: move wake reason storage into validated event handlers

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: move wake reason storage into validated event handlers hcistorewakereason is called from hcieventpacket immediately after stripping the HCI event header but before hcieventfunc enforces the per-event minimum...

8.1CVSS5.8AI score0.00205EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/01 2:14 p.m.14 views

EUVD-2026-26565

In the Linux kernel, the following vulnerability has been resolved: bridge: brndsend: validate ND option lengths brndsend walks ND options according to option-provided lengths. A malformed option can make the parser advance beyond the computed option span or use a too-short source LLADDR option...

5.8AI score0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder