Lucene search
+L

476473 matches found

Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72212

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix incorrect altmap passing in error path In createaltmapsandmemoryblocks, when archaddmemory succeeds with memmaponmemory enabled, the vmemmap pages are allocated from params.altmap. If creatememoryblockdevice...

5.4AI score0.002EPSS
SaveExploits0
CVE
CVE
added 3 days ago13 views

CVE-2026-72213

CVE-2026-72213 affects the Linux kernel hugetlb code path. The issue arises from using a single h_cg pointer for both rsvd and non-rsvd cgroup charges in alloc_hugetlb_folio(), causing the rsvd pointer to be overwritten and leading to a page_counter underflow during folio cleanup. The fix introdu...

7.1CVSS5.4AI score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72213 mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In allochugetlbfolio, a single hcg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When mapchg is set, hugetlbcgroupchargecgrouprsvd stores the...

7.1CVSS0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago25 views

CVE-2026-72211 ntfs: grow index root value before reparent header update

In the Linux kernel, the following vulnerability has been resolved: ntfs: grow index root value before reparent header update ntfsirreparent moves the resident index root entries into an index block and leaves a small root stub containing the child VCN. That root stub can be larger than the...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago2 views

CVE-2026-72211

In the Linux kernel, the following vulnerability has been resolved: ntfs: grow index root value before reparent header update ntfsirreparent moves the resident index root entries into an index block and leaves a small root stub containing the child VCN. That root stub can be larger than the...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0
CVE
CVE
added 3 days ago11 views

CVE-2026-72211

The CVE concerns the Linux kernel NTFS handling in ntfs_ir_reparent(), where a root stub may grow beyond the resident index root value. The code can publish a larger index header (index_length/allocated_size) before resizing the resident value, so if a resize fails with ENOSPC, recovery paths may...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-58969

In the Linux kernel, the following vulnerability has been resolved: ntfs: grow index root value before reparent header update ntfsirreparent moves the resident index root entries into an index block and leaves a small root stub containing the child VCN. That root stub can be larger than the...

5.4AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago17 views

CVE-2026-72210 ntfs: fix off-by-one in mapping pairs decoding bounds checks

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfsmappingpairsdecompress, attrend points one byte past the end of the attribute record: attrend = u8 attr + le32tocpuattr-length; The two bounds checks validating...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72210

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfsmappingpairsdecompress, attrend points one byte past the end of the attribute record: attrend = u8 attr + le32tocpuattr-length; The two bounds checks validating...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0
CVE
CVE
added 3 days ago15 views

CVE-2026-72210

The CVE relates to the Linux kernel ntfs decoding path: in ntfs_mapping_pairs_decompress, attr_end points one byte past the attribute end, and two bounds checks used strict greater-than; this permits a one-byte out-of-bounds read when the data extends to attr_end. The root cause is using > ins...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-58968

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfsmappingpairsdecompress, attrend points one byte past the end of the attribute record: attrend = u8 attr + le32tocpuattr-length; The two bounds checks validating...

5.4AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-58967

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago17 views

CVE-2026-72208

CVE-2026-72208 affects the Linux kernel NTFS EA handling code. The vulnerability arises from insufficient bounds checking in ntfs_ea_lookup and ntfs_listxattr, where the code accesses the next_entry_offset field of an EA entry without verifying there is enough space. The issue is resolved in the ...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago18 views

CVE-2026-72209

CVE-2026-72209 concerns the Linux kernel NTFS attribute value handling. The fix adds a shared attribute value validator and applies it before any lookup path can return an attribute (including AT_UNUSED). The validator enforces bounds for resident values, minimum resident sizes, checks variable-l...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72209 ntfs: validate attribute values on lookup

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

9.8CVSS0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72208 ntfs: add bounds check before accessing EA entries

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72209

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72208

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-58966

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

5.4AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72207 ntfs: not change 0-byte $DATA attribute to non-resident

In the Linux kernel, the following vulnerability has been resolved: ntfs: not change 0-byte $DATA attribute to non-resident When ntfsresidentattrresize cannot grow a resident attribute in place, it retries after converting other resident attributes to non-resident to free space in the MFT recrord...

9.8CVSS0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder