Lucene search
+L

8349 matches found

UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.15 views

CVE-2024-35986

In the Linux kernel, the following vulnerability has been resolved: phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered The powersupply frame-work is not really designed for there to be long living in kernel references to powersupply devices. Specifically unregistering a...

7CVSS6.4AI score0.00221EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.36 views

CVE-2024-35988 riscv: Fix TASK_SIZE on 64-bit NOMMU

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix TASKSIZE on 64-bit NOMMU On NOMMU, userspace memory can come from anywhere in physical RAM. The current definition of TASKSIZE is wrong if any RAM exists above 4G, causing spurious failures in the userspace access...

6.3AI score0.0021EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/20 9:47 a.m.112 views

CVE-2024-35988

CVE-2024-35988 concerns the Linux kernel RISCV NOMMU patch that corrects TASK_SIZE for 64-bit NOMMU. The current TASK_SIZE definition caused spurious failures in userspace memory access when any RAM above 4 GiB existed, leading to incorrect memory access behavior. The vulnerability is resolved by...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.21 views

CVE-2024-35960 net/mlx5: Properly link new fs rules into the tree

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Properly link new fs rules into the tree Previously, addrulefg would only add newly created rules from the handle into the tree when they had a refcount of 1. On the other hand, createflowhandle tries hard to find and...

7.3AI score0.01401EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/20 9:41 a.m.138 views

CVE-2024-35955

CVE-2024-35955 : Linux kernel vulnerability in kprobe registration that could cause a use-after-free if module unload changes MODULE_STATE from LIVE/GOING to UNFORMED between address checks. The fix switches to using only __module_text_address() and performs try_module_get(module) while MODULE_ST...

8.8CVSS6.7AI score0.01177EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.44 views

CVE-2024-35955 kprobes: Fix possible use-after-free issue on kprobe registration

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULESTATELIVE - MODULESTATEGOING - MODULESTATEUNFORMED. Each change will take a time. ismoduletextaddress and...

6.5AI score0.01177EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.24 views

CVE-2024-35951 drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix the error path in panfrostmmumapfaultaddr Subject: PATCH drm/panfrost: Fix the error path in panfrostmmumapfaultaddr If some the pages or sgt allocation failed, we shouldn't release the pages ref we got earlier,...

7.8CVSS6.8AI score0.00244EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.27 views

CVE-2024-35928

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.14 views

CVE-2024-35943 pmdomain: ti: Add a null pointer check to the omap_prm_domain_init

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

6.8AI score0.00225EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.22 views

CVE-2024-35940 pstore/zone: Add a null pointer check to the psz_kmsg_read

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the pszkmsgread kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

6.7AI score0.0021EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.24 views

CVE-2024-35938 wifi: ath11k: decrease MHI channel buffer length to 8KB

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: decrease MHI channel buffer length to 8KB Currently buflen field of ath11kmhiconfigqca6390 is assigned with 0, making MHI use a default size, 64KB, to allocate channel buffers. This is likely to fail in some scenari...

6.6AI score0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.43 views

CVE-2024-35939 dma-direct: Leak pages on dma_set_decrypted() failure

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure On TDX it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

9.3CVSS6.4AI score0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/19 10:10 a.m.121 views

CVE-2024-35932

CVE-2024-35932 affects the Linux kernel DRM VC4 driver. The issue is in non-blocking commits where the check plane->state->fb == state->fb is not reliably protected, causing potential refcount underflow across prepare_fb/cleanup_fb. The root cause is that drm_plane.state should not be ac...

7.8CVSS6.6AI score0.00212EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.22 views

CVE-2024-35932 drm/vc4: don't check if plane->state->fb == state->fb

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane-state-fb == state-fb Currently, when using non-blocking commits, we can see the following kernel warning: 110.908514 ------------ cut here ------------ 110.908529 refcountt: underflow; use-after-free...

7.8CVSS6.7AI score0.00212EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.16 views

CVE-2024-35924 usb: typec: ucsi: Limit read size on v1.2

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Limit read size on v1.2 Between UCSI 1.2 and UCSI 2.0, the size of the MESSAGEIN region was increased from 16 to 256. In order to avoid overflowing reads for older systems, add a mechanism to use the read UCSI...

7.1CVSS6.7AI score0.00217EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 10:10 a.m.24 views

CVE-2024-35921 media: mediatek: vcodec: Fix oops when HEVC init fails

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix oops when HEVC init fails The stateless HEVC decoder saves the instance pointer in the context regardless if the initialization worked or not. This caused a use after free, when the pointer is freed i...

7.8CVSS6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/19 10:10 a.m.68 views

CVE-2024-35920

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect decoder context list Add a lock for the ctxlist, to avoid accessing a NULL pointer within the 'vpudecipihandler' function when the ctxlist has been deleted due to an unexpected...

7.8CVSS6.8AI score0.00234EPSS
SaveExploits0
NVD
NVD
added 2024/05/19 9:15 a.m.34 views

CVE-2024-35889

In the Linux kernel, the following vulnerability has been resolved: idpf: fix kernel panic on unknown packet types In the very rare case where a packet type is unknown to the driver, idpfrxprocessskbfields would return early without calling ethtypetrans to set the skb protocol / the network layer...

8.6CVSS6.3AI score0.0038EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/19 9:15 a.m.22 views

CVE-2024-35866

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsdumpfullkey Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS6.5AI score0.00242EPSS
SaveExploits0References6
Prion
Prion
added 2024/05/19 9:15 a.m.18 views

CVE-2024-35902

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix possible cp null dereference cp might be null, calling cp-cpconn would produce null dereference Simon Horman adds: Analysis: cp is a parameter of rdsrdmamap and is not reassigned. The following call-sites pass a NULL...

5.5CVSS0.00221EPSS
SaveExploits0References18
Rows per page
Query Builder