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-2023-53672
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: output extra debug info if we failed to find an inline backref [BUG] Syzbot …

Oct 7, 2025
CVE-2023-53671
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL Commit 994f706872e6 ("srcu: Make Tree …

Oct 7, 2025
CVE-2023-53670
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nvme-core: fix dev_pm_qos memleak Call dev_pm_qos_hide_latency_tolerance() in the error unwind patch to avoid following kmemleak:- …

Oct 7, 2025
CVE-2023-53669
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tcp: fix skb_copy_ubufs() vs BIG TCP David Ahern reported crashes in skb_copy_ubufs() caused by TCP …

Oct 7, 2025
CVE-2023-53668
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading trace_pipe Soft lockup occurs when reading file 'trace_pipe': watchdog: …

Oct 7, 2025
CVE-2023-53667
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize Currently in cdc_ncm_check_tx_max(), if dwNtbOutMaxSize is …

Oct 7, 2025
CVE-2023-53666
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix missing mbhc init error handling MBHC initialisation can fail so add …

Oct 7, 2025
CVE-2023-53665
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after export_rdev() Except for initial reference, mddev->kobject is referenced by rdev->kobject, …

Oct 7, 2025
CVE-2023-53664
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() "opp" pointer is dereferenced before the IS_ERR_OR_NULL() …

Oct 7, 2025
CVE-2023-53663
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Check instead of asserting on nested TSC scaling support Check for nested TSC …

Oct 7, 2025
CVE-2023-53662
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} If the filename casefolding fails, we'll be leaking memory …

Oct 7, 2025
CVE-2023-53661
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bnxt: avoid overflow in bnxt_get_nvram_directory() The value of an arithmetic expression is subject of possible …

Oct 7, 2025
CVE-2023-53660
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptr_ring The following warning was reported …

Oct 7, 2025
CVE-2023-53659
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix out-of-bounds when setting channels on remove If we set channels greater during iavf_remove(), …

Oct 7, 2025
CVE-2023-53658
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: spi: bcm-qspi: return error if neither hif_mspi nor mspi is available If neither a "hif_mspi" …

Oct 7, 2025
CVE-2023-53657
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that ice_eswitch_port_start_xmit might be …

Oct 7, 2025
CVE-2023-53656
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: Don't migrate perf to the CPU going to teardown The driver needs to …

Oct 7, 2025
CVE-2023-53655
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed Registering a kprobe on __rcu_irq_enter_check_tick() can …

Oct 7, 2025
CVE-2023-53654
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Add validation before accessing cgx and lmac with the addition of new MAC blocks …

Oct 7, 2025
CVE-2023-53653
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: amphion: fix REVERSE_INULL issues reported by coverity null-checking of a pointor is suggested before …

Oct 7, 2025
CVE-2023-53652
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: vdpa: Add features attr to vdpa_nl_policy for nlattr length check The vdpa_nl_policy structure is used …

Oct 7, 2025
CVE-2023-53651
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Input: exc3000 - properly stop timer on shutdown We need to stop the timer on …

Oct 7, 2025
CVE-2023-53650
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() If 'mipid_detect()' fails, we must …

Oct 7, 2025
CVE-2023-53649
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel->priv area In 3cb4d5e00e037c70 ("perf trace: Free syscall tp fields …

Oct 7, 2025
CVE-2023-53648
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer smatch error: sound/pci/ac97/ac97_codec.c:2354 snd_ac97_mixer() error: we previously …

Oct 7, 2025
CVE-2023-53647
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't dereference ACPI root object handle Since the commit referenced in the …

Oct 7, 2025
CVE-2023-53646
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/i915/perf: add sentinel to xehp_oa_b_counters Arrays passed to reg_in_range_table should end with empty record. The …

Oct 7, 2025
CVE-2023-53645
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Make bpf_refcount_acquire fallible for non-owning refs This patch fixes an incorrect assumption made in …

Oct 7, 2025
CVE-2023-53644
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: radio-shark: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from …

Oct 7, 2025
CVE-2023-53643
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: don't access released socket during error recovery While the error recovery work is temporarily …

Oct 7, 2025
CVE-2023-53642
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: x86: fix clear_user_rep_good() exception handling annotation This code no longer exists in mainline, because it …

Oct 7, 2025
CVE-2023-53641
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: fix memory leak of remain_skbs hif_dev->remain_skb is allocated and used exclusively in …

Oct 7, 2025
CVE-2023-53640
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN use_after_free out of bounds When we run syzkaller we get …

Oct 7, 2025
CVE-2023-53639
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: reduce WARN to dev_dbg() in callback The warn is triggered on a known …

Oct 7, 2025
CVE-2023-53638
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: octeon_ep: cancel queued works in probe error path If it fails to get the devices's …

Oct 7, 2025
CVE-2023-53637
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x …

Oct 7, 2025
CVE-2023-53636
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab ("peci: cpu: …

Oct 7, 2025
CVE-2023-53635
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct->timeout value (struct nf_conn)->timeout is an interval before the conntrack confirmed. …

Oct 7, 2025
CVE-2023-53634
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed a BTI error on returning to patched function When BPF_TRAMP_F_CALL_ORIG is set, …

Oct 7, 2025
CVE-2023-53633
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many …

Oct 7, 2025
CVE-2023-53632
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() Hold RTNL lock when calling xdp_set_features() …

Oct 7, 2025
CVE-2023-53631
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-sysman: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference …

Oct 7, 2025
CVE-2023-53630
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation …

Oct 7, 2025
CVE-2023-53629
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message …

Oct 7, 2025
CVE-2023-53628
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs The gfx.cp_ecc_error_irq is retired in gfx11. In gfx_v11_0_hw_fini still use amdgpu_irq_put to …

Oct 7, 2025
CVE-2023-53627
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list When freeing slots in …

Oct 7, 2025
CVE-2023-53626
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible double unlock when moving a directory

Oct 7, 2025
CVE-2023-53625
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying …

Oct 7, 2025
CVE-2023-53624
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq: fix integer overflow of "credit" if sch_fq is configured with "initial quantum" having …

Oct 7, 2025
CVE-2023-53623
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() The si->lock must be held when deleting …

Oct 7, 2025

Scan your infrastructure for known CVEs

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