Lucene search
+L

5014 matches found

RedhatCVE
RedhatCVE
added 2024/12/29 2:57 p.m.16 views

CVE-2024-56712

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last exportudmabuf error path In exportudmabuf, if dmabuffd fails because the FD table is full, a dmabuf owning the udmabuf has already been created; but the error handling in udmabufcreate will tear...

5.5CVSS6.8AI score0.00188EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:34 p.m.21 views

CVE-2024-53227

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Fix use-after-free in bfadimmoduleexit BUG: KASAN: slab-use-after-free in lockacquire+0x2aca/0x3a20 Read of size 8 at addr ffff8881082d80c8 by task modprobe/25303 Call Trace: dumpstacklvl+0x95/0xe0 printreport+0xcb/0x6...

5.5CVSS6.9AI score0.00275EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:26 p.m.16 views

CVE-2024-53186

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in ksmbdconnhandlerloop and the freeing of ksmbdconn in the workqueue handler handleksmbdwork. This leads to a UAF. - KASAN:...

7CVSS6.9AI score0.00454EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/29 11:30 a.m.129 views

CVE-2024-56741

CVE-2024-56741 is reported in several external advisories as a Linux kernel issue related to AppArmor: aa_unpack_strdup() leaks memory due to the string allocated by kmemdup() not being freed. The connected documents reference multiple Nessus advisories (Azure Linux, Mariner, UNPATCHED_CVE) and S...

6.5AI score
SaveExploits0
OSV
OSV
added 2024/12/29 8:48 a.m.9 views

CVE-2024-56717 net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRCPORT field in ocelotifhsetbasic Packets injected by the CPU should have a SRCPORT field equal to the CPU port module index in the Analyzer block ocelot-numphysports. The blamed commit copie...

7.5CVSS6.2AI score
SaveExploits0References8
CNNVD
CNNVD
added 2024/12/29 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an issue with otx2mboxgetrsp error handling in the octeontx2-pf driver...

5.5CVSS6.4AI score0.00207EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/28 9:46 a.m.132 views

CVE-2024-56702

The CVE-2024-56702 issue is a Linux kernel fix for BPF raw tracepoints. It explains that raw_tp arguments were previously treated as non-NULL, risking NULL dereferences when NULL values occur. The fix marks raw_tp arguments as PTR_MAYBE_NULL and adjusts dereferences, arithmetic, and allowed passe...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.10 views

CVE-2024-56691 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device

In the Linux kernel, the following vulnerability has been resolved: mfd: intelsocpmicbxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has inherited flaws. This was unveiled when...

6AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.6 views

SUSE CVE-2024-53226

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer derefernce in hnsrocemapmrsg ibmapmrsg allows ULPs to specify NULL as the sgoffset argument. The driver needs to check whether it is a NULL pointer before dereferencing it...

5.5CVSS7.6AI score0.00719EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/12/28 1:58 a.m.15 views

CVE-2024-56669

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Remove cache tags before disabling ATS The current implementation removes cache tags after disabling ATS, leading to potential memory leaks and kernel crashes. Specifically, CACHETAGDEVTLB type cache tags may still...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

AZL-55491 CVE-2024-56600 affecting package kernel for versions less than 6.6.76.1-1

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.8CVSS6.3AI score0.00243EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.15 views

CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:06 p.m.25 views

CVE-2024-56656 bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix aggregation ID mask to prevent oops on 5760X chips The 5760X P7 chip's HW GRO/LRO interface is very similar to that of the previous generation 5750X or P5. However, the aggregation ID fields in the completion structur...

9.8CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/27 3:02 p.m.22 views

CVE-2024-56644 net/ipv6: release expired exception dst cached in socket

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: release expired exception dst cached in socket Dst objects get leaked in ip6negativeadvice when this function is executed for an expired IPv6 route located in the exception table. There are several conditions that must ...

7.5CVSS0.00694EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.31 views

CVE-2024-56627 ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbdvfsstreamread An offset from client could be a negative value, It could lead to an out-of-bounds read from the streambuf. Note that this issue is coming when setting 'vfs objects = streamsxat...

8.1CVSS0.00627EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/27 2:51 p.m.190 views

CVE-2024-56619

CVE-2024-56619 — Linux kernel nilfs2 . A potential out-of-bounds memory access in nilfs_find_entry() when an inode’s i_size is large/corrupted. Root cause: i_size upper 32 bits were lost due to a local variable type, causing underflow in end-address calculation. Fix: replace the offending local v...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 2:51 p.m.16 views

CVE-2024-56619 nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfsfindentry Syzbot reported that when searching for records in a directory where the inode's isize is corrupted and has a large value, memory access outside the folio/page...

7.8CVSS5.8AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.26 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
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.29 views

CVE-2024-56609 wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use ieee80211purgetxqueue to purge TX skb When removing kernel modules by: rmmod rtw888723cs rtw888703b rtw888723x rtw88sdio rtw88core Driver uses skbqueuepurge to purge TX skb, but not report tx status causing "Have...

0.00228EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.29 views

CVE-2024-56597 jfs: fix shift-out-of-bounds in dbSplit

In the Linux kernel, the following vulnerability has been resolved: jfs: fix shift-out-of-bounds in dbSplit When dmtbudmin is less than zero, it causes errors in the later stages. Added a check to return an error beforehand in dbAllocCtl itself...

7.8CVSS0.00235EPSS
SaveExploits0References7
Rows per page
Query Builder