Lucene search
+L

6316 matches found

Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42069

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function adevrelease calls kfreemadev. We shouldn't call kfreemadev again in the erro...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 3:52 p.m.168 views

CVE-2024-42068

CVE-2024-42068 (Linux kernel) : Affected component is in the kernel’s BPF memory protection flow. set_memory_ro() can fail, leaving memory unprotected; the fix requires checking the return value of set_memory_ro() and treating failure as an error in bpf_prog_lock_ro(). This vulnerability could en...

5.5CVSS6.7AI score0.00228EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/07/29 3:52 p.m.16 views

CVE-2024-42068 bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()

In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from setmemoryro into account with bpfproglockro setmemoryro can fail, leaving memory unprotected. Check its return and take it into account as an error...

5.5CVSS6AI score0.00228EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.16 views

CVE-2024-42067

In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from setmemoryrox into account with bpfjitbinarylockro setmemoryrox can fail, leaving memory unprotected. Check return and bail out when bpfjitbinarylockro returns an error...

5.5CVSS5.3AI score0.00224EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.44 views

CVE-2024-42065

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add a NULL check in xettmstolenmgrinit Add an explicit check to ensure that the mgr is not NULL...

5.5CVSS5.5AI score0.00197EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.39 views

CVE-2024-42066

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo-pagealignment to u64 before bit-shifting to prevent overflow when assigning to minpagesize...

5.5CVSS5.5AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2024/07/29 3:52 p.m.12 views

CVE-2024-42065 drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add a NULL check in xettmstolenmgrinit Add an explicit check to ensure that the mgr is not NULL...

5.5CVSS5.9AI score0.00197EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.13 views

CVE-2024-42064 drm/amd/display: Skip pipe if the pipe idx not set properly

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7AI score0.002EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.47 views

CVE-2024-42064

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

5.5CVSS5.6AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.16 views

CVE-2024-42063

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark bpf prog stack with kmsanunposionmemory in interpreter mode syzbot reported uninit memory usages during maplookup,deleteelem. ========== BUG: KMSAN: uninit-value in devmaplookupelem kernel/bpf/devmap.c:441 inline BUG:...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 3:52 p.m.12 views

CVE-2023-52887

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: enhanced error handling for tightly received RTS messages in xtprxrtssessionnew This patch enhances error handling in scenarios with RTS Request to Send messages arriving closely. It replaces the less informative...

5.5CVSS4.9AI score0.00226EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.29 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...

0.00263EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.17 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
Debian CVE
Debian CVE
added 2024/07/29 3:48 p.m.20 views

CVE-2024-41097

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix endpoint checking in cxacrubind Syzbot is still reporting quite an old issue 1 that occurs due to incomplete checking of present usb endpoints. As such, wrong endpoints types may be used at urb sumbitting...

5.5CVSS5.6AI score0.00234EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.28 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...

0.0024EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.41 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
Debian CVE
Debian CVE
added 2024/07/29 3:48 p.m.15 views

CVE-2024-41095

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...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.37 views

CVE-2024-41094 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...

0.00227EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/29 3:48 p.m.21 views

CVE-2024-41094

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.5CVSS5.5AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 3:48 p.m.179 views

CVE-2024-41093

CVE-2024-41093 – Linux kernel drm/amdgpu null framebuffer object fix : The vulnerability arises in the kernel’s DRM/amdgpu path where code could dereference a null framebuffer object when accessing state->fb->obj[0]. The patch changes the access to obtain the framebuffer object via drm_gem_...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder