CVE Database

121173+ 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-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
CVE-2024-46741
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpc_req_mmap() error: …

Sep 18, 2024
CVE-2024-46740
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF caused by offsets overwrite Binder objects are processed and copied individually into …

Sep 18, 2024
CVE-2024-46739
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind For primary VM Bus channels, primary_channel pointer …

Sep 18, 2024
CVE-2024-46738
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix use-after-free when removing resource in vmci_resource_remove() When removing a resource from vmci_resource_table in …

Sep 18, 2024
CVE-2024-46737
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmet_tcp_alloc_cmds() …

Sep 18, 2024
CVE-2024-46736
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a …

Sep 18, 2024
CVE-2024-46735
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() When two UBLK_CMD_START_USER_RECOVERY commands are submitted, the first …

Sep 18, 2024
CVE-2024-46734
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we …

Sep 18, 2024
CVE-2024-8969
6.5 MEDIUM

OMFLOW from The SYSCOM Group has a vulnerability involving the exposure of sensitive data. This allows remote attackers who have logged into the system to …

Sep 18, 2024
CVE-2024-47001
8.8 HIGH

Hidden functionality issue in multiple digital video recorders provided by TAKENAKA ENGINEERING CO., LTD. allows a remote authenticated attacker to execute an arbitrary OS command …

Sep 18, 2024
CVE-2024-46733
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cow_file_range In the buffered write path, the dirty page …

Sep 18, 2024
CVE-2024-46732
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign linear_pitch_alignment even for VM [Description] Assign linear_pitch_alignment so we don't cause a divide …

Sep 18, 2024
CVE-2024-46731
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index …

Sep 18, 2024
CVE-2024-46730
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tg_inst won't be -1 [WHY & HOW] tg_inst will be a …

Sep 18, 2024
CVE-2024-46729
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop [WHY] fe_clk_en has size of 5 but sizeof(fe_clk_en) …

Sep 18, 2024
CVE-2024-46728
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for aux_rd_interval before using aux_rd_interval has size of 7 and should be …

Sep 18, 2024

Scan your infrastructure for known CVEs

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