Lucene search
+L

6348 matches found

Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.14 views

CVE-2024-49937

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Set correct chandef when starting CAC When starting CAC in a mode other than AP mode, it return a "WARNING: CPU: 0 PID: 63 at cfg80211chandefdfsusable+0x20/0xaf cfg80211" caused by the chandef.chan being null at t...

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

CVE-2024-49935

In the Linux kernel, the following vulnerability has been resolved: ACPI: PAD: fix crash in exitroundrobin The kernel occasionally crashes in cpumaskclearcpu, which is called within exitroundrobin, because when executing clearbitnr, addr with nr set to 0xffffffff, the address calculation may caus...

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

CVE-2024-49934

CVE-2024-49934 concerns the Linux kernel vulnerability in the fs/inode path where dump_mapping() could access invalid dentry.d_name.name, potentially causing a crash during hot-remove of a memory device (e.g., hugetlb). The connected documents describe the root cause as unsafe filename retrieval ...

7.1CVSS6.1AI score0.00261EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49934

In the Linux kernel, the following vulnerability has been resolved: fs/inode: Prevent dumpmapping accessing invalid dentry.dname.name It's observed that a crash occurs during hot-remove a memory device, in which user is accessing the hugetlb. See calltrace as following: ------------ cut here...

7.1CVSS5.5AI score0.00261EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.28 views

CVE-2024-49934 fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name

In the Linux kernel, the following vulnerability has been resolved: fs/inode: Prevent dumpmapping accessing invalid dentry.dname.name It's observed that a crash occurs during hot-remove a memory device, in which user is accessing the hugetlb. See calltrace as following: ------------ cut here...

6.5AI score0.00261EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49933

In the Linux kernel, the following vulnerability has been resolved: blkiocost: fix more out of bound shifts Recently running UBSAN caught few out of bound shifts in the iocforgivedebts function: UBSAN: shift-out-of-bounds in block/blk-iocost.c:2142:38 shift exponent 80 is too large for 64-bit typ...

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

CVE-2024-49932

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT e.g. due to preallocated extents not being...

7CVSS5.4AI score0.00202EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.29 views

CVE-2024-49931 wifi: ath12k: fix array out-of-bound access in SoC stats

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12ksocdpstats::halreoerror array is defined with a maximum size of DPREODSTRINGMAX. However, the ath12kdprxprocess function access...

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

CVE-2024-49931

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12ksocdpstats::halreoerror array is defined with a maximum size of DPREODSTRINGMAX. However, the ath12kdprxprocess function access...

7.8CVSS6.1AI score0.00244EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:1 p.m.19 views

CVE-2024-49931 wifi: ath12k: fix array out-of-bound access in SoC stats

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12ksocdpstats::halreoerror array is defined with a maximum size of DPREODSTRINGMAX. However, the ath12kdprxprocess function access...

6.1AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.14 views

CVE-2024-49929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

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

CVE-2024-49927

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49928 wifi: rtw89: avoid reading out of bounds when loading TX power FW elements

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid reading out of bounds when loading TX power FW elements Because the loop-expression will do one more time before getting false from cond-expression, the original code copied one more entry size beyond valid...

7.2AI score0.00243EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 6:1 p.m.177 views

CVE-2024-49927

The CVE-2024-49927 entry concerns the Linux kernel x86 IO-APIC code. The connected Astra Linux security bulletin details the vulnerability as: a failure to allocate an irq_pin_list could cause a kernel panic with the message “IO-APIC: failed to add irq-pin,” due to a panicky legacy IO/APIC path d...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49926

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcutasksneedgpcb For kernels built with CONFIGFORCENRCPUS=y, the nrcpuids is defined as NRCPUS instead of the number of possible cpus, this will cause the following syst...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.17 views

CVE-2024-49926 rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcutasksneedgpcb For kernels built with CONFIGFORCENRCPUS=y, the nrcpuids is defined as NRCPUS instead of the number of possible cpus, this will cause the following syst...

6.9AI score0.00235EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.19 views

CVE-2024-49925

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and cleanup sysfs groups already. Make use of that functionality to simplify the error handling and cleanup. Also avoid a UAF race during...

7.1CVSS5.7AI score0.00273EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.25 views

CVE-2024-49923 drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

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

CVE-2024-49923

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

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

CVE-2024-49921

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used WHAT & HOW Poniters, such as dc-clkmgr, are null checked previously in the same function, so Coverity warns "implies that "dc-clkmgr" might be null". As a result, these pointers ne...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder