Lucene search
+L

209 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: powerpc/kasan: Fix addr error caused by page alignment

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.11 views

iommufd: Protect against overflow of ALIGN() during iova allocation

...

7.8CVSS7.5AI score0.00229EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.35 views

CVE-2024-50141 ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context

In the Linux kernel, the following vulnerability has been resolved: ACPI: PRM: Find EFIMEMORYRUNTIME block for PRM handler and context PRMT needs to find the correct type of block to translate the PA-VA mapping for EFI runtime services. The issue arises because the PRMT is finding a block of type...

7.8CVSS0.00248EPSS
SaveExploits0References5
CVE
CVE
added 2024/11/07 9:31 a.m.195 views

CVE-2024-50141

CVE-2024-50141 affects the Linux kernel ACPI PRM handling: PRMT previously selected EFI_CONVENTIONAL_MEMORY for PRM runtime usage, which is incorrect for EFI runtime services. The fix is to locate an EFI_MEMORY_RUNTIME block for the PRM handler/context to ensure proper PA-VA mappings during runti...

7.8CVSS5.1AI score0.00248EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.9 views

CVE-2024-50046 NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Prevent NULL-pointer dereference in nfs42completecopies On the node of an NFS client, some files saved in the mountpoint of the NFS server were copied to another location of the same NFS server. Accidentally, the...

6.8AI score0.0058EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.32 views

CVE-2024-50046 NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Prevent NULL-pointer dereference in nfs42completecopies On the node of an NFS client, some files saved in the mountpoint of the NFS server were copied to another location of the same NFS server. Accidentally, the...

9.8CVSS0.0058EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 7:39 p.m.17 views

CVE-2024-50034 net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsksynmss with IPPROTOSMC Eric report a panic on IPPROTOSMC, and give the facts that when INETPROTOSWICSK was set, icsk-icsksyncmss must be set too. Bug: Unable to handle kernel NULL pointer dereference at...

5.9AI score
SaveExploits0References5
CVE
CVE
added 2024/10/21 7:39 p.m.133 views

CVE-2024-50034

CVE-2024-50034 affects the Linux kernel net/smc, where INET_PROTOSW_ICSK can leave icsk_sync_mss unset for IPPROTO_SMC, triggering a NULL pointer dereference panic. The provided trace indicates a kernel oops when handling IPPROTO_SMC, with a failed icsk_mss synchronization. A patch sequence in st...

5.5CVSS5.1AI score0.00202EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/21 12:15 p.m.6 views

DEBIAN-CVE-2024-47719

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN overflows which corrupts the selected area range during...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.8 views

UBUNTU-CVE-2024-47719

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN overflows which corrupts the selected area range during...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.40 views

CVE-2024-47715 wifi: mt76: mt7915: fix oops on non-dbdc mt7986

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix oops on non-dbdc mt7986 mt7915bandconfig sets bandidx = 1 on the main phy for mt7986 with MT7975ONEADIE or MT7976ONEADIE. Commit 0335c034e726 "wifi: mt76: fix race condition related to checking tx queue fi...

0.00219EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.17 views

SUSE CVE-2024-46826

In the Linux kernel, the following vulnerability has been resolved: ELF: fix kernel.randomizevaspace double read ELF loader uses "randomizevaspace" twice. It is sysctl and can change at any moment, so 2 loads could see 2 different values in theory with unpredictable consequences. Issue exactly on...

5.5CVSS6.8AI score0.00248EPSS
SaveExploits0References20
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.39 views

CVE-2024-46755 wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Do not return unused priv in mwifiexgetprivbyid mwifiexgetprivbyid returns the priv pointer corresponding to the bssnum and bsstype, but without checking if the priv is actually currently in use. Unused priv pointe...

8.8CVSS0.00398EPSS
SaveExploits0References8
NVD
NVD
added 2024/07/01 3:15 p.m.42 views

CVE-2024-21460

Information disclosure when ASLR relocates the IMEM and Secure DDR portions as one chunk in virtual address space...

7.1CVSS0.00101EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/07/01 2:17 p.m.57 views

CVE-2024-21460 Use of Insufficiently Random Values in Core

Information disclosure when ASLR relocates the IMEM and Secure DDR portions as one chunk in virtual address space...

7.1CVSS0.00101EPSS
SaveExploits0References1
CVE
CVE
added 2024/07/01 2:17 p.m.72 views

CVE-2024-21460

CVE-2024-21460 describes information disclosure related to ASLR relocation of the IMEM and Secure DDR portions in Qualcomm’s environments. The core entry is that ASLR relocates these memory regions as a single chunk in virtual address space, enabling information disclosure. Connected records conf...

7.1CVSS6.5AI score0.00101EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/01 2:17 p.m.26 views

CVE-2024-21460 Use of Insufficiently Random Values in Core

Information disclosure when ASLR relocates the IMEM and Secure DDR portions as one chunk in virtual address space...

7.1CVSS6.8AI score0.00101EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.27 views

CVE-2024-36925 swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y

In the Linux kernel, the following vulnerability has been resolved: swiotlb: initialise restricted pool listhead when SWIOTLBDYNAMIC=y Using restricted DMA pools CONFIGDMARESTRICTEDPOOL=y in conjunction with dynamic SWIOTLB CONFIGSWIOTLBDYNAMIC=y leads to the following crash when initialising the...

6.6AI score0.00227EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.41 views

CVE-2024-36907

...

6.3AI score
SaveExploits0
Rows per page
Query Builder