CVE Database

52322+ 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-2025-10675
4.3 MEDIUM

A security flaw has been discovered in fuyang_lipengjun platform 1.0. This impacts the function AttributeController of the file /attribute/queryAll. Performing manipulation results in improper authorization. …

Sep 18, 2025
CVE-2025-10674
4.3 MEDIUM

A vulnerability was identified in fuyang_lipengjun platform 1.0. This affects the function AttributeCategoryController of the file /attributecategory/queryAll. Such manipulation leads to improper authorization. The attack …

Sep 18, 2025
CVE-2023-53447
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: f2fs: don't reset unchangable mount option in f2fs_remount() syzbot reports a bug as below: general …

Sep 18, 2025
CVE-2023-53445
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtr_recvmsg() Syzbot reported a bug as following: refcount_t: …

Sep 18, 2025
CVE-2023-53444
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix bulk_move corruption when adding a entry When the resource is the first in …

Sep 18, 2025
CVE-2023-53443
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as …

Sep 18, 2025
CVE-2023-53442
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ice: Block switchdev mode when ADQ is active and vice versa ADQ and switchdev are …

Sep 18, 2025
CVE-2023-53441
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpu_map_update_elem Syzkaller reported a memory leak as follows: BUG: …

Sep 18, 2025
CVE-2023-53440
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix sysfs interface lifetime The current nilfs2 sysfs support has issues with the timing …

Sep 18, 2025
CVE-2023-53439
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: skb_partial_csum_set() fix against transport header magic value skb->transport_header uses the special 0xFFFF value to …

Sep 18, 2025
CVE-2023-53438
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: x86/MCE: Always save CS register on AMD Zen IF Poison errors The Instruction Fetch (IF) …

Sep 18, 2025
CVE-2023-53437
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Handle cameras with invalid descriptors If the source entity does not contain any …

Sep 18, 2025
CVE-2023-53436
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if device_add() fails If device_add() returns error, the name …

Sep 18, 2025
CVE-2023-53435
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some …

Sep 18, 2025
CVE-2023-53434
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores The IRAM is part …

Sep 18, 2025
CVE-2023-53433
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: add vlan_get_protocol_and_depth() helper Before blamed commit, pskb_may_pull() was used instead of skb_header_pointer() in __vlan_get_protocol() …

Sep 18, 2025
CVE-2023-53431
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 ("scsi: …

Sep 18, 2025
CVE-2023-53430
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup Fix device unregister memory leak and alway …

Sep 18, 2025
CVE-2023-53429
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't check PageError in __extent_writepage __extent_writepage currenly sets PageError whenever any error happens, and …

Sep 18, 2025
CVE-2023-53428
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: powercap: arm_scmi: Remove recursion while parsing zones Powercap zones can be defined as arranged in …

Sep 18, 2025
CVE-2023-53425
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is …

Sep 18, 2025
CVE-2023-53424
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: fix of_iomap memory leak Smatch reports: drivers/clk/mediatek/clk-mtk.c:583 mtk_clk_simple_probe() warn: 'base' from of_iomap() not …

Sep 18, 2025
CVE-2023-53423
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: objtool: Fix memory leak in create_static_call_sections() strdup() allocates memory for key_name. We need to release …

Sep 18, 2025
CVE-2023-53422
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fw: fix memory leak in debugfs Fix a memory leak that occurs when …

Sep 18, 2025
CVE-2023-53421
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() When blkg_alloc() is called to allocate a blkcg_gq …

Sep 18, 2025
CVE-2023-53419
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access For kernels built with CONFIG_PREEMPT_RCU=y, the following scenario can result …

Sep 18, 2025
CVE-2022-50418
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register() mhi_alloc_controller() allocates a memory space for …

Sep 18, 2025
CVE-2022-50416
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init() If of_iomap() failed, 'aic' should be freed before return. …

Sep 18, 2025
CVE-2022-50415
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in start_task() start_task() calls create_singlethread_workqueue() and not checked the ret …

Sep 18, 2025
CVE-2022-50414
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when fcoe_if_init() …

Sep 18, 2025
CVE-2022-50409
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory Fixes the below NULL …

Sep 18, 2025
CVE-2022-50407
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack …

Sep 18, 2025
CVE-2022-50405
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/tunnel: wait until all sk_user_data reader finish before releasing the sock There is a race …

Sep 18, 2025
CVE-2022-50404
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: release buffer when fbcon_do_set_font() failed syzbot is reporting memory leak at fbcon_do_set_font() [1], …

Sep 18, 2025
CVE-2022-50402
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() Check the return value of md_bitmap_get_counter() in case …

Sep 18, 2025
CVE-2025-59417
6.1 MEDIUM

Lobe Chat is an open-source artificial intelligence chat framework. Prior to version 1.129.4, there is a a cross-site scripting (XSS) vulnerability when handling chat message …

Sep 18, 2025
CVE-2025-59040
4.3 MEDIUM

Tuleap is an Open Source Suite to improve management of software developments and collaboration. Backlog item representations do not verify the permissions of the child …

Sep 18, 2025
CVE-2025-57452
6.1 MEDIUM

In realme BackupRestore app v15.1.12_2810c08_250314, improper URI scheme handling in com.coloros.pc.PcToolMainActivity allows local attackers to cause a crash and potential XSS via crafted ADB intents.

Sep 18, 2025
CVE-2025-55911
6.5 MEDIUM

An issue Clip Bucket v.5.5.2 Build#90 allows a remote attacker to execute arbitrary codes via the file_downloader.php and the file parameter

Sep 18, 2025
CVE-2025-10669
6.3 MEDIUM

A vulnerability was detected in Airsonic-Advanced up to 10.6.0. This vulnerability affects unknown code of the component Playlist Upload Handler. Performing manipulation results in unrestricted …

Sep 18, 2025
CVE-2023-53418
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must …

Sep 18, 2025
CVE-2023-53417
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: sl811: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53416
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: isp1362: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53415
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: dwc3: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53414
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53413
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: isp116x: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53412
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must …

Sep 18, 2025
CVE-2023-53411
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: PM: EM: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53410
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: ULPI: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have …

Sep 18, 2025
CVE-2023-53409
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drivers: base: component: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must …

Sep 18, 2025

Scan your infrastructure for known CVEs

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