Lucene search
+L

1718 matches found

Cvelist
Cvelist
added 2024/10/21 6:1 p.m.18 views

CVE-2024-49908 drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (v2)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

0.00206EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49908

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.3AI score0.00206EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 6:1 p.m.141 views

CVE-2024-49901

CVE-2024-49901 concerns the Linux kernel DRM MSM Adreno path. The root cause was a NULL pointer dereference during cleanup when gpu->pdev may still be NULL during early initialization, including cases where speedbin data exists but opp/hw data in DT is missing. The vulnerability was resolved b...

5.5CVSS5.1AI score0.00234EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.24 views

CVE-2024-49899 drm/amd/display: Initialize denominators' default to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 WHAT & HOW Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to 1 so they are never 0. This fixes 10 DIVIDEBYZERO...

0.00262EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49887

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

5.5CVSS5.7AI score0.00259EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.6 views

CVE-2024-49879

In the Linux kernel, the following vulnerability has been resolved: drm: omapdrm: Add missing check for allocorderedworkqueue As it may return NULL pointer and cause NULL pointer dereference. Add check for the return value of allocorderedworkqueue...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49878

In the Linux kernel, the following vulnerability has been resolved: resource: fix regionintersects vs addmemorydrivermanaged On a system with CXL memory, the resource tree /proc/iomem related to CXL memory may look like something as follows. 490000000-50fffffff : CXL Window 0 490000000-50fffffff ...

5.5CVSS6.1AI score0.00298EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.21 views

CVE-2024-49872 mm/gup: fix memfd_pin_folios alloc race panic

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfdpinfolios alloc race panic If memfdpinfolios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: folio = memfdallocfoliomemfd, startidx; if ISERRfolio ret =...

0.00144EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49864 rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

6.8AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:12 p.m.21 views

CVE-2024-49861

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix helper writes to read-only maps Lonial found an issue that despite user- and BPF-side frozen BPF map like in case of .rodata, it was still possible to write into it from a BPF program side through specific helpers having...

4.4CVSS7AI score0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 12:27 p.m.141 views

CVE-2024-49861

CVE-2024-49861 affects the Linux kernel: bpf: Fix helper writes to read-only maps. The issue allowed a BPF program to write into a read‑only map (e.g., frozen .rodata) via helpers using ARG_PTR_TO_{LONG,INT}, because meta->raw_mode wasn’t set and check_map_access_type() treated the map as read...

7.1CVSS6.6AI score0.00222EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/10/21 12:18 p.m.17 views

CVE-2024-49855 nbd: fix race between timeout and normal completion

In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between timeout and normal completion If request timetout is handled by nbdrequeuecmd, normal completion has to be stopped for avoiding to complete this requeued request, other use-after-free can be triggered. Fix t...

0.00212EPSS
SaveExploits0References5
CVE
CVE
added 2024/10/21 12:18 p.m.129 views

CVE-2024-49855

CVE-2024-49855 affects the Linux kernel nbd subsystem, where a race between timeout handling and normal completion could lead to use-after-free. The issue arises when a timed-out request is requeued by nbd_requeue_cmd() and normal completion tries to finish it, risking use-after-free. The documen...

7CVSS7.7AI score0.00212EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.26 views

CVE-2024-47746 fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set

In the Linux kernel, the following vulnerability has been resolved: fuse: use exclusive lock when FUSEICACHEIOMODE is set This may be a typo. The comment has said shared locks are not allowed when this bit is set. If using shared lock, the wait in fusefilecachedioopen may be forever...

0.00158EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.30 views

CVE-2024-47735 RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

0.00189EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.26 views

CVE-2024-47731 drivers/perf: Fix ali_drw_pmu driver interrupt status clearing

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: Fix alidrwpmu driver interrupt status clearing The alibabauncorepmu driver forgot to clear all interrupt status in the interrupt processing function. After the PMU counter overflow interrupt occurred, an interrupt...

0.00235EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 12:13 p.m.32 views

CVE-2024-47723 jfs: fix out-of-bounds in dbNextAG() and diAlloc()

In the Linux kernel, the following vulnerability has been resolved: jfs: fix out-of-bounds in dbNextAG and diAlloc In dbNextAG , there is no check for the case where bmp-dbnumag is greater or same than MAXAG due to a polluted image, which causes an out-of-bounds. Therefore, a bounds check should ...

0.00286EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 11:53 a.m.99 views

CVE-2024-47708

CVE-2024-47708 : In the Linux kernel, the netkit driver missed assigning the required bpf_net_context during XDP-redirect handling, causing a NULL pointer dereference when NETKIT_REDIRECT invokes skb_do_redirect() and accesses per-CPU variables. The fix is to set the bpf_net_context before callin...

5.5CVSS6.8AI score0.00175EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.17 views

CVE-2024-47704 drm/amd/display: Check link_res->hpo_dp_link_enc before using it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkres-hpodplinkenc before using it WHAT & HOW Functions dpenablelinkphy and dpdisablelinkphy can pass linkres without initializing hpodplinkenc and it is necessary to check for null before dereferencing...

6.9AI score0.00208EPSS
SaveExploits0References5
CVE
CVE
added 2024/10/15 10:48 a.m.153 views

CVE-2024-47674

The CVE-2024-47674 entry concerns the Linux kernel mm subsystem: partial PFN mappings left around in error paths due to cleanup ordering. The issue arises because PFN mappings lack lifecycle tracking, so error handling could free the backing store before page tables are fully cleaned, leaving sta...

5.5CVSS6.6AI score0.00237EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder