Lucene search
+L

6349 matches found

Vulnrichment
Vulnrichment
added 2024/08/17 9:24 a.m.20 views

CVE-2024-43859 f2fs: fix to truncate preallocated blocks in f2fs_file_open()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate preallocated blocks in f2fsfileopen chenyuwen reports a f2fs bug as below: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000011 fscryptsetbiocryptctx+0x78/0x1e8...

6.6AI score0.00237EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/17 9:24 a.m.36 views

CVE-2024-43858 jfs: Fix array-index-out-of-bounds in diFree

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree...

7.8CVSS0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:24 a.m.27 views

CVE-2024-43858 jfs: Fix array-index-out-of-bounds in diFree

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree...

6.8AI score0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.21 views

CVE-2024-43854 block: initialize integrity buffer to zero before writing it to media

In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by biointegrityprep is using plain kmalloc, which leads to random kernel memory being written media. For PI metadata this is limited to the app...

7AI score0.00234EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.42 views

CVE-2024-43854 block: initialize integrity buffer to zero before writing it to media

In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by biointegrityprep is using plain kmalloc, which leads to random kernel memory being written media. For PI metadata this is limited to the app...

0.00234EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.14 views

CVE-2024-43849 soc: qcom: pdr: protect locator_addr with the main mutex

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pdr: protect locatoraddr with the main mutex If the service locator server is restarted fast enough, the PDR can rewrite locatoraddr fields concurrently. Protect them by placing modification of those fields under the...

6.9AI score0.00165EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/17 9:22 a.m.16 views

CVE-2024-43849 soc: qcom: pdr: protect locator_addr with the main mutex

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pdr: protect locatoraddr with the main mutex If the service locator server is restarted fast enough, the PDR can rewrite locatoraddr fields concurrently. Protect them by placing modification of those fields under the...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.40 views

CVE-2024-43845 udf: Fix bogus checksum computation in udf_rename()

In the Linux kernel, the following vulnerability has been resolved: udf: Fix bogus checksum computation in udfrename Syzbot reports uninitialized memory access in udfrename when updating checksum of '..' directory entry of a moved directory. This is indeed true as we pass on-stack diriter.fi to t...

7.8CVSS0.00221EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.24 views

CVE-2024-43842

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89stainfogetiter In rtw89stainfogetiter 'status-hegi' is compared to array size. But then 'rate-hegi' is used as array index instead of 'status-hegi'. This can lead to go beyond array...

7.8CVSS5.6AI score0.00218EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 9:21 a.m.15 views

CVE-2024-43841 wifi: virt_wifi: avoid reporting connection success with wrong SSID

In the Linux kernel, the following vulnerability has been resolved: wifi: virtwifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virtwifi has advertised, the cfg80211connectresult will trigger the warning: WARNONbssnotfound. T...

6.2AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.18 views

CVE-2024-43837

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolveprogtype for BPFPROGTYPEEXT When loading a EXT program without specifying attr-attachprogfd, the prog-aux-dstprog will be null. At this time, calling resolveprogtype anywhere will resul...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0
CVE
CVE
added 2024/08/17 9:21 a.m.132 views

CVE-2024-43831

The CVE-2024-43831 vulnerability affects the Linux kernel media/mediatek/vcodec path, specifically the vpu_dec_init function where an invalid decoder VSI could be mishandled. The fix, as documented, ensures the decoder VSI is valid for future use, reducing the risk of exploitation. The issue is c...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.20 views

CVE-2024-43829 drm/qxl: Add check for drm_cvt_mode

In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drmcvtmode Add check for the return value of drmcvtmode and return the error if it fails in order to avoid NULL pointer dereference...

6.9AI score0.00236EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/17 9:21 a.m.106 views

CVE-2024-43827

In CVE-2024-43827, the Linux kernel DRM AMD display path (drm/amd/display) was fixed by adding a null check before accessing internal structs in enable_phantom_plane. Root cause: missing null pointer validation. Impact, as per CVSS: local, low complexity, low privileges required; confidentiality/...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.52 views

CVE-2024-43827

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enablephantomplane, we should better check null pointer before accessing various structs...

5.5CVSS5.5AI score0.00193EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.14 views

CVE-2024-43827 drm/amd/display: Add null check before access structs

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enablephantomplane, we should better check null pointer before accessing various structs...

6.9AI score0.00193EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.30 views

CVE-2024-43827 drm/amd/display: Add null check before access structs

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enablephantomplane, we should better check null pointer before accessing various structs...

0.00193EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/17 9:21 a.m.12 views

CVE-2024-43826 nfs: pass explicit offset/count to trace events

In the Linux kernel, the following vulnerability has been resolved: nfs: pass explicit offset/count to trace events nfsfoliolength is unsafe to use without having the folio locked and a check for a NULL -fmapping that protects against truncations and can lead to kernel crashes. E.g. when running...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2024/08/17 9:21 a.m.129 views

CVE-2024-43824

The CVE CVE-2024-43824 affects the Linux kernel PCI Express endpoint code (pci_epf_test). The vulnerability arises from use of cached epc_features in pci_epf_test_core_init() instead of querying via pci_epc_get_features(), removing a NULL check that was deemed redundant. The change relies on epc_...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.65 views

CVE-2024-43820

In the Linux kernel, the following vulnerability has been resolved: dm-raid: Fix WARNONONCE check for syncthread in raidresume rm-raid devices will occasionally trigger the following warning when being resumed after a table load because DMRECOVERYRUNNING is set: WARNING: CPU: 7 PID: 5660 at...

5.5CVSS5.3AI score0.00196EPSS
SaveExploits0
Rows per page
Query Builder