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-52650
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for of_find_device_by_node Add check for the return value of of_find_device_by_node() …

May 1, 2024
CVE-2023-52649
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Avoid reading beyond LUT array When the floor LUT index (drm_fixp2int(lut_index) is the last …

May 1, 2024
CVE-2022-48669
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in papr_get_attr() `buf` is allocated in papr_get_attr(), and krealloc() of `buf` …

May 1, 2024
CVE-2022-38386
5.9 MEDIUM

IBM Cloud Pak for Security (CP4S) 1.10.0.0 through 1.10.11.0 and IBM QRadar Suite for Software 1.10.12.0 through 1.10.19.0 does not set the SameSite attribute for …

May 1, 2024
CVE-2024-33835
9.8 CRITICAL

Tenda AC18 V15.03.05.05 has a stack overflow vulnerability in the remoteIp parameter from formSetSafeWanWebMan function.

May 1, 2024
CVE-2024-32984
7.5 HIGH

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending …

May 1, 2024
CVE-2024-32979
7.5 HIGH

Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or …

May 1, 2024
CVE-2024-32973
4.8 MEDIUM

Pluto is a superset of Lua 5.4 with a focus on general-purpose programming. In affected versions an attacker with the ability to actively intercept network …

May 1, 2024
CVE-2024-32967
5.3 MEDIUM

Zitadel is an open source identity management system. In case ZITADEL could not connect to the database, connection information including db name, username and db …

May 1, 2024
CVE-2024-32963
4.2 MEDIUM

Navidrome is an open source web-based music collection server and streamer. In affected versions of Navidrome are subject to a parameter tampering vulnerability where an …

May 1, 2024
CVE-2024-32890
6.1 MEDIUM

librespeed/speedtest is an open source, self-hosted speed test for HTML5. In affected versions missing neutralization of the ISP information in a speedtest result leads to …

May 1, 2024
CVE-2024-32018
8.8 HIGH

RIOT is a real-time multi-threading operating system that supports a range of devices that are typically 8-bit, 16-bit and 32-bit microcontrollers. Most codebases define assertion …

May 1, 2024
CVE-2024-32017
9.8 CRITICAL

RIOT is a real-time multi-threading operating system that supports a range of devices that are typically 8-bit, 16-bit and 32-bit microcontrollers. The size check in …

May 1, 2024
CVE-2024-31225
8.3 HIGH

RIOT is a real-time multi-threading operating system that supports a range of devices that are typically 8-bit, 16-bit and 32-bit microcontrollers. The `_on_rd_init()` function does …

May 1, 2024
CVE-2024-23336
5.0 MEDIUM

MyBB is a free and open source forum software. The default list of disallowed remote hosts does not contain the `127.0.0.0/8` block, which may result …

May 1, 2024
CVE-2024-23335
4.7 MEDIUM

MyBB is a free and open source forum software. The backup management module of the Admin CP may accept `.htaccess` as the name of the …

May 1, 2024
CVE-2024-3591
6.5 MEDIUM

The Geo Controller WordPress plugin before 8.6.5 unserializes user input via some of its AJAX actions and REST API routes, which could allow unauthenticated users …

May 1, 2024
CVE-2024-32966
5.8 MEDIUM

Static Web Server (SWS) is a tiny and fast production-ready web server suitable to serve static web files or assets. In affected versions if directory …

May 1, 2024
CVE-2024-27022
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING [1]. …

May 1, 2024
CVE-2024-27021
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: r8169: fix LED-related deadlock on module removal Binding devm_led_classdev_register() to the netdev is problematic because …

May 1, 2024
CVE-2024-27020
7.0 HIGH

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() nft_unregister_expr() can concurrent with __nft_expr_type_get(), and there is …

May 1, 2024
CVE-2024-27019
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() nft_unregister_obj() can concurrent with __nft_obj_type_get(), and there is …

May 1, 2024
CVE-2024-27018
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: netfilter: br_netfilter: skip conntrack input hook for promisc packets For historical reasons, when bridge device …

May 1, 2024
CVE-2024-27017
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: walk over current view on netlink dump The generation mask can be updated …

May 1, 2024
CVE-2024-27016
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field …

May 1, 2024
CVE-2024-27015
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable …

May 1, 2024
CVE-2024-27014
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the `priv->state_lock`, any scheduled aRFS …

May 1, 2024
CVE-2024-27013
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev vhost_worker will call tun …

May 1, 2024
CVE-2024-27012
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: restore set elements when delete set fails From abort path, nft_mapelem_activate() needs to …

May 1, 2024
CVE-2024-27011
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak in map from abort path The delete set command does not …

May 1, 2024
CVE-2024-27010
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix mirred deadlock on device recursion When the mirred action is used on a …

May 1, 2024
CVE-2024-27009
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccw_device_set_online() that can …

May 1, 2024
CVE-2024-27008
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource (dcb->or) value is assigned in …

May 1, 2024
CVE-2024-27007
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE Commit d7a08838ab74 ("mm: userfaultfd: fix unexpected …

May 1, 2024
CVE-2024-27006
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up() The count field in struct trip_stats, representing the …

May 1, 2024
CVE-2024-27005
6.3 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access req_list while it's being manipulated The icc_lock mutex was split into separate …

May 1, 2024
CVE-2024-27004
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree during disable_unused Doug reported [1] the following hung …

May 1, 2024
CVE-2024-27003
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clk_summary Similar to the previous commit, we …

May 1, 2024
CVE-2024-27002
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual …

May 1, 2024
CVE-2024-27001
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix incomplete endpoint checking While vmk80xx does have endpoint checking implemented, some things …

May 1, 2024
CVE-2024-27000
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uart_handle_cts_change() function in serial_core expects the …

May 1, 2024
CVE-2024-26999
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: serial/pmac_zilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the …

May 1, 2024
CVE-2024-26998
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in …

May 1, 2024
CVE-2024-26997
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in …

May 1, 2024
CVE-2024-26996
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error When …

May 1, 2024
CVE-2024-26995
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Correct the PDO counting in pd_set Off-by-one errors happen because nr_snk_pdo and …

May 1, 2024
CVE-2024-26994
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really …

May 1, 2024
CVE-2024-26993
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in sysfs_break_active_protection() The sysfs_break_active_protection() routine has an obvious reference leak …

May 1, 2024
CVE-2024-26992
3.3 LOW

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/pmu: Disable support for adaptive PEBS Drop support for virtualizing adaptive PEBS, as KVM's …

May 1, 2024
CVE-2024-26991
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes Fix KVM_SET_MEMORY_ATTRIBUTES to not overflow lpage_info …

May 1, 2024

Scan your infrastructure for known CVEs

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