Lucene search
+L

1738 matches found

Cvelist
Cvelist
added 2024/07/29 5:35 p.m.43 views

CVE-2024-42091 drm/xe: Check pat.ops before dumping PAT settings

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Check pat.ops before dumping PAT settings We may leave pat.ops unset when running on brand new platform or when running as a VF. While the former is unlikely, the latter is valid future use case and will cause NPD when...

0.00183EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/29 4:26 p.m.20 views

CVE-2024-42090

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in createpinctrl when handling -EPROBEDEFER In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits0
NVD
NVD
added 2024/07/29 4:15 p.m.26 views

CVE-2024-42071

In the Linux kernel, the following vulnerability has been resolved: ionic: use devconsumeskbany outside of napi If we're not in a NAPI softirq context, we need to be careful about how we call napiconsumeskb, specifically we need to call it with budget==0 to signal to it that we're not in a safe...

7.8CVSS0.00221EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.11 views

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xedevcoredump: Check NULL before assignments Assign 'xedevcoredumpsnapshot ' and 'xedevice ' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define variables before code.Ashutosh/Jose v4 - Drop return check...

4.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.15 views

CVE-2024-42075

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix remap of arena. The bpf arena logic didn't account for mremap operation. Add a refcnt for multiple mmap events to prevent use-after-free in arenavmclose...

7.8CVSS5.6AI score0.00221EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.19 views

CVE-2024-41098 ata: libata-core: Fix null pointer dereference on error

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error If the ataportalloc call in atahostalloc fails, atahostrelease will get called. However, the code in atahostrelease tries to free ataport struct members unconditionally, whi...

6.8AI score0.00263EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.32 views

CVE-2024-41096 PCI/MSI: Fix UAF in msi_capability_init

In the Linux kernel, the following vulnerability has been resolved: PCI/MSI: Fix UAF in msicapabilityinit KFENCE reports the following UAF: BUG: KFENCE: use-after-free read in pcienablemsirange+0x2c0/0x488 Use-after-free read at 0x0000000024629571 in kfence-12: pcienablemsirange+0x2c0/0x488...

7.8CVSS0.0024EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.45 views

CVE-2024-41095 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgetldmodes In nv17tvgetldmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.15 views

CVE-2024-41089 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgethdmodes In nv17tvgethdmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6.7AI score0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 3:48 p.m.156 views

CVE-2024-41085

CVE-2024-41085 concerns the Linux kernel CXL memory region probing. The bug was a NULL pointer dereference when auto-assembling a pmem region during endpoint port probing because cxl_nvd (NVDIMM) was not yet registered. The fix changes the probe sequence so the cxl_nvd is available before or duri...

5.5CVSS6.2AI score0.002EPSS
SaveExploits0References2Affected Software1
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
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.18 views

CVE-2024-41061 drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport Why Potential out of bounds access in dml2calculaterqanddlgparams because the value of outloweststateidx used as an index for FCLKChangeSupport array can be...

6.9AI score0.00206EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.18 views

CVE-2024-41060 drm/radeon: check bo_va->bo is non-NULL before using it

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

6.7AI score0.00248EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/29 2:32 p.m.17 views

CVE-2024-41053

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdabortone racing issue When ufshcdabortone is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by ISR. Return success when request is completed by ISR...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 2:32 p.m.117 views

CVE-2024-41051

CVE-2024-41051 affects the Linux kernel cachefiles subsystem. When queuing ondemand_object_worker() to reopen an object, cachefiles_object may be freed if the related erofs is unmounted, causing a use-after-free if ondemand_object_worker() runs after object free. The fix requires canceling or wai...

7.8CVSS6.6AI score0.00275EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.22 views

CVE-2024-41042

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: prefer nftchainvalidate nftchainvalidate already performs loop detection because a cycle will result in a call stack overflow ctx-level = NFTJUMPSTACKSIZE. It also follows maps via -validate callback in...

7.8CVSS5.7AI score0.0032EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.17 views

CVE-2024-41027 Fix userfaultfd_api to return EINVAL as expected

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

6.6AI score0.00282EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/07/18 12:00 a.m.94 views

EulerOS Virtualization 2.10.0 : kernel (EulerOS-SA-2024-1984)

"According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in...

9.8CVSS6.7AI score0.28058EPSS
SaveExploits16References58
RedhatCVE
RedhatCVE
added 2024/07/16 10:25 p.m.23 views

CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS6.9AI score0.00229EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 10:24 p.m.20 views

CVE-2022-48817

In the Linux kernel, the following vulnerability has been resolved: net: dsa: ar9331: register the mdiobus under devres As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree wi...

4.4CVSS7.1AI score0.00268EPSS
SaveExploits0References4
Rows per page
Query Builder