Lucene search
+L

300227 matches found

EUVD
EUVD
•added 2026/09/17 4:07 p.m.•15 views

EUVD-2026-81796

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check block offset is not negative If a negative offset is read off disk for example the offset into the decompressed fragment block, this will cause squashfscopydata to perform an out of bounds access. Fix by checking ...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:07 p.m.•10 views

CVE-2026-90203 Squashfs: check block offset is not negative

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check block offset is not negative If a negative offset is read off disk for example the offset into the decompressed fragment block, this will cause squashfscopydata to perform an out of bounds access. Fix by checking ...

7.1CVSS5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/09/17 4:07 p.m.•25 views

CVE-2026-90203

CVE-2026-90203 is a Linux kernel vulnerability in the Squashfs filesystem driver. A negative block offset read from disk (e.g., the offset into a decompressed fragment block) causes squashfs_copy_data() to perform an out-of-bounds access . The fix checks whether the offset is negative and returns...

7.1CVSS5.8AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:07 p.m.•11 views

CVE-2026-90203

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check block offset is not negative If a negative offset is read off disk for example the offset into the decompressed fragment block, this will cause squashfscopydata to perform an out of bounds access. Fix by checking ...

7.1CVSS5.8AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•30 views

CVE-2026-90202 scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

0.0021EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:07 p.m.•17 views

CVE-2026-90202

This vulnerability affects the mpt3sas SCSI driver in the Linux kernel . The root cause is in _base_release_memory_pools(), which unconditionally frees every ioc->pcie_sg_lookup[] entry, including entries that were never allocated by the setup loop after a partial failure. This leads to a "bad...

5.6AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•8 views

EUVD-2026-81795

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

5.6AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:07 p.m.•7 views

CVE-2026-90202 scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/09/17 4:07 p.m.•11 views

CVE-2026-90202

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

5.6AI score0.0021EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:07 p.m.•17 views

CVE-2026-90200

CVE-2026-90200 affects the Linux kernel NTFS3 filesystem driver (fs/ntfs3). In ntfs_init_from_boot(), the MFT cluster numbers (mlcn, mlcn2) read from the boot sector are validated via a u64 multiplication against the volume size. A sufficiently large value (e.g., near 2^62) causes the multiplicat...

5.9AI score0.00219EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:07 p.m.•20 views

CVE-2026-90201

CVE-2026-90201 is a Use-After-Free in the Linux kernel's net: page_pool subsystem. The bug occurs when page_pool_scrub() iterates pool->dma_mapped without holding a page reference concurrently with a page return via page_pool_put_netmem() on a different CPU. A losing xa_cmpxchg() caller frees ...

6.1AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•30 views

CVE-2026-90201 net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race

In the Linux kernel, the following vulnerability has been resolved: net: pagepool: fix UAF in pagepoolreleasenetmemdma on xacmpxchg race This bug was discovered while testing the hns3 driver under channel reconfiguration ethtool -L / ethtool -G with iperf3 traffic on arm64. The race is...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:07 p.m.•14 views

CVE-2026-90200

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: if mlcn sctperclst = sectors || mlcn2 sctperclst = sectors goto out;...

5.9AI score0.00219EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•10 views

EUVD-2026-81794

In the Linux kernel, the following vulnerability has been resolved: net: pagepool: fix UAF in pagepoolreleasenetmemdma on xacmpxchg race This bug was discovered while testing the hns3 driver under channel reconfiguration ethtool -L / ethtool -G with iperf3 traffic on arm64. The race is...

6.1AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 4:07 p.m.•7 views

CVE-2026-90200 fs/ntfs3: fix integer overflow in MFT cluster validation

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: if mlcn sctperclst = sectors || mlcn2 sctperclst = sectors goto out;...

5.9AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•27 views

CVE-2026-90200 fs/ntfs3: fix integer overflow in MFT cluster validation

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: if mlcn sctperclst = sectors || mlcn2 sctperclst = sectors goto out;...

0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:07 p.m.•12 views

CVE-2026-90201

In the Linux kernel, the following vulnerability has been resolved: net: pagepool: fix UAF in pagepoolreleasenetmemdma on xacmpxchg race This bug was discovered while testing the hns3 driver under channel reconfiguration ethtool -L / ethtool -G with iperf3 traffic on arm64. The race is...

6.1AI score0.00209EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:07 p.m.•6 views

CVE-2026-90201 net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race

In the Linux kernel, the following vulnerability has been resolved: net: pagepool: fix UAF in pagepoolreleasenetmemdma on xacmpxchg race This bug was discovered while testing the hns3 driver under channel reconfiguration ethtool -L / ethtool -G with iperf3 traffic on arm64. The race is...

6.1AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/17 4:07 p.m.•11 views

CVE-2026-90199

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject out-of-range evcn in mienumattr In mienumattr, the start/end VCN validation for non-resident attributes is: if svcn evcn + 1 goto out; When evcn is U64MAX the "evcn + 1" expression wraps to 0 and any svcn passes...

7.8CVSS5.9AI score0.00186EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•10 views

EUVD-2026-81792

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject out-of-range evcn in mienumattr In mienumattr, the start/end VCN validation for non-resident attributes is: if svcn evcn + 1 goto out; When evcn is U64MAX the "evcn + 1" expression wraps to 0 and any svcn passes...

5.8AI score0.00186EPSS
SaveExploits0References5
Rows per page
Query Builder