CVE Database

114866+ 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-50309
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init of_get_child_by_name() returns a node pointer with refcount …

Sep 15, 2025
CVE-2022-50308
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value …

Sep 15, 2025
CVE-2022-50307
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix out-of-bounds access on cio_ignore free The channel-subsystem-driver scans for newly available devices whenever …

Sep 15, 2025
CVE-2022-50306
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that …

Sep 15, 2025
CVE-2022-50305
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove() sof_es8336_remove() calls cancel_delayed_work(). However, that function does not …

Sep 15, 2025
CVE-2022-50304
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in init_mtd() I got the error report while inject …

Sep 15, 2025
CVE-2022-50303
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to …

Sep 15, 2025
CVE-2022-50302
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: lockd: set other missing fields when unlocking files vfs_lock_file() expects the struct file_lock to be …

Sep 15, 2025
CVE-2022-50301
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable …

Sep 15, 2025
CVE-2022-50300
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in read_one_chunk Store the error code …

Sep 15, 2025
CVE-2022-50299
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total …

Sep 15, 2025
CVE-2022-50298
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe() to cleanup …

Sep 15, 2025
CVE-2022-50297
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: verify the expected usb_endpoints are present The bug arises when a USB device …

Sep 15, 2025
CVE-2022-50296
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates …

Sep 15, 2025
CVE-2022-50295
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd() Syzkaller produced the below call trace: BUG: KASAN: …

Sep 15, 2025
CVE-2022-50294
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is …

Sep 15, 2025
CVE-2022-50293
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range If we …

Sep 15, 2025
CVE-2022-50292
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the …

Sep 15, 2025
CVE-2022-50291
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_psock kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read …

Sep 15, 2025
CVE-2022-50290

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

Sep 15, 2025
CVE-2022-50289
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2_stack_glue_init() ocfs2_table_header should be free in ocfs2_stack_glue_init() if ocfs2_sysfs_init() failed, …

Sep 15, 2025
CVE-2022-50288
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure adapter->dcb would get silently freed inside qlcnic_dcb_enable() in …

Sep 15, 2025
CVE-2022-50287
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs When (size != 0 || ptrs->lvds_ entries != …

Sep 15, 2025
CVE-2022-50286
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline When converting files with …

Sep 15, 2025
CVE-2022-50285
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages The h->*_huge_pages counters are protected by the hugetlb_lock, but …

Sep 15, 2025
CVE-2022-50284
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ipc: fix memory leak in init_mqueue_fs() When setup_mq_sysctls() failed in init_mqueue_fs(), mqueue_inode_cachep is not released. …

Sep 15, 2025
CVE-2022-50283
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: mtd: core: add missing of_node_get() in dynamic partitions code This fixes unbalanced of_node_put(): [ 1.078910] …

Sep 15, 2025
CVE-2022-50282
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdev_device_add() While doing fault injection test, I got the following …

Sep 15, 2025
CVE-2022-50281
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create() In error case in bridge_platform_create after calling platform_device_add()/platform_device_add_data()/ …

Sep 15, 2025
CVE-2022-50280
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: pnode: terminate at peers of source The propagate_mnt() function handles mount propagation when creating mounts …

Sep 15, 2025
CVE-2022-50279
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit() There is a global-out-of-bounds reported by KASAN: BUG: …

Sep 15, 2025
CVE-2022-50278
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnp_alloc_dev() After commit 1fa5ae857bb1 ("driver core: get rid of …

Sep 15, 2025
CVE-2022-50277
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ext4: don't allow journal inode to have encrypt flag Mounting a filesystem whose journal inode …

Sep 15, 2025
CVE-2022-50276
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: power: supply: fix null pointer dereferencing in power_supply_get_battery_info when kmalloc() fail to allocate memory in …

Sep 15, 2025
CVE-2022-50275
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpi_put_table() to fix memory leak When the radeon driver reads the …

Sep 15, 2025
CVE-2022-50274
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: adopts refcnt to avoid UAF dvb_unregister_device() is known that prone to use-after-free. That …

Sep 15, 2025
CVE-2022-50273
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on destination blkaddr during recovery As Wenqing Liu reported …

Sep 15, 2025
CVE-2022-50272
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Wei Chen reports a kernel bug as blew: …

Sep 15, 2025
CVE-2022-50271
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: Use kvmalloc/kvfree for larger packets. When copying a large file over sftp over vsock, …

Sep 15, 2025
CVE-2022-50270
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix the assign logic of iocb commit 18ae8d12991b ("f2fs: show more DIO information in …

Sep 15, 2025
CVE-2022-50269
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkms_init() A memory leak was reported after the vkms module …

Sep 15, 2025
CVE-2022-50268
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore …

Sep 15, 2025
CVE-2022-50267
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore …

Sep 15, 2025
CVE-2022-50266
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs …

Sep 15, 2025
CVE-2022-50265
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_wait kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read …

Sep 15, 2025
CVE-2022-50264
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: socfpga: Fix memory leak in socfpga_gate_init() Free @socfpga_clk and @ops on the error path …

Sep 15, 2025
CVE-2022-50263
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a ("vdpasim: control virtqueue support"), vdpasim->iommu …

Sep 15, 2025
CVE-2022-50262
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a …

Sep 15, 2025
CVE-2025-59377
3.7 LOW

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and …

Sep 15, 2025
CVE-2025-59376
3.7 LOW

feiskyer mcp-kubernetes-server through 0.1.11 does not consider chained commands in the implementation of --disable-write and --disable-delete, e.g., it allows a "kubectl version; kubectl delete pod" …

Sep 15, 2025

Scan your infrastructure for known CVEs

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