Lucene search
+L

231579 matches found

CVE
CVE
added 2024/04/17 10:27 a.m.96 views

CVE-2024-26905

CVE-2024-26905 is rejected by the CNA and not a valid vulnerability entry.

6.4AI score
SaveExploits0
CVE
CVE
added 2024/04/17 10:27 a.m.187 views

CVE-2024-26903

CVE-2024-26903 (Linux kernel) : Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security. Root cause: after RFCOMM/L2CAP disconnect, the code could dereference a released l2cap_conn, leading to a null pointer access when calling hci_conn_security. Impact per CVSS: Medium (5.5) with high ava...

5.5CVSS6.3AI score0.00279EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.201 views

CVE-2024-26898

Summary: CVE-2024-26898 relates to the AoE driver in the Linux kernel where aoecmd_cfg_pkts() incorrectly handled the refcnt of net_device, enabling a potential use-after-free via racing with tx paths. The issue has been resolved by patch f98364e92662, which stops calling dev_put(ifp) in the succ...

7.8CVSS6.2AI score0.00305EPSS
SaveExploits0References13Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.137 views

CVE-2024-26896

CVE-2024-26896 refers to a memory-leak issue in the Linux kernel wifi driver (wfx) when starting an AP. The root cause, as described in the sources, is that memory allocated by ieee80211_beacon_get() is never released, leading to kmemleak-reported unreferenced objects and potential memory exhaust...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.138 views

CVE-2024-26888

CVE-2024-26888 : Linux kernel vulnerability in Bluetooth msft path reported as fixed by a memory leak fix. The issue involved a leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT. Public docs confirm the fix; CVSS indicates LOCAL attack vector with low to moderate impact (Base 5.5,...

5.5CVSS6.9AI score0.00225EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.162 views

CVE-2024-26885

CVE-2024-26885 – Linux kernel DEVMAP_HASH overflow on 32-bit arches : The issue arises in devmap hash bucket calculation for max_entries, where the code computes the next power of two for the bucket count and stores it in a 32-bit variable. On 32-bit architectures, the rounding up can overflow mi...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.187 views

CVE-2024-26883

CVE-2024-26883 : In the Linux kernel, a vulnerability was fixed that affects 32-bit architectures in the stackmap handling used by BPF. The overflow risk arises when roundup_pow_of_two() is used to compute the number of hash buckets, as a 32‑bit left shift can overflow and cause undefined behavio...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.6999 views

CVE-2024-26870

CVE-2024-26870: Linux kernel NFSv4.2 fix guards a kernel BUG in mm/usercopy.c during listxattr handling. When listxattr size > 0 and nfs4_listxattr returns more bytes than requested (e.g., after generic_listxattr outputs system.nfs4_acl), a BUG at mm/usercopy.c:102 can trigger a kernel Oops. T...

7.8CVSS6.6AI score0.00281EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.4861 views

CVE-2024-26863

CVE-2024-26863 : In the Linux kernel, a vulnerability in the HSR/PRP framing layer allowed an uninitialized value to be accessed when the Ethernet header indicates a PRP/HSR packet but is not followed by an HSR tag. The issue arises in hsr_get_node() and can lead to uninit-value reads as shown by...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References13Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.114 views

CVE-2024-26860

CVE-2024-26860: In the Linux kernel, the dm‑integrity path leaked memory for the checksums pointer if the data was rechecked after a checksum failure (due to the goto skip_io path). The fix frees the checksums memory before rechecking and uses the checksum_onstack buffer for storing the checksum ...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/04/17 10:27 a.m.5751 views

CVE-2024-26859

CVE-2024-26859: In the Linux kernel, a race in the bnX2x driver during EEH error handling could cause a read of freed memory when bnx2x_io_slot_reset() and bnx2x_nic_unload() race. The fix ensures page pool allocations are verified before freeing SGEs to prevent NULL-pointer dereferences and cras...

4.7CVSS6.2AI score0.00182EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2024/04/17 10:17 a.m.123 views

CVE-2024-26856

CVE-2024-26856 relates to the Linux kernel net driver for Sparx5. A use-after-free occurs when a MAC table entry is removed but still used; the code freed the mac_entry before its vid was used to delete the HW entry. The fix delays freeing until after deleting the hardware entry by first using th...

8.8CVSS6.8AI score0.00319EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/04/17 10:17 a.m.197 views

CVE-2024-26855

CVE-2024-26855 – Linux kernel (net/ice) : The vulnerability is a NULL pointer dereference in ice_bridge_setlink(). If nlmsg_find_attr() returns NULL, br_spec may be dereferenced during nla_for_each_nested(), causing a crash/local impact. The fix adds an explicit check that br_spec is not NULL bef...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/04/17 10:17 a.m.181 views

CVE-2024-26853

CVE-2024-26853 affects the Linux kernel igc XDP path. When a frame cannot be transmitted via XDP_REDIRECT (e.g., full queue), the frame must be freed, but calling xdp_return_frame_rx_napi inside igc_xdp_xmit can cause memory corruption. The fix (as per the description) is to break on the first no...

9.8CVSS6.6AI score0.00626EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/04/17 10:17 a.m.182 views

CVE-2024-26851

CVE-2024-26851: Linux kernel nf_conntrack_h323 decoding bug fixed. UBSAN reported negative/out-of-bounds shifts when decoding Ras messages due to abnormal skb->data; patch adds protection to keep extension bitmap length

7.5CVSS6.5AI score0.00735EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2024/04/17 10:14 a.m.88 views

CVE-2024-26847

CVE-2024-26847 concerns the Linux kernel on POWER platforms where RTAS function names were spelled inconsistently. The PAPR-specified name is ibm,reset-pe-dma-windows, but firmware in practice used ibm,reset-pe-dma-window in the device tree. This mismatch caused reverse lookups (token -> name)...

5.1CVSS6.7AI score0.0024EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/04/17 10:13 a.m.64 views

CVE-2022-41698

This CVE concerns WordPress plugin If Menu (Visibility control for Menus). A Missing Authorization vulnerability leads to Broken Access Control in versions ≤ 0.16.3, allowing unauthenticated actors to modify plugin settings. The issue is resolved in version 0.17.0. Affected product: If Menu; root...

6.5CVSS8.6AI score0.00476EPSS
SaveExploits0References1
CVE
CVE
added 2024/04/17 10:10 a.m.68 views

CVE-2024-1350

CVE-2024-1350 concerns the WordPress plugin Honeypot for WP Comment (versions

5.3CVSS8.6AI score0.00359EPSS
SaveExploits0References1
CVE
CVE
added 2024/04/17 10:10 a.m.132 views

CVE-2024-26844

Linux kernel vulnerability CVE-2024-26844 was resolved by patching the block layer to address a harmful iov_iter direction issue. A Syzkaller warning reported that an iov_iter could be used in both directions due to a transfer direction SG_DXFER_TO_FROM_DEV, which would copy user buffers into the...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/04/17 10:10 a.m.201 views

CVE-2024-26843

CVE-2024-26843: In the Linux kernel, the EFI runtime subsystem had a fix for a potential overflow in the soft-reserved region size. Specifically, md_size could be narrowed when there are >= 4 GiB worth of pages in a soft-reserved region. The vulnerability is reported as a local vulnerability w...

6CVSS6.7AI score0.00226EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder