VendorsLinuxlinux_kernel6.2
Vulnerabilities

Linux Kernel 6.2

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

212CVEs
CVE-2022-49761
btrfs: always report error in run_one_delayed_ref()
Published 2025-03-27 · Analyzed
7.8EPSS 0.002
CVE-2026-23025
mm/page_alloc: prevent pcp corruption with SMP=n
Published 2026-01-31 · Modified
7.8EPSS 0.002
CVE-2023-52935
mm/khugepaged: fix ->anon_vma race
Published 2025-03-27 · Analyzed
7.8EPSS 0.002
CVE-2023-53023
net: nfc: Fix use-after-free in local_cleanup()
Published 2025-03-27 · Analyzed
7.8EPSS 0.002
CVE-2023-53021
net/sched: sch_taprio: fix possible use-after-free
Published 2025-03-27 · Analyzed
7.8EPSS 0.002
CVE-2023-52903
io_uring: lock overflowing for IOPOLL
Published 2024-08-21 · Modified
7.8EPSS 0.002
CVE-2023-53009
drm/amdkfd: Add sync after creating vram bo
Published 2025-03-27 · Modified
7.8EPSS 0.002
CVE-2024-50294
rxrpc: Fix missing locking causing hanging calls
Published 2024-11-19 · Modified
7.8EPSS 0.002
CVE-2022-49760
mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
Published 2025-03-27 · Modified
7.8EPSS 0.002
CVE-2022-50329
block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
Published 2025-09-15 · Modified
7.8EPSS 0.002
CVE-2022-50417
drm/panfrost: Fix GEM handle creation ref-counting
Published 2025-09-18 · Modified
7.8EPSS 0.002
CVE-2023-53459
HID: mcp-2221: prevent UAF in delayed work
Published 2025-10-01 · Analyzed
7.8EPSS 0.002
CVE-2023-53566
netfilter: nft_set_rbtree: fix null deref on element insertion
Published 2025-10-04 · Modified
7.8EPSS 0.002
CVE-2025-71071
iommu/mediatek: fix use-after-free on probe deferral
Published 2026-01-13 · Analyzed
7.8EPSS 0.001
CVE-2026-23317
drm/vmwgfx: Return the correct value in vmw_translate_ptr functions
Published 2026-03-25 · Analyzed
7.8EPSS 0.001
CVE-2023-52934
mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
Published 2025-03-27 · Modified
7.8EPSS 0.001
CVE-2023-52909
nfsd: fix handling of cached open files in nfsd4_open codepath
Published 2024-08-21 · Modified
7.5EPSS 0.006
CVE-2023-52991
net: fix NULL pointer in skb_segment_list
Published 2025-03-27 · Modified
7.5EPSS 0.006
CVE-2021-4454
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Published 2025-03-27 · Modified
7.5EPSS 0.006
CVE-2026-31711
smb: server: fix active_num_conn leak on transport allocation failure
Published 2026-05-01 · Modified
7.5EPSS 0.005
CVE-2026-31638
rxrpc: Only put the call ref if one was acquired
Published 2026-04-24 · Analyzed
7.5EPSS 0.004
CVE-2023-1652
A use-after-free flaw was found in nfsd4_ssc_setup_dul in fs/nfsd/nfs4proc.c in the NFS filesystem in the Linux Kernel. This issue could allow a local attacker to crash the system or it may lead to a kernel information leak problem.
Published 2023-03-29 · Modified
7.1EPSS 0.002
CVE-2023-52701
net: use a bounce buffer for copying skb->mark
Published 2024-05-21 · Analyzed
7.1EPSS 0.002
CVE-2023-53024
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Published 2025-03-27 · Analyzed
7.1EPSS 0.002
CVE-2026-23325
wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()
Published 2026-03-25 · Analyzed
7.1EPSS 0.001
CVE-2022-40133
There is an UAF vulnerability in vmwgfx driver
Published 2022-09-09 · Modified
6.3EPSS 0.006
CVE-2022-38457
There is an UAF vulnerability in vmwgfx driver
Published 2022-09-09 · Modified
6.3EPSS 0.006
CVE-2023-0394
A NULL pointer dereference flaw was found in rawv6_push_pending_frames in net/ipv6/raw.c in the network subcomponent in the Linux kernel. This flaw causes the system to crash.
Published 2023-01-24 · Modified
5.5EPSS 0.010
CVE-2023-31084
An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put the process to sleep, and down(&fepriv->sem) may block the process.
Published 2023-04-24 · Modified
5.5EPSS 0.004
CVE-2023-31085
An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd->erasesize), used indirectly by ctrl_cdev_ioctl, when mtd->erasesize is 0.
Published 2023-04-24 · Modified
5.5EPSS 0.004
CVE-2023-31082
An issue was discovered in drivers/tty/n_gsm.c in the Linux kernel 6.2. There is a sleeping function called from an invalid context in gsmld_write, which will block the kernel. Note: This has been disputed by 3rd parties as not a valid vulnerability.
Published 2023-04-24 · Modified
5.5EPSS 0.004
CVE-2023-31081
An issue was discovered in drivers/media/test-drivers/vidtv/vidtv_bridge.c in the Linux kernel 6.2. There is a NULL pointer dereference in vidtv_mux_stop_thread. In vidtv_stop_streaming, after dvb->mux=NULL occurs, it executes vidtv_mux_stop_thread(dvb->mux).
Published 2023-04-24 · Modified
5.5EPSS 0.004
CVE-2023-0597
A flaw possibility of memory leak in the Linux kernel cpu_entry_area mapping of X86 CPU data to memory was found in the way user can guess location of exception stack(s) or other important data. A local user could use this flaw to get access to some important data with expected location in memory.
Published 2023-02-23 · Modified
5.5EPSS 0.003
CVE-2023-52976
efi: fix potential NULL deref in efi_mem_reserve_persistent
Published 2025-03-27 · Modified
5.5EPSS 0.003
CVE-2023-52986
bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
Published 2025-03-27 · Analyzed
5.5EPSS 0.003
CVE-2023-52933
Squashfs: fix handling and sanity checking of xattr_ids count
Published 2025-03-27 · Analyzed
5.5EPSS 0.003
CVE-2023-53005
trace_events_hist: add check for return value of 'create_hist_field'
Published 2025-03-27 · Modified
5.5EPSS 0.003
CVE-2023-52993
x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
Published 2025-03-27 · Modified
5.5EPSS 0.003
CVE-2023-52997
ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
Published 2025-03-27 · Analyzed
5.5EPSS 0.003
CVE-2023-52984
net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
Published 2025-03-27 · Modified
5.5EPSS 0.003
← Prev2 / 6Next →