CVE Database

37767+ 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-49455
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxl_file_register_afu info_release() will be called in device_unregister() when …

Feb 26, 2025
CVE-2022-49444
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: module: fix [e_shstrndx].sh_size=0 OOB access It is trivial to craft a module to trigger OOB …

Feb 26, 2025
CVE-2022-49426
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-sva: Fix mm use-after-free We currently call arm64_mm_context_put() without holding a reference to the mm, …

Feb 26, 2025
CVE-2022-49419
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup Commit b3c9a924aab6 ("fbdev: vesafb: Cleanup …

Feb 26, 2025
CVE-2022-49416
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context …

Feb 26, 2025
CVE-2022-49413
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bfq: Update cgroup information before merging bio When the process is migrated to a different …

Feb 26, 2025
CVE-2022-49412
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bfq: Avoid merging queues with different parents It can happen that the parent of a …

Feb 26, 2025
CVE-2022-49411
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bfq: Make sure bfqg for which we are queueing requests is online Bios queued into …

Feb 26, 2025
CVE-2022-49410
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in create_var_ref() In create_var_ref(), init_var_ref() is called to initialize the …

Feb 26, 2025
CVE-2022-49407
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A …

Feb 26, 2025
CVE-2022-49401
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use strscpy() instead of strlcpy() current->comm[] is not a string (no guarantee for a …

Feb 26, 2025
CVE-2022-49395
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: um: Fix out-of-bounds read in LDT setup syscall_stub_data() expects the data_count parameter to be the …

Feb 26, 2025
CVE-2022-49391
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtk_scp: Fix a potential double free 'scp->rproc' is allocated using devm_rproc_alloc(), so there is …

Feb 26, 2025
CVE-2022-49390
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: macsec: fix UAF bug for real_dev Create a new macsec device but not get reference …

Feb 26, 2025
CVE-2022-49388
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ubi: ubi_create_volume: Fix use-after-free when volume creation failed There is an use-after-free problem for 'eba_tbl' …

Feb 26, 2025
CVE-2022-49385
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. …

Feb 26, 2025
CVE-2022-49384
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of io_acct_set bioset Now io_acct_set is alloc and free in personality. …

Feb 26, 2025
CVE-2022-49377
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx blk_mq_run_hw_queues() could be run when there isn't queued request …

Feb 26, 2025
CVE-2022-49368
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() The "fsp->location" variable comes from user …

Feb 26, 2025
CVE-2022-49362
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix potential use-after-free in nfsd_file_put() nfsd_file_put_noref() can free @nf, so don't dereference @nf immediately …

Feb 26, 2025
CVE-2022-49359
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Job should reference MMU not file_priv For a while now it's been allowed for …

Feb 26, 2025
CVE-2022-49349
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4_rename_dir_prepare We got issue as follows: EXT4-fs (loop0): mounted filesystem without …

Feb 26, 2025
CVE-2022-49328
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN …

Feb 26, 2025
CVE-2022-49292
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INT_MAX overflow …

Feb 26, 2025
CVE-2022-49291
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper …

Feb 26, 2025
CVE-2022-49290
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie …

Feb 26, 2025
CVE-2022-49289
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access …

Feb 26, 2025
CVE-2022-49288
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent …

Feb 26, 2025
CVE-2022-49287
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: tpm: fix reference counting for struct tpm_chip The following sequence of operations results in a …

Feb 26, 2025
CVE-2022-49278
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: remoteproc: Fix count check in rproc_coredump_write() Check count for 0, to avoid a potential underflow. …

Feb 26, 2025
CVE-2022-49275
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_tx_handler(): fix use after free of skb can_put_echo_skb() will clone skb then free …

Feb 26, 2025
CVE-2022-49270
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: dm: fix use-after-free in dm_cleanup_zoned_dev() dm_cleanup_zoned_dev() uses queue, so it must be called before blk_cleanup_disk() …

Feb 26, 2025
CVE-2022-49261
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: add missing boundary check in vm_access A missing bounds check in vm_access() can lead …

Feb 26, 2025
CVE-2022-49258
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - Fix use after free in cc_cipher_exit() kfree_sensitive(ctx_p->user.key) will free the ctx_p->user.key. But …

Feb 26, 2025
CVE-2022-49252
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type Accessing enums using …

Feb 26, 2025
CVE-2022-49251
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: va-macro: fix accessing array out of bounds for enum type Accessing enums using …

Feb 26, 2025
CVE-2022-49250
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing compander for aux AUX interpolator does not have compander, so …

Feb 26, 2025
CVE-2022-49249
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using …

Feb 26, 2025
CVE-2022-49238
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 Commit b4a0f54156ac ("ath11k: move …

Feb 26, 2025
CVE-2022-49236
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF due to race between btf_try_get_module and load_module While working on code to …

Feb 26, 2025
CVE-2022-49234
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable …

Feb 26, 2025
CVE-2022-49223
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Hold port reference until decoder release KASAN + DEBUG_KOBJECT_RELEASE reports a potential use-after-free in …

Feb 26, 2025
CVE-2022-49218
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix OOB read when handling Post Cursor2 register The link_status array was not large …

Feb 26, 2025
CVE-2022-49205
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of sk_msg If tcp_bpf_sendmsg is running during a …

Feb 26, 2025
CVE-2022-49196
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix use after free in remove_phb_dynamic() In remove_phb_dynamic() we use &phb->io_resource, after we've called …

Feb 26, 2025
CVE-2022-49186
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconti_clk_register_gates() This code was using -1 to represent that …

Feb 26, 2025
CVE-2022-49182
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, …

Feb 26, 2025
CVE-2022-49179
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oom_bfqq Our test report a UAF: [ 2073.019181] ================================================================== [ 2073.019188] …

Feb 26, 2025
CVE-2022-49176
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bfq: fix use-after-free in bfq_dispatch_request KASAN reports a use-after-free report when doing normal scsi-mq test …

Feb 26, 2025
CVE-2022-49172
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix non-access data TLB cache flush faults When a page is not present, we …

Feb 26, 2025

Scan your infrastructure for known CVEs

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