CVE Database

114851+ 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-53532
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix deinitialization of firmware resources Currently, in ath11k_ahb_fw_resources_init(), iommu domain mapping is done …

Oct 1, 2025
CVE-2023-53531
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: null_blk: fix poll request timeout handling When doing io_uring benchmark on /dev/nullb0, it's easy to …

Oct 1, 2025
CVE-2023-53530
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() The following call trace was observed: localhost kernel: …

Oct 1, 2025
CVE-2023-53529
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88_usb Kmemleak shows the following leak arising from routine …

Oct 1, 2025
CVE-2023-53528
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If create_qp does not fully succeed it is …

Oct 1, 2025
CVE-2023-53527
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() The memory allocated in tb_queue_dp_bandwidth_request() needs to be released …

Oct 1, 2025
CVE-2023-53526
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: jbd2: check 'jh->b_transaction' before removing it from checkpoint Following process will corrupt ext4 image: Step …

Oct 1, 2025
CVE-2023-53525
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Allow UD qp_type to join multicast only As for multicast: - The SIDR is …

Oct 1, 2025
CVE-2023-53524
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() …

Oct 1, 2025
CVE-2023-53523
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: fix time stamp counter initialization If the gs_usb device driver is unloaded (or …

Oct 1, 2025
CVE-2023-53522
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex syzbot is reporting circular locking dependency between cpu_hotplug_lock and freezer_mutex, …

Oct 1, 2025
CVE-2023-53521
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() A fix for: BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses] …

Oct 1, 2025
CVE-2023-53520
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hci_suspend_sync crash If hci_unregister_dev() frees the hci_dev object but hci_suspend_notifier may still be …

Oct 1, 2025
CVE-2023-53519
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to …

Oct 1, 2025
CVE-2023-53518
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreq_dev_release() srcu_init_notifier_head() allocates resources that need to be released …

Oct 1, 2025
CVE-2023-53517
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msg_max is too small in mtu negotiation When doing …

Oct 1, 2025
CVE-2023-53516
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF The previous commit 954d1fa1ac93 ("macvlan: Add netlink attribute for …

Oct 1, 2025
CVE-2023-53515
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vm_dev vm_dev has a separate lifecycle because it has a …

Oct 1, 2025
CVE-2023-53514
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by dev_set_name() need …

Oct 1, 2025
CVE-2023-53513
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by …

Oct 1, 2025
CVE-2023-53512
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix a memory leak Add a forgotten kfree().

Oct 1, 2025
CVE-2023-53511
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix fget leak when fs don't support nowait buffered read Heming reported a BUG …

Oct 1, 2025
CVE-2023-53510
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix handling of lrbp->cmd ufshcd_queuecommand() may be called two times in a …

Oct 1, 2025
CVE-2023-53509
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: qed: allow sleep in qed_mcp_trace_dump() By default, qed_mcp_cmd_and_union() delays 10us at a time in a …

Oct 1, 2025
CVE-2023-53508
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ublk: fail to start device if queue setup is interrupted In ublk_ctrl_start_dev(), if wait_for_completion_interruptible() is …

Oct 1, 2025
CVE-2023-53507
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister devlink params in case interface is down Currently, in case an interface is …

Oct 1, 2025
CVE-2023-53506
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: udf: Do not bother merging very long extents When merging very long extents we try …

Oct 1, 2025
CVE-2023-53505
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: tegra: tegra124-emc: Fix potential memory leak The tegra and tegra needs to be freed …

Oct 1, 2025
CVE-2023-53504
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF ib_dealloc_device() should be called only after device cleanup. …

Oct 1, 2025
CVE-2023-53503
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4_get_group_info() to fail Previously, ext4_get_group_info() would treat an invalid group number as BUG(), …

Oct 1, 2025
CVE-2023-53502

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

Oct 1, 2025
CVE-2023-53501
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind When unbinding pasid - …

Oct 1, 2025
CVE-2023-53500
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix slab-use-after-free in decode_session6 When the xfrm device is set to the qdisc of …

Oct 1, 2025
CVE-2023-53499
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix error unwinding of XDP initialization When initializing XDP in virtnet_open(), some rq xdp …

Oct 1, 2025
CVE-2023-53498
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null dereference The adev->dm.dc pointer can be NULL and dereferenced in amdgpu_dm_fini() …

Oct 1, 2025
CVE-2023-53497
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called() The vsp1 driver uses the vb2_is_streaming() function in its …

Oct 1, 2025
CVE-2023-53496
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: x86/platform/uv: Use alternate source for socket to node data The UV code attempts to build …

Oct 1, 2025
CVE-2023-53495
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() rules is allocated in ethtool_get_rxnfc and …

Oct 1, 2025
CVE-2023-53494
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: crypto: xts - Handle EBUSY correctly As it is xts only handles the special return …

Oct 1, 2025
CVE-2023-53493
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: tighten bounds checking in decode_message() Copy the bounds checking from encode_message() to decode_message(). This …

Oct 1, 2025
CVE-2023-53492
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not ignore genmask when looking up chain by id When adding a …

Oct 1, 2025
CVE-2023-53491
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: start_kernel: Add __no_stack_protector function attribute Back during the discussion of commit a9a3ed1eff36 ("x86: Fix early …

Oct 1, 2025
CVE-2023-53490
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix disconnect vs accept race Despite commit 0ad529d9fd2b ("mptcp: fix possible divide by zero …

Oct 1, 2025
CVE-2023-53489
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported [0] memory …

Oct 1, 2025
CVE-2023-53488
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix possible panic during hotplug remove During hotplug remove it is possible that the …

Oct 1, 2025
CVE-2023-53487
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas_flash: allow user copy to flash block cache objects With hardened usercopy enabled (CONFIG_HARDENED_USERCOPY=y), using …

Oct 1, 2025
CVE-2023-53486
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance the attribute size check This combines the overflow and boundary check so that …

Oct 1, 2025
CVE-2023-53485
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in …

Oct 1, 2025
CVE-2023-53484
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: lib: cpu_rmap: Avoid use after free on rmap->obj array entries When calling irq_set_affinity_notifier() with NULL …

Oct 1, 2025
CVE-2023-53483
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() devm_kzalloc() may fail, clk_data->name might …

Oct 1, 2025

Scan your infrastructure for known CVEs

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