Lucene search
+L

329910 matches found

ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-74577

In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtmtos in mplsgetroute mplsgetroute builds the RTMNEWROUTE reply to an RTMGETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed allocskbNLMSGGOODSIZE, .... It sets...

5.2AI score0.00157EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 4 days ago42 views

CVE-2026-74576 mm/slab: prevent unbounded recursion in free path with new kmalloc type

In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b "mm/slab: avoid allocating slabobjext array from its own slab" avoided recursive allocation of objexts from kmalloc caches of the same...

7.5CVSS0.00376EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago23 views

CVE-2026-74576

Summary of CVE-2026-74576 (Linux kernel) : The vulnerability stems from the slab allocator allowing unbounded recursion in the free path due to cycles formed when obj_exts arrays are allocated across KMALLOC_NORMAL caches. Specifically, slabs can form a cycle by allocating each other’s obj_exts a...

7.5CVSS5.6AI score0.00376EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-74576

In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b "mm/slab: avoid allocating slabobjext array from its own slab" avoided recursive allocation of objexts from kmalloc caches of the same...

7.5CVSS5.5AI score0.00376EPSS
SaveExploits0
OSV
OSV
added 4 days ago6 views

CVE-2026-74576 mm/slab: prevent unbounded recursion in free path with new kmalloc type

In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b "mm/slab: avoid allocating slabobjext array from its own slab" avoided recursive allocation of objexts from kmalloc caches of the same...

7.5CVSS5.7AI score
SaveExploits0References7
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-59638

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICE armvsmmuvsidtosid maps a guest's vSID to a single physical Stream ID taken from master-streams0, assuming a device has exactly one stream. A device with sever...

5.2AI score0.00131EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 4 days ago10 views

CVE-2026-74570

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

9.8CVSS5.4AI score0.00308EPSS
SaveExploits0
OSV
OSV
added 4 days ago3 views

CVE-2026-74570 ntfs: harden runlist realloc size calculations

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

9.8CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 4 days ago21 views

CVE-2026-74570

CVE-2026-74570 is a Linux kernel vulnerability affecting NTFS runlist handling. The issue stems from unsafe/overflow-prone size calculations in runlist element counts used by ntfs_rl_realloc() and ntfs_rl_realloc_nofail(). A fix was implemented by adding a shared helper to safely convert runlist ...

9.8CVSS5.4AI score0.00308EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-74570 ntfs: harden runlist realloc size calculations

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

9.8CVSS0.00308EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-59635

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

5.5AI score0.00308EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago17 views

CVE-2026-74567

The CVE concerns the Linux kernel keys subsystem: a bug in keyring_get_key_chunk() causes an out-of-bounds read when decoding description-level chunks. The read pointer is advanced by level * sizeof(long) past the inline prefix, while only the prefix is bounds-checked, allowing a long enough key ...

7.1CVSS5.3AI score0.00117EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-74567

In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyringgetkeychunk For description-level chunks keyringgetkeychunk advances the read pointer by level sizeoflong past the inline prefix but only bounds-checks the prefix, so a long enough key...

7.1CVSS5.3AI score0.00117EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 4 days ago9 views

CVE-2026-74566

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

5.4AI score0.00156EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 4 days ago6 views

CVE-2026-74566 keys: make keyring key-chunk byte order agree with keyring_diff_objects()

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-74566 keys: make keyring key-chunk byte order agree with keyring_diff_objects()

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

0.00156EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74564 netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCH

In the Linux kernel, the following vulnerability has been resolved: netfilter: xthashlimit: validate hashtable supports XTHASHLIMITRATEMATCH The XTHASHLIMITRATEMATCH flag mode changes the semantics of the dsthashent structure which represents an entry in the hashtable. There is a union area which...

7.1CVSS0.00117EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago18 views

CVE-2026-74564

CVE-2026-74564 concerns Linux kernel netfilter xt_hashlimit, where the XT_HASHLIMIT_RATE_MATCH flag can cause uninitialized access to the burst field in the dsthash_ent union when two or more rules reference the same hashtable. A kernel fix updates the .checkentry path to require the RATE_MATCH m...

7.1CVSS5.4AI score0.00117EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-74564

In the Linux kernel, the following vulnerability has been resolved: netfilter: xthashlimit: validate hashtable supports XTHASHLIMITRATEMATCH The XTHASHLIMITRATEMATCH flag mode changes the semantics of the dsthashent structure which represents an entry in the hashtable. There is a union area which...

7.1CVSS5.4AI score0.00117EPSS
SaveExploits0
OSV
OSV
added 4 days ago3 views

CVE-2026-74559 xsk: drain continuation descs after overflow in xsk_build_skb()

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.5AI score
SaveExploits0References6
Rows per page
Query Builder