Lucene search
+L

6318 matches found

Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.15 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.126 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.00234EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/17 9:21 a.m.93 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
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.27 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
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.49 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
OSV
OSV
added 2024/08/17 9:21 a.m.11 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.5CVSS5.8AI score0.00227EPSS
SaveExploits0References6
CVE
CVE
added 2024/08/17 9:21 a.m.121 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
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.29 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
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.58 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.23 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.176 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.00237EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.50 views

CVE-2024-43816

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Revise lpfcprepembedio routine with proper endian macro usages On big endian architectures, it is possible to run into a memory out of bounds pointer dereference when FCP targets are zoned. In lpfcprepembedio, the...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0
NVD
NVD
added 2024/08/17 9:15 a.m.58 views

CVE-2024-42317

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

5.5CVSS0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/17 9:15 a.m.35 views

CVE-2024-42308

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

6.3AI score
SaveExploits0References1
NVD
NVD
added 2024/08/17 9:15 a.m.13 views

CVE-2024-42292

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

7.1CVSS0.00248EPSS
SaveExploits0References11
NVD
NVD
added 2024/08/17 9:15 a.m.13 views

CVE-2024-42285

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iwconnreqhandler associates a new struct rdmaidprivate connid with an existing struct iwcmid cmid as follows: connid-cmid.iw = cmid; cmid-context = connid; cmid-cmhandl...

7.8CVSS0.00244EPSS
SaveExploits0References10
NVD
NVD
added 2024/08/17 9:15 a.m.20 views

CVE-2024-42263

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

5.5CVSS0.00196EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.17 views

CVE-2024-42293

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Fix lockless walks with static and dynamic page-table folding Lina reports random oopsen originating from the fast GUP code when 16K pages are used with 4-level page-tables, the fourth level being folded at runtime due...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References4
Rows per page
Query Builder