Lucene search
+L

13932 matches found

OSV
OSV
added 2024/12/27 3:02 p.m.26 views

CVE-2024-56633 tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

6AI score
SaveExploits0References12
OSV
OSV
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56629 HID: wacom: fix when get product name maybe null pointer

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix when get product name maybe null pointer Due to incorrect dev-product reporting by certain devices, null pointer dereferences occur when dev-product is empty, leading to potential system crashes. This issue was...

5.5CVSS5.9AI score
SaveExploits0References12
CVE
CVE
added 2024/12/27 2:51 p.m.169 views

CVE-2024-56629

Technical details about CVE-2024-56629 are not provided in the supplied documents. The connected sources do not specify affected products, root cause, or fixes. Monitor for updates and vendor advisories.

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.28 views

CVE-2024-56628 LoongArch: Add architecture specific huge_pte_clear()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Add architecture specific hugepteclear When executing mm selftests runvmtests.sh, there is such an error: BUG: Bad page state in process uffd-unit-tests pfn:00000 page: refcount:0 mapcount:0 mapping:0000000000000000...

7.8CVSS0.00215EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.13 views

CVE-2024-56616

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Fix MST sideband message body length check Fix the MST sideband message body length check, which must be at least 1 byte accounting for the message body CRC aka message data CRC at the end of the message. This fixes a...

7.8CVSS5.9AI score0.00215EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 2:51 p.m.235 views

CVE-2024-56615

CVE-2024-56615 affects the Linux kernel and concerns BPF maps (devmap/xskmap) where an index used to access map entries could be a signed int, causing out-of-bounds writes. The fix changes the index type from int to u32 for both map element access and the iterator used during dev_map_free() to pr...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.27 views

CVE-2024-56614 xsk: fix OOB map writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...

0.00255EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 2:51 p.m.12 views

CVE-2024-56614 xsk: fix OOB map writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...

7.8CVSS6AI score
SaveExploits0References9
CVE
CVE
added 2024/12/27 2:51 p.m.230 views

CVE-2024-56602

CVE-2024-56602 is confirmed by connected advisories as a Linux kernel issue in net: ieee802154: do not leave a dangling sk pointer in ieee802154_create(), where sock_init_data() attaches a sk to sock and on error the sk remains dangling, allowing use-after-free. The Astra Linux bulletin lists aff...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.27 views

CVE-2024-56600 net: inet6: do not leave a dangling sk pointer in inet6_create()

In the Linux kernel, the following vulnerability has been resolved: net: inet6: do not leave a dangling sk pointer in inet6create sockinitdata attaches the allocated sk pointer to the provided sock object. If inet6create fails later, the sk object is released, but the sock object retains the...

7.8CVSS0.00243EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 2:51 p.m.14 views

CVE-2024-56596 jfs: fix array-index-out-of-bounds in jfs_readdir

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfsreaddir The stbl might contain some invalid values. Added a check to return error code in that case...

7.8CVSS6.2AI score
SaveExploits0References12
CVE
CVE
added 2024/12/27 2:51 p.m.242 views

CVE-2024-56595

CVE-2024-56595 concerns the Linux kernel JFS (Journaling File System) code path in dbAdjTree. The issue is an array-index-out-of-bounds that can occur when lp is 0 at the start of a for loop, which may become negative on the next assignment if not bailed out. The available connected documents con...

7.8CVSS6.5AI score0.0026EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.28 views

CVE-2024-56579 media: amphion: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 2:23 p.m.147 views

CVE-2024-56579

CVE-2024-56579 : In the Linux kernel, the media: amphion driver must set video_drvdata before registering the video device; otherwise video_drvdata() may return NULL in open(), causing an oops. Remediation per the description is to ensure video_drvdata() is set prior to video device registration....

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.46 views

CVE-2024-56577 media: mtk-jpeg: Fix null-ptr-deref during unload module

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtkjpegcore.c since commit 09aea13ecf6f "media: mtk-jpeg: refactor some variables", otherwise the below calltrace can be easily...

0.00233EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/27 2:23 p.m.2393 views

CVE-2024-56576

CVE-2024-56576 affects the Linux kernel media: i2c tc358743 driver. The issue occurs when an error happens in probe(): the previously alarmed polling timer is not removed, causing a timer callback on freed arguments and a crash. A patch fixes the crash by removing the polling timer in the probe e...

7.8CVSS6.5AI score0.00184EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 2:23 p.m.7 views

CVE-2024-56569 ftrace: Fix regression with module command in stack_trace_filter

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix regression with module command in stacktracefilter When executing the following command: echo "write:mod:ext3" /sys/kernel/tracing/stacktracefilter The current mod command causes a null pointer dereference. While comm...

5.5CVSS6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.1 views

CVE-2024-56569 ftrace: Fix regression with module command in stack_trace_filter

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix regression with module command in stacktracefilter When executing the following command: echo "write:mod:ext3" /sys/kernel/tracing/stacktracefilter The current mod command causes a null pointer dereference. While comm...

7.6AI score0.00234EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/27 2:23 p.m.94 views

CVE-2024-56560

CVE-2024-56560: In the Linux kernel slab allocator, a too-strict alignment check in kmem_cache_create_args caused a kernel panic on m68k due to io_kiocb slab creation. The issue occurs because the minimum alignment of unsigned long can be 2 bytes on m68k, so assuming a fixed 4/8-byte alignment is...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.32 views

CVE-2024-56557 iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7923: Fix buffer overflow for txbuf and ringxfer The AD7923 was updated to support devices with 8 channels, but the size of txbuf and ringxfer was not increased accordingly, leading to a potential buffer overflow in...

7.8CVSS0.00249EPSS
SaveExploits0References5
Rows per page
Query Builder