Lucene search
+L

151896 matches found

Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89754 mm/pagewalk: fix stale walk->action escaping walk_pmd_range()

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

7.8CVSS0.00118EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.9 views

EUVD-2026-76666

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

0.00118EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.18 views

CVE-2026-89754

A stale state bug in the Linux kernel's mm/pagewalk subsystem, specifically in walk_pmd_range(), allows a local attacker to trigger an out-of-bounds write in __mincore_unmapped_range via the mincore syscall. When walk->action is set to ACTION_AGAIN and the corresponding PMD entry is cleared be...

7.8CVSS0.00118EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89754 mm/pagewalk: fix stale walk->action escaping walk_pmd_range()

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89743 misc: nsm: bound the device-reported response length

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

7.7CVSS0.00144EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76655

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

0.00144EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89743

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

7.7CVSS0.00144EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89743 misc: nsm: bound the device-reported response length

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

7.7CVSS6.2AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89743

A vulnerability in the Linux kernel's NSM (Network Shared Memory) driver allows a malicious or buggy backend to report a response length larger than the allocated buffer. The function nsm_sendrecv_msg_locked() stores the virtqueue used-ring length without bounding it, so parse_resp_raw() copies e...

7.7CVSS0.00144EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89731

CVE-2026-89731 is an out-of-bounds read in the Linux kernel CXL/RAS subsystem, specifically in the cxl_rch_get_aer_info() function. The function copies the RCH Downstream Port AER capability from the RCRB MMIO block using a readl() loop bounded by sizeof(struct aer_capability_regs). Since struct ...

7.1CVSS0.00158EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89731 cxl/ras: Fix cxl_rch_get_aer_info() out-of-bounds AER register read

In the Linux kernel, the following vulnerability has been resolved: cxl/ras: Fix cxlrchgetaerinfo out-of-bounds AER register read cxlrchgetaerinfo copies the RCH Downstream Port AER capability from the RCRB MMIO block using a readl loop bounded by sizeofstruct aercapabilityregs. This struct is a...

7.1CVSS0.00158EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89731

In the Linux kernel, the following vulnerability has been resolved: cxl/ras: Fix cxlrchgetaerinfo out-of-bounds AER register read cxlrchgetaerinfo copies the RCH Downstream Port AER capability from the RCRB MMIO block using a readl loop bounded by sizeofstruct aercapabilityregs. This struct is a...

7.1CVSS0.00158EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.5 views

CVE-2026-89731 cxl/ras: Fix cxl_rch_get_aer_info() out-of-bounds AER register read

In the Linux kernel, the following vulnerability has been resolved: cxl/ras: Fix cxlrchgetaerinfo out-of-bounds AER register read cxlrchgetaerinfo copies the RCH Downstream Port AER capability from the RCRB MMIO block using a readl loop bounded by sizeofstruct aercapabilityregs. This struct is a...

7.1CVSS6.1AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76643

In the Linux kernel, the following vulnerability has been resolved: cxl/ras: Fix cxlrchgetaerinfo out-of-bounds AER register read cxlrchgetaerinfo copies the RCH Downstream Port AER capability from the RCRB MMIO block using a readl loop bounded by sizeofstruct aercapabilityregs. This struct is a...

0.00158EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89730 fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write

In the Linux kernel, the following vulnerability has been resolved: fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write The trailing byte path in alteracvpsendblock dereferences a u32 pointer even when only 1-3 bytes remain in the input buffer. If the buffer ends at a page or...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89730

CVE-2026-89730 affects the Linux kernel 's altera-cvp FPGA driver. In the function altera_cvp_send_block() , the trailing-byte code path dereferences a u32 pointer even when only 1–3 bytes remain in the input buffer. When the buffer ends at a page or scatterlist boundary, this causes an out-of-bo...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.9 views

EUVD-2026-76642

In the Linux kernel, the following vulnerability has been resolved: fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write The trailing byte path in alteracvpsendblock dereferences a u32 pointer even when only 1-3 bytes remain in the input buffer. If the buffer ends at a page or...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89730 fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write

In the Linux kernel, the following vulnerability has been resolved: fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write The trailing byte path in alteracvpsendblock dereferences a u32 pointer even when only 1-3 bytes remain in the input buffer. If the buffer ends at a page or...

6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89729

CVE-2026-89729 is an out-of-bounds write in the Linux kernel's HID sensor-hub driver. The sensor_hub_get_feature() function clamps its return value to the caller's buffer size, but the internal copy loop still writes field->report_size / 8 bytes per value. A malicious HID descriptor advertisin...

8.8CVSS0.00322EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89729 HID: sensor-hub: Fix out-of-bounds write in sensor_hub_get_feature

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensorhubgetfeature sensorhubgetfeature clamps its return value to the caller's buffer size, but the copy loop still copies field-reportsize / 8 bytes for each report value. A malicious...

8.8CVSS0.00322EPSS
SaveExploits0References4
Rows per page
Query Builder