Lucene search
+L

6526 matches found

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.44 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.18 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.42 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.25 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.17 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.140 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.115 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.54 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.33 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.13 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.138 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.00198EPSS
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
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.36 views

CVE-2024-43820 dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume

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

0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.29 views

CVE-2024-43818 ASoC: amd: Adjust error handling in case of absent codec device

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: Adjust error handling in case of absent codec device acpigetfirstphysicalnode can return NULL in several cases no such device, ACPI table error, reference count drop to 0, etc. Existing check just emit error message, b...

0.00225EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/17 9:21 a.m.191 views

CVE-2024-43817

The CVE CVE-2024-43817 describes a Linux kernel vulnerability in the virtio_net path: two missing checks in virtio_net_hdr_to_skb() can trigger a crash. The issues arise when after skb_segment the buffer remains non-linear (nr_frags != 0) and SKBTX_SHARED_FRAG is not set, preventing __skb_lineari...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder