Lucene search
+L

6349 matches found

Debian CVE
Debian CVE
added 2024/07/29 3:48 p.m.14 views

CVE-2024-41084

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereference in region lookup cxldpatoregion looks up a region based on a memdev and DPA. It wrongly assumes an endpoint found mapping the DPA is also of a fully assembled region. When not true it...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0
OSV
OSV
added 2024/07/29 3:48 p.m.14 views

CVE-2024-41084 cxl/region: Avoid null pointer dereference in region lookup

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereference in region lookup cxldpatoregion looks up a region based on a memdev and DPA. It wrongly assumes an endpoint found mapping the DPA is also of a fully assembled region. When not true it...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/29 3:47 p.m.35 views

CVE-2024-41083

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfspagemkwrite to check folio-mapping is valid Fix netfspagemkwrite to check that folio-mapping is valid once it has taken the folio lock as filemappagemkwrite does. Without this, generic/247 occasionally oopses with...

5.5CVSS5.3AI score0.00196EPSS
SaveExploits0
NVD
NVD
added 2024/07/29 3:15 p.m.19 views

CVE-2024-41081

In the Linux kernel, the following vulnerability has been resolved: ila: block BH in ilaoutput As explained in commit 1378817486d6 "tipc: block BH before using dstcache", net/core/dstcache.c helpers need to be called with BH disabled. ilaoutput is called from lwtunneloutput possibly from process...

9.8CVSS0.00872EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/29 3:15 p.m.26 views

CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS0.0022EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/29 3:15 p.m.13 views

CVE-2024-41068

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

5.5CVSS0.00243EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/29 3:15 p.m.18 views

CVE-2024-41056

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

7.3CVSS0.00253EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/29 3:15 p.m.30 views

CVE-2024-41043

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: drop bogus WARNON Happens when rules get flushed/deleted while packet is out, so remove this WARNON. This WARN exists in one form or another since v4.14, no need to backport this to older releases, henc...

5.5CVSS0.00232EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/29 3:15 p.m.23 views

CVE-2024-41040

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 tcfctflowtableprocessconn+0x12b/0x380 actct Read of size 1 at addr ffff888c07603600 by task handler130/6469 Call Trace:...

9.8CVSS0.01EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/29 3:15 p.m.27 views

CVE-2024-41024

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Restrict untrusted app to attach to privileged PD Untrusted application with access to only non-secure fastrpc device node can attach to rootpd or static PDs if it can make the respective init request. This can cau...

8.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/29 3:04 p.m.15 views

CVE-2024-41081

In the Linux kernel, the following vulnerability has been resolved: ila: block BH in ilaoutput As explained in commit 1378817486d6 "tipc: block BH before using dstcache", net/core/dstcache.c helpers need to be called with BH disabled. ilaoutput is called from lwtunneloutput possibly from process...

9.8CVSS5.6AI score0.00872EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:04 p.m.14 views

CVE-2024-41080

In the Linux kernel, the following vulnerability has been resolved: iouring: fix possible deadlock in ioregisteriowqmaxworkers The ioregisteriowqmaxworkers function calls ioputsqdata, which acquires the sqd-lock without releasing the uringlock. Similar to the commit 009ad9f0c6ee "iouring: drop...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:04 p.m.45 views

CVE-2024-41079

In the Linux kernel, the following vulnerability has been resolved: nvmet: always initialize cqe.result The spec doesn't mandate that the first two double words aka results for the command queue entry need to be set to 0 when they are not used not specified. Though, the target implemention return...

7.5CVSS5.7AI score0.00631EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:04 p.m.13 views

CVE-2024-41078

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix quota root leak after quota disable failure If during the quota disable we fail when cleaning the quota tree or when deleting the root from the root tree, we jump to the 'out' label without ever dropping the...

5.5CVSS5.8AI score0.00223EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:57 p.m.22 views

CVE-2024-41076

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix memory leak in nfs4setsecuritylabel We leak nfsfattr and nfs4label every time we set a security xattr...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.37 views

CVE-2024-41075 cachefiles: add consistency check for copen/cread

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

7.8CVSS0.0022EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/29 2:57 p.m.24 views

CVE-2024-41075

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed below: Generic, copen can only complete open request...

7.8CVSS5.7AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 2:57 p.m.183 views

CVE-2024-41073

CVE-2024-41073 affects the Linux kernel NVMe driver: a discarded special payload could be double-freed on a retry unless RQF_SPECIAL_LOAD is cleared during request cleanup. The fix is to clear RQF_SPECIAL_LOAD when cleaning the request to prevent the double-free scenario; multiple advisories (ALM...

9.8CVSS6.6AI score0.00672EPSS
SaveExploits0References8Affected Software2
CVE
CVE
added 2024/07/29 2:57 p.m.124 views

CVE-2024-41074

Technical details for CVE-2024-41074 are not publicly available in the provided documents. Monitor for updates from vendors and security advisories.

7.8CVSS6.3AI score0.0022EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/07/29 2:57 p.m.36 views

CVE-2024-41072

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: wext: add extra SIOCSIWSCAN data check In 'cfg80211wextsiwscan', add extra check whether number of channels passed via 'ioctlsock, SIOCSIWSCAN, ...' doesn't exceed IWMAXFREQUENCIES and reject invalid request with...

5.5CVSS5.6AI score0.00233EPSS
SaveExploits0
Rows per page
Query Builder