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-2024-46791
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open The mcp251x_hw_wake() function is called …

Sep 18, 2024
CVE-2024-46790
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: codetag: debug: mark codetags for poisoned page as empty When PG_hwpoison pages are freed they …

Sep 18, 2024
CVE-2024-46789
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook When enable CONFIG_MEMCG & CONFIG_KFENCE & CONFIG_KMEMLEAK, …

Sep 18, 2024
CVE-2024-46788
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Use a cpumask to know what threads are kthreads The start_kthread() and stop_thread() code …

Sep 18, 2024
CVE-2024-46787
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmd_trans_huge() check", v2. …

Sep 18, 2024
CVE-2024-46786
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF The fscache_cookie_lru_timer is initialized when the …

Sep 18, 2024
CVE-2024-46785
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use list_del_rcu() for SRCU protected list variable Chi Zhiling reported: We found a null …

Sep 18, 2024
CVE-2024-46784
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup Currently napi_disable() gets called during rxq …

Sep 18, 2024
CVE-2024-46783
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: fix return value of tcp_bpf_sendmsg() When we cork messages in psock->cork, the last message …

Sep 18, 2024
CVE-2024-46782
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ila: call nf_unregister_net_hooks() sooner syzbot found an use-after-free Read in ila_nf_input [1] Issue here is …

Sep 18, 2024
CVE-2024-46781
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix missing cleanup on rollforward recovery error In an error injection test of a …

Sep 18, 2024
CVE-2024-46780
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect references to superblock parameters exposed in sysfs The superblock buffers of nilfs2 can …

Sep 18, 2024
CVE-2024-46779
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Free pvr_vm_gpuva after unlink This caused a measurable memory leak. Although the individual allocations …

Sep 18, 2024
CVE-2024-46778
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check UnboundedRequestEnabled's value CalculateSwathAndDETConfiguration_params_st's UnboundedRequestEnabled is a pointer (i.e. dml_bool_t *UnboundedRequestEnabled), and thus if …

Sep 18, 2024
CVE-2024-46777
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: udf: Avoid excessive partition lengths Avoid mounting filesystems where the partition would overflow the 32-bits …

Sep 18, 2024
CVE-2024-46776
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Run DC_LOG_DC after checking link->link_enc [WHAT] The DC_LOG_DC should be run after link->link_enc is …

Sep 18, 2024
CVE-2024-46775
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate function returns [WHAT & HOW] Function return values must be checked before data …

Sep 18, 2024
CVE-2024-46774
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() Smatch warns: arch/powerpc/kernel/rtas.c:1932 __do_sys_rtas() warn: potential spectre …

Sep 18, 2024
CVE-2024-46773
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator pbn_div before used [WHAT & HOW] A denominator cannot be 0, and …

Sep 18, 2024
CVE-2024-46772
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator crb_pipes before used [WHAT & HOW] A denominator cannot be 0, and …

Sep 18, 2024
CVE-2024-46771
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcm_connect() …

Sep 18, 2024
CVE-2024-46770
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ice: Add netif_device_attach/detach into PF reset flow Ethtool callbacks can be executed while reset is …

Sep 18, 2024
CVE-2024-46769
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devm_kasprintf() returned value intel_spi_populate_chip() use devm_kasprintf() to set pdata->name. This can …

Sep 18, 2024
CVE-2024-46768
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: hwmon: (hp-wmi-sensors) Check if WMI event data exists The BIOS can choose to return no …

Sep 18, 2024
CVE-2024-46767
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: phy: Fix missing of_node_put() for leds The call of of_get_child_by_name() will cause refcount incremented …

Sep 18, 2024
CVE-2024-46766
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: ice: move netif_queue_set_napi to rtnl-protected sections Currently, netif_queue_set_napi() is called from ice_vsi_rebuild() that is not …

Sep 18, 2024
CVE-2024-46765
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in ice_xdp() …

Sep 18, 2024
CVE-2024-46764
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btf_name_valid_section() If the length of the name string …

Sep 18, 2024
CVE-2024-46763
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fou_gro_receive() while shutting down a …

Sep 18, 2024
CVE-2024-46762
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls …

Sep 18, 2024
CVE-2024-46761
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv The hotplug driver for powerpc (pci/hotplug/pnv_php.c) causes a …

Sep 18, 2024
CVE-2024-46760
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: schedule rx work after everything is set up Right now it's possible …

Sep 18, 2024
CVE-2024-46759
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: hwmon: (adc128d818) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an …

Sep 18, 2024
CVE-2024-46758

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

Sep 18, 2024
CVE-2024-46757

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

Sep 18, 2024
CVE-2024-46756

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

Sep 18, 2024
CVE-2024-46755
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id() mwifiex_get_priv_by_id() returns the priv pointer corresponding …

Sep 18, 2024
CVE-2024-46754
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tst_run from lwt_seg6local_prog_ops. The syzbot reported that the lwt_seg6 related BPF ops can …

Sep 18, 2024
CVE-2024-46753
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfs_dec_ref() properly In walk_up_proc() we BUG_ON(ret) from btrfs_dec_ref(). This is incorrect, …

Sep 18, 2024
CVE-2024-46752
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an …

Sep 18, 2024
CVE-2024-46751
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() Instead of doing a BUG_ON() handle …

Sep 18, 2024
CVE-2024-46750
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pci_bus_lock() One of the true positives that the cfg_access_lock …

Sep 18, 2024
CVE-2024-46749
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() This adds a check before freeing the …

Sep 18, 2024
CVE-2024-46748
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT Set the maximum size …

Sep 18, 2024
CVE-2024-46747
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup report_fixup for the Cougar 500k Gaming Keyboard was …

Sep 18, 2024
CVE-2024-46746
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: HID: amd_sfh: free driver_data after destroying hid device HID driver callbacks aren't called anymore once …

Sep 18, 2024
CVE-2024-46745
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller …

Sep 18, 2024
CVE-2024-46744
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: Squashfs: sanity check symbolic link size Syzkiller reports a "KMSAN: uninit-value in pick_link" bug. This …

Sep 18, 2024
CVE-2024-46743
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: of/irq: Prevent device address out-of-bounds read in interrupt map walk When of_irq_parse_raw() is invoked with …

Sep 18, 2024
CVE-2024-46742
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open() null-ptr-deref will occur when (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) …

Sep 18, 2024

Scan your infrastructure for known CVEs

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