Lucene search
+L

94384 matches found

OSV
OSV
added 5 days ago4 views

CVE-2026-63831 mac802154: llsec: add skb_cow_data() before in-place crypto

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.7AI score0.00243EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago5 views

CVE-2026-63829 net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: net: ipgre: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...

8.8CVSS5.4AI score0.00123EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago6 views

CVE-2026-63830 net: skmsg: preserve sg.copy across SG transforms

In the Linux kernel, the following vulnerability has been resolved: net: skmsg: preserve sg.copy across SG transforms The skmsg sg.copy bitmap is part of the scatterlist entry ownership state. A set bit tells skmsgcomputedatapointers not to expose the entry through writable BPF ctx-data. This...

9.4CVSS5.3AI score0.00337EPSS
SaveExploits0References9
OSV
OSV
added 5 days ago5 views

CVE-2026-63827 apparmor: fix use-after-free in rawdata dedup loop

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References9
OSV
OSV
added 5 days ago6 views

CVE-2026-63828 apparmor: mediate the implicit connect of TCP fast open sendmsg

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

8.4CVSS5.4AI score0.00124EPSS
SaveExploits0References9
OSV
OSV
added 5 days ago6 views

CVE-2026-63826 fbdev: fix use-after-free in store_modes()

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

5.4AI score0.00157EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago9 views

CVE-2026-63825 gcov: use atomic counter updates to fix concurrent access crashes

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

9.8CVSS5.7AI score0.00414EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago5 views

CVE-2026-63824 KEYS: fix overflow in keyctl_pkey_params_get_2()

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctlpkeyparamsget2 The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the siz...

7.8CVSS5.6AI score0.00121EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago4 views

CVE-2026-63823 keys: Pin request_key_auth payload in instantiate paths

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago5 views

CVE-2026-63822 wifi: ath11k: fix warning when unbinding

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix warning when unbinding If there is an error during some initialization related to firmware, the buffers dp-txringi.txstatus are released. However this is released again when the device is unbinded ath11kpci, and...

5.3AI score0.00165EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago7 views

CVE-2026-63821 wifi: rtw88: usb: fix memory leaks on USB write failures

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtwusbwriteport fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

5.3AI score0.00157EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago5 views

CVE-2026-63820 f2fs: fix missing read bio submission on large folio error

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing read bio submission on large folio error f2fsreaddatalargefolio can keep a read bio across multiple readahead folios. If a later folio hits an error before any of its blocks are added to the bio, folioinbio is...

5.3AI score0.00145EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago5 views

CVE-2026-63818 f2fs: validate orphan inode entry count

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate orphan inode entry count f2fsrecoverorphaninodes trusts the orphan block entrycount when replaying orphan inodes from the checkpoint pack. A corrupted entrycount larger than F2FSORPHANSPERBLOCK makes the recovery...

8.4CVSS5.4AI score0.00132EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago6 views

CVE-2026-63819 f2fs: fix to do sanity check on f2fs_get_node_folio_ra()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on f2fsgetnodefoliora kernel BUG at fs/f2fs/file.c:845! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 0 UID: 0 PID: 5336 Comm: syz.0.0 Not tainted syzkaller 0 PREEMPTfull Hardware name: QEMU...

7.8CVSS5.3AI score0.00119EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago5 views

CVE-2026-63817 f2fs: validate compress cache inode only when enabled

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References9
OSV
OSV
added 5 days ago6 views

CVE-2026-63815 f2fs: bound i_inline_xattr_size for non-inline-xattr inodes

In the Linux kernel, the following vulnerability has been resolved: f2fs: bound iinlinexattrsize for non-inline-xattr inodes When the flexibleinlinexattr feature is enabled, doreadinode loads the on-disk iinlinexattrsize unconditionally: if f2fssbhasflexibleinlinexattrsbi fi-iinlinexattrsize =...

8.4CVSS5.4AI score0.00132EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago5 views

CVE-2026-63816 f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago5 views

CVE-2026-63813 Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

7.8CVSS5.5AI score0.00119EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago5 views

CVE-2026-63814 f2fs: validate ACL entry sizes in f2fs_acl_from_disk()

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate ACL entry sizes in f2fsaclfromdisk f2fsaclcount only validates the aggregate ACL xattr length. A malformed ACL can still place ACLUSER or ACLGROUP in a slot that only contains struct f2fsaclentryshort bytes, and...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago4 views

CVE-2026-63812 f2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References8
Rows per page
Query Builder