CVE Database

117989+ vulnerabilities with CVSS scores, EPSS exploit predictions, and CISA KEV status. Updated daily.

Filter: All CRITICAL HIGH MEDIUM LOW CISA KEV
Sort: Newest CVSS EPSS
CVE-2022-49995
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdi_unregister gets called to …

Jun 18, 2025
CVE-2022-49994
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem The vmemmap pages is marked by …

Jun 18, 2025
CVE-2022-49993
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an …

Jun 18, 2025
CVE-2022-49992
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm/mprotect: only reference swap pfn page if type match Yu Zhao reported a bug after …

Jun 18, 2025
CVE-2022-49991
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte In MCOPY_ATOMIC_CONTINUE case with a non-shared VMA, pages in …

Jun 18, 2025
CVE-2022-49990
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for …

Jun 18, 2025
CVE-2022-49989
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix error exit of privcmd_ioctl_dm_op() The error exit of privcmd_ioctl_dm_op() is calling unlock_pages() potentially …

Jun 18, 2025
CVE-2022-49988

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

Jun 18, 2025
CVE-2022-49987
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: md: call __md_stop_writes in md_stop From the link [1], we can see raid1d was running …

Jun 18, 2025
CVE-2022-49986
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq storvsc_error_wq workqueue should not be marked as WQ_MEM_RECLAIM as …

Jun 18, 2025
CVE-2022-49985
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnum_range on array range checking for poke descriptors Hsin-Wei reported a KASAN …

Jun 18, 2025
CVE-2022-49984
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report It is possible for a malicious device …

Jun 18, 2025
CVE-2022-49983
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device (v2) If the DMA mask is …

Jun 18, 2025
CVE-2022-49982
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvr_probe The error handling code in pvr2_hdw_create forgets to …

Jun 18, 2025
CVE-2022-49981
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix memory leak in hidraw_release() Free the buffered reports before deleting the list …

Jun 18, 2025
CVE-2022-49980
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usb_udc_uevent() The syzbot fuzzer found a race between uevent …

Jun 18, 2025
CVE-2022-49979
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in sk_psock_get (2) Syzkaller reports refcount bug as follows: ------------[ cut …

Jun 18, 2025
CVE-2022-49978
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fbdev: fb_pm2fb: Avoid potential divide by zero error In `do_fb_ioctl()` of fbmem.c, if cmd is …

Jun 18, 2025
CVE-2022-49977
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead ftrace_startup does not remove …

Jun 18, 2025
CVE-2022-49976
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix broken touchscreen on Chuwi Hi8 with Windows BIOS The x86-android-tablets handling for …

Jun 18, 2025
CVE-2022-49975
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pkt_len Syzbot found an issue [1]: fq_codel_drop() try to …

Jun 18, 2025
CVE-2022-49974
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix rumble worker null pointer deref We can dereference a null pointer trying …

Jun 18, 2025
CVE-2022-49973
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: skmsg: Fix wrong last sg check in sk_msg_recvmsg() Fix one kernel NULL pointer dereference as …

Jun 18, 2025
CVE-2022-49972
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDP_SHARED_UMEM Fix an issue in XDP_SHARED_UMEM mode together with aligned …

Jun 18, 2025
CVE-2022-49971
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in smu_v13_0_4_init_smc_tables(), but …

Jun 18, 2025
CVE-2022-49970
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf, cgroup: Fix kernel BUG in purge_effective_progs Syzkaller reported a triggered kernel BUG as follows: …

Jun 18, 2025
CVE-2022-49969
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock [Why] After ODM clock off, optc …

Jun 18, 2025
CVE-2022-49968
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ieee802154/adf7242: defer destroy_workqueue call There is a possible race condition (use-after-free) like below (FREE) | …

Jun 18, 2025
CVE-2022-49967
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpf_jit_limit. While reading bpf_jit_limit, it can be changed concurrently via …

Jun 18, 2025
CVE-2022-49966
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid To avoid any potential memory leak.

Jun 18, 2025
CVE-2022-49965
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics Without these, potential memory leak may …

Jun 18, 2025
CVE-2022-49964
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level Though acpi_find_last_cache_level() always …

Jun 18, 2025
CVE-2022-49963
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: fix CCS handling Crucible + recent Mesa seems to sometimes hit: GEM_BUG_ON(num_ccs_blks > NUM_CCS_BLKS_PER_XFER) …

Jun 18, 2025
CVE-2022-49962
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference in remove if xHC has only one roothub The remove …

Jun 18, 2025
CVE-2022-49961
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO Precision markers need to be propagated whenever we have an …

Jun 18, 2025
CVE-2022-49960
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix null pointer dereference Asus chromebook CX550 crashes during boot on v5.17-rc1 kernel. The …

Jun 18, 2025
CVE-2022-49959
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix memory leak at failed datapath creation ovs_dp_cmd_new()->ovs_dp_change()->ovs_dp_set_upcall_portids() allocates array via kmalloc. If for …

Jun 18, 2025
CVE-2022-49958
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix netdevice reference leaks in attach_default_qdiscs() In attach_default_qdiscs(), if a dev has multiple queues …

Jun 18, 2025
CVE-2022-49957
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: kcm: fix strp_init() order and cleanup strp_init() is called just a few lines above this …

Jun 18, 2025
CVE-2022-49956
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs _Read/Write_MACREG callbacks are NULL so the read/write_macreg_hdl() functions …

Jun 18, 2025
CVE-2022-49955
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Fix RTAS MSR[HV] handling for Cell The semi-recent changes to MSR handling when entering …

Jun 18, 2025
CVE-2022-49954
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag syzbot is reporting hung task at …

Jun 18, 2025
CVE-2022-49953
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: iio: light: cm3605: Fix an error handling path in cm3605_probe() The commit in Fixes also …

Jun 18, 2025
CVE-2022-49952
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session …

Jun 18, 2025
CVE-2022-49951
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix use-after-free during unregister In the following code within firmware_upload_unregister(), the call to device_unregister() …

Jun 18, 2025
CVE-2022-49950
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session …

Jun 18, 2025
CVE-2022-49949
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix memory leak in firmware upload In the case of firmware-upload, an instance of …

Jun 18, 2025
CVE-2022-49948
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: vt: Clear selection before changing the font When changing the console font with ioctl(KDFONTOP) the …

Jun 18, 2025
CVE-2022-49947
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: binder: fix alloc->vma_vm_mm null-ptr dereference Syzbot reported a couple issues introduced by commit 44e602b4e52f ("binder_alloc: …

Jun 18, 2025
CVE-2022-49946
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Prevent out-of-bounds access The while loop in raspberrypi_discover_clocks() relies on the assumption …

Jun 18, 2025

Scan your infrastructure for known CVEs

Free website and port scanning — find vulnerabilities before attackers do.