CVE Database

54581+ 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-49148
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: watch_queue: Free the page array when watch_queue is dismantled Commit 7ea1a0124b6d ("watch_queue: Free the alloc …

Feb 26, 2025
CVE-2022-49147
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: block: Fix the maximum minor value is blk_alloc_ext_minor() ida_alloc_range(..., min, max, ...) returns values from …

Feb 26, 2025
CVE-2022-49146
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: virtio: use virtio_device_ready() in virtio_device_restore() After waking up a suspended VM, the kernel prints the …

Feb 26, 2025
CVE-2022-49144
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memory leak of uid in files registration When there are no files for …

Feb 26, 2025
CVE-2022-49142
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: preserve skb_end_offset() in skb_unclone_keeptruesize() syzbot found another way to trigger the infamous WARN_ON_ONCE(delta < …

Feb 26, 2025
CVE-2022-49141
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, …

Feb 26, 2025
CVE-2022-49139
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt This event is just specified for SCO and …

Feb 26, 2025
CVE-2022-49138
5.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Ignore multiple conn complete events When one of the three connection complete events …

Feb 26, 2025
CVE-2022-49137
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj This issue takes place in an error …

Feb 26, 2025
CVE-2022-49135
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak [why] Resource release is needed on the error handling path to …

Feb 26, 2025
CVE-2022-49134
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum: Guard against invalid local ports When processing events generated by the device's firmware, …

Feb 26, 2025
CVE-2022-49133
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfd_process_notifier_release flush svm_range_restore_work which calls svm_range_list_lock_and_flush_work …

Feb 26, 2025
CVE-2022-49132
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ath11k: pci: fix crash on suspend if board file is not found Mario reported that …

Feb 26, 2025
CVE-2022-49131
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix kernel panic during unload/load ath11k modules Call netif_napi_del() from ath11k_ahb_free_ext_irq() to fix the …

Feb 26, 2025
CVE-2022-49130
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ath11k: mhi: use mhi_sync_power_up() If amss.bin was missing ath11k would crash during 'rmmod ath11k_pci'. The …

Feb 26, 2025
CVE-2022-49128
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pm_runtime_put_sync pm_runtime_get_sync() will increase the rumtime PM counter even when it returns …

Feb 26, 2025
CVE-2022-49126
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments …

Feb 26, 2025
CVE-2022-49125
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprd_drm_shutdown, and drm_warn maybe dereference …

Feb 26, 2025
CVE-2022-49124
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Work around an erratum on fast string copy instructions A rare kernel panic scenario …

Feb 26, 2025
CVE-2022-49123
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: [25393.301506] …

Feb 26, 2025
CVE-2022-49122
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre …

Feb 26, 2025
CVE-2022-49121
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001_chip_set_dev_state_req(), pm8001_chip_fw_flash_update_req(), pm80xx_chip_phy_ctl_req() and pm8001_chip_reg_dev_req() add missing …

Feb 26, 2025
CVE-2022-49120
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix task leak in pm8001_send_abort_all() In pm8001_send_abort_all(), make sure to free the allocated …

Feb 26, 2025
CVE-2022-49119
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() In pm8001_chip_fw_flash_update_build(), if pm8001_chip_fw_flash_update_build() fails, the struct fw_control_ex …

Feb 26, 2025
CVE-2022-49118
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Free irq vectors in order for v3 HW If the driver probe fails …

Feb 26, 2025
CVE-2022-49117
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mips: ralink: fix a refcount leak in ill_acc_of_setup() of_node_put(np) needs to be called when pdev …

Feb 26, 2025
CVE-2022-49116
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks …

Feb 26, 2025
CVE-2022-49115
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can …

Feb 26, 2025
CVE-2022-49113
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: powerpc/secvar: fix refcount leak in format_show() Refcount leak will happen when format_show returns failure in …

Feb 26, 2025
CVE-2022-49112
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mt76: fix monitor mode crash with sdio driver mt7921s driver may receive frames with fragment …

Feb 26, 2025
CVE-2022-49110
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revisit gc autotuning as of commit 4608fdfc07e1 ("netfilter: conntrack: collect all entries in …

Feb 26, 2025
CVE-2022-49109
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in ceph_get_snapdir() The ceph_get_inode() will search for or insert a …

Feb 26, 2025
CVE-2022-49108
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where …

Feb 26, 2025
CVE-2022-49107
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_readdir when note_last_dentry returns error Reset the last_readdir at the …

Feb 26, 2025
CVE-2022-49106
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances vchiq_get_state() can return a NULL pointer. So …

Feb 26, 2025
CVE-2022-49105
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfx_init_common() One error handler of wfx_init_common() return without …

Feb 26, 2025
CVE-2022-49104
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_core: handle NULL result of find_service_by_handle In case of an invalid handle the function …

Feb 26, 2025
CVE-2022-49103
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() [You don't often get email from [email protected]. Learn …

Feb 26, 2025
CVE-2022-49102
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix possible memory leak in MMU DR fini This patch fixes what seems to …

Feb 26, 2025
CVE-2022-49100
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: virtio_console: eliminate anonymous module_init & module_exit Eliminate anonymous module_init() and module_exit(), which can lead to …

Feb 26, 2025
CVE-2022-49099
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register() Initialize the device's dma_{mask,parms} pointers …

Feb 26, 2025
CVE-2022-49098
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix potential crash on module unload The vmbus driver relies on the …

Feb 26, 2025
CVE-2022-49097
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempool_alloc() In a low memory situation, allow the …

Feb 26, 2025
CVE-2022-49096
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel …

Feb 26, 2025
CVE-2022-49095
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe …

Feb 26, 2025
CVE-2022-49092
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix route with nexthop object delete warning FRR folks have hit a kernel …

Feb 26, 2025
CVE-2022-49091
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imx_pd_connector_get_modes Avoid leaking the display mode variable if of_get_drm_display_mode fails. …

Feb 26, 2025
CVE-2022-49090
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on store_cpu_topology() to call update_siblings_masks() …

Feb 26, 2025
CVE-2022-49089
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition The documentation of …

Feb 26, 2025
CVE-2022-49088
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe This node pointer is returned by of_find_compatible_node() with refcount …

Feb 26, 2025

Scan your infrastructure for known CVEs

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