CVEs from 2024

6,992 normalized CVEs published or assigned in this year.

Total
6,992
critical
critical 121
high
high 1,017
medium
medium 2,009
low
low 42
% Critical
1.7%
% with KEV
2.3%
% with exploit
2.8%

Top vendors

Top products

  • surveillance_station 12
  • checkmk 10
  • profilegrid 8
  • office 8
  • office_long_term_servicing_channel 6
  • glibc 5
  • virtual_traffic_manager 5
  • element_pack 5
0
KEVHas exploit
Reset
CVE Severity CVSS Risk Flags OS Vendor Published Description
CVE-2024-35875 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: x86/coco: Require seeding RNG with RDRAND on CoCo systems There are few uses of CoCo that don't rely on working cryptography and …
CVE-2024-38619 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_…
CVE-2024-41040 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix UAF when resolving a clash KASAN reports the following UAF: BUG: KASAN: slab-use-after-free in tcf_ct_flow_table…
CVE-2024-40936 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devm_cxl_add_region() Move the mode verification to __create_region() before allocating the me…
CVE-2024-42096 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: x86: stop playing stack games in profile_pc() The 'profile_pc()' function is used for timer-based profiling, which isn't really a…
CVE-2024-41044 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since 'ppp_async_encode()' assumes valid LCP packets (with code from 1 …
CVE-2024-23184 medium 5.5 2y ago Moderate: dovecot security update
CVE-2024-23185 medium 5.5 2y ago Moderate: dovecot security update
CVE-2024-39331 medium 5.5 2y ago Moderate: emacs security update
CVE-2024-44948 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: x86/mtrr: Check if fixed MTRRs exist before saving them MTRRs have an obsolete fixed variant for fine grained caching control of …
CVE-2024-38428 medium 5.5 2y ago Moderate: wget security update
CVE-2024-8088 medium 5.5 2y ago There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected. When iterating over n…
CVE-2024-6923 medium 5.5 2y ago There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when a…
CVE-2024-33870 medium 5.5 2y ago An issue was discovered in Artifex Ghostscript before 10.03.1. There is path traversal (via a crafted PostScript document) to arbitrary files if the current directory is in the permitted paths. For e…
CVE-2024-33869 medium 5.5 2y ago An issue was discovered in Artifex Ghostscript before 10.03.1. Path traversal and command execution can occur (via a crafted PostScript document) because of path reduction in base/gpmisc.c. For examp…
CVE-2024-28863 medium 5.5 2y ago Moderate: nodejs:20 security update
CVE-2024-6104 medium 5.5 2y ago Moderate: skopeo security update
CVE-2024-40897 medium 5.5 2y ago Moderate: orc security update
CVE-2024-44944 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use helper function to calculate expect ID Delete expectation path is missing a call to the nf_expect_get_i…
CVE-2024-26925 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path The commit mutex should not be released during the criti…
CVE-2024-40912 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() The ieee80211_sta_ps_deliver_wakeup() function takes sta->ps_lo…
CVE-2024-35898 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() nft_unregister_flowtable_type() within nf_flow_inet_m…
CVE-2024-35897 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit pha…
CVE-2024-26855 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() The function ice_bridge_setlink() may encounter a NULL p…
CVE-2024-35962 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that do_replace() handlers use copy_from_sockptr() (wh…
CVE-2024-38579 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which co…
CVE-2024-40941 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data…
CVE-2024-44935 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseport_add_sock(). syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in reusep…
CVE-2024-43893 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in ua…
CVE-2024-43890 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in get_free_elt() "tracing_map->next_elt" in get_free_elt() is at risk of overflowing. Once it overflows, …
CVE-2024-36137 medium 5.5 2y ago Moderate: nodejs:20 security update
CVE-2024-22018 medium 5.5 2y ago Moderate: nodejs:20 security update
CVE-2024-22020 medium 5.5 2y ago Moderate: nodejs:20 security update
CVE-2024-43398 medium 5.5 2y ago Moderate: ruby:3.1 security update
CVE-2024-6472 medium 5.5 2y ago Moderate: libreoffice security update
CVE-2024-2398 medium 5.5 2y ago Moderate: curl security update
CVE-2024-42306 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: udf: Avoid using corrupted block bitmap buffer When the filesystem block bitmap is corrupted, we detect the corruption while load…
CVE-2024-42281 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a segment issue when downgrading gso_size Linearize the skb when downgrading gso_size because it may trigger a BUG_ON() …
CVE-2024-36005 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev relea…
CVE-2024-40961 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL deref in fib6_nh_init() syzbot reminds us that in6_dev_get() can return NULL. fib6_nh_init() ip6…
CVE-2024-37356 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). In dctcp_update_alpha(), we use a module parameter dctcp_shift_g as follows…
CVE-2024-38167 medium 5.5 2y ago Moderate: .NET 8.0 security update
CVE-2024-33621 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound Raw packet from PF_PACKET socket ontop of an IPv6-backed ipvlan device…
CVE-2024-36020 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: i40e: fix vf may be used uninitialized in this function warning To fix the regression introduced by commit 52424f974bc5, which ca…
CVE-2024-36929 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net: core: reject skb_copy(_expand) for fraglist GSO skbs SKB_GSO_FRAGLIST skbs must not be linearized, otherwise they become inv…
CVE-2024-36489 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tls_init In tls_init(), a write memory barrier is missing, and store-store reordering may caus…
CVE-2024-6345 medium 5.5 2y ago Moderate: fence-agents security update
CVE-2024-38558 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_K…
CVE-2024-35969 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr Although ipv6_get_ifaddr walks inet6_addr_lst under the RCU lo…
CVE-2024-42259 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix Virtual Memory mapping boundaries calculation Calculating the size of the mapped area as the lesser value betwe…
CVE-2024-6237 medium 5.5 2y ago Moderate: 389-ds-base security update
CVE-2024-5953 medium 5.5 2y ago Moderate: 389-ds-base security update
CVE-2024-41946 medium 5.5 2y ago Moderate: ruby:3.1 security update
CVE-2024-41123 medium 5.5 2y ago Moderate: ruby:3.1 security update
CVE-2024-36924 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() lpfc_worker_wake_up() calls the lpfc_work_done() routine, which …
CVE-2024-36952 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Move NPIV's transport unregistration to after resource clean up There are cases after NPIV deletion where the fabric …
CVE-2024-27046 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle acti_netdevs allocation failure The kmalloc_array() in nfp_fl_lag_do_work() will return null, if the physical…
CVE-2024-26880 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: dm: call the resume method on internal suspend There is this reported crash when experimenting with the lvm2 testsuite. The list …
CVE-2024-26773 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() Determine if the group block bitmap is corrupted b…
CVE-2024-38580 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: epoll: be better about file lifetimes epoll can call out to vfs_poll() with a file pointer that may race with the last 'fput()'. …
CVE-2024-35907 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: mlxbf_gige: call request_irq() after NAPI initialized The mlxbf_gige driver encounters a NULL pointer exception in mlxbf_gige_ope…
CVE-2024-26737 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel The following race is possible between bpf_timer_cancel_an…
CVE-2024-35857 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmp_build_probe() First problem is a double call to __in_dev_get_rcu(), because th…
CVE-2024-27030 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is re…
CVE-2024-35885 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: mlxbf_gige: stop interface during shutdown The mlxbf_gige driver intermittantly encounters a NULL pointer exception while the sys…
CVE-2024-42097 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ALSA: emux: improve patch ioctl data validation In load_data(), make the validation of and skipping over the main info block matc…
CVE-2024-41016 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() xattr in ocfs2 maybe 'non-indexed', which saved with addition…
CVE-2024-37894 medium 5.5 2y ago Moderate: squid security update
CVE-2024-23638 medium 5.5 2y ago Moderate: squid security update
CVE-2024-35235 medium 5.5 2y ago Moderate: cups security update
CVE-2024-3044 medium 5.5 2y ago Moderate: libreoffice security update
CVE-2024-24806 medium 5.5 2y ago Moderate: libuv security update
CVE-2024-4418 medium 5.5 2y ago Moderate: libvirt security update
CVE-2024-35958 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving …
CVE-2024-36270 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-cano…
CVE-2024-39908 medium 5.5 2y ago Moderate: ruby:3.1 security update
CVE-2024-41006 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netrom: Fix a memory leak in nr_heartbeat_expiry() syzbot reported a memory leak in nr_create() [0]. Commit 409db27e3a2e ("netro…
CVE-2024-41004 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: tracing: Build event generation tests only as modules The kprobes and synth event generation test modules add events and lock (ge…
CVE-2024-40993 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix suspicious rcu_dereference_protected() When destroying all sets, we are either in pernet exit phase or are …
CVE-2024-40980 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: drop_monitor: replace spin_lock by raw_spin_lock trace_drop_common() is called with preemption disabled, and it acquires a spin_l…
CVE-2024-40971 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: f2fs: remove clear SB_INLINECRYPT flag in default_options In f2fs_remount, SB_INLINECRYPT flag will be clear and re-set. If creat…
CVE-2024-40942 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects The hwmp code use objects of type mesh_preq_queue, added to a list in i…
CVE-2024-40934 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() Fix a memory leak on logi_dj_recv_send_report() error path.
CVE-2024-40916 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes a…
CVE-2024-39509 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: HID: core: remove unnecessary WARN_ON() in implement() Syzkaller hit a warning [1] in a call to implement() when trying to write …
CVE-2024-39493 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak Using completion_done to determine whether the caller has gone away only works a…
CVE-2024-39489 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6_hmac_init_algo seg6_hmac_init_algo returns without cleaning up the previous allocations if one fail…
CVE-2024-6409 medium 5.5 2y ago A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler i…
CVE-2024-35870 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in smb2_reconnect_server() The UAF bug is due to smb2_reconnect_server() accessing a session that is already…
CVE-2024-27393 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skb_mark_for_recycle Notice that skb_mark_for_recycle() is introduced later than fixes tag in commit 6a…
CVE-2024-26801 medium 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Avoid potential use-after-free in hci_error_reset While handling the HCI_EV_HARDWARE_ERROR event, if the underlying BT…
CVE-2024-39482 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btree_iter btree_iter is used in two ways: either allocated on the stack with a fixed …
CVE-2024-24790 medium 5.5 2y ago Moderate: git-lfs security update
CVE-2024-24789 medium 5.5 2y ago Moderate: golang security update
CVE-2024-39468 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: smb: client: fix deadlock in smb2_find_smb_tcon() Unlock cifs_tcp_ses_lock before calling cifs_put_smb_ses() to avoid such deadlo…
CVE-2024-33847 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - m…
CVE-2024-3652 medium 5.5 2y ago The Libreswan Project was notified of an issue causing libreswan to restart when using IKEv1 without specifying an esp= line. When the peer requests AES-GMAC, libreswan's default proposal handler cau…
CVE-2024-38780 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: dma-buf/sw-sync: don't enable IRQ from sync_print_obj() Since commit a6aa8fca4d79 ("dma-buf/sw-sync: Reduce irqsave/irqrestore fr…
CVE-2024-36288 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix loop termination condition in gss_free_in_token_pages() The in_token->pages[] array is not NULL terminated. This resu…
CVE-2024-36484 medium 5.5 5.5 2y ago In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/af_in…