Lucene search
+L

13884 matches found

CVE
CVE
added 2024/12/28 9:46 a.m.2459 views

CVE-2024-56705

CVE-2024-56705 concerns the Linux kernel where ia_css_3a_statistics_allocate() fails to check the allocation result of the rgby_data memory, potentially triggering the assertion at ia_css_s3a_hmem_decode() if rgby_data allocation fails. The public technical details in connected sources indicate t...

5.5CVSS6.5AI score0.00267EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.10 views

CVE-2024-56704 9p/xen: fix release of IRQ

In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. Dominique: remove confusing variable reset to 0...

8.4CVSS6.1AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.34 views

CVE-2024-56704 9p/xen: fix release of IRQ

In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. Dominique: remove confusing variable reset to 0...

8.4CVSS0.00242EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/28 9:46 a.m.158 views

CVE-2024-56704

CVE-2024-56704 concerns a Linux kernel issue: in 9p/xen, an IRQ release could be double-freed due to an incorrect IRQ release path, with a fix described as “Pass correct device ID during IRQ release.” Kernel logs reportedly showed an IRQ double-free, and the remediation targets the IRQ release fl...

8.4CVSS6.5AI score0.00242EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.13 views

CVE-2024-56701 powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2024/12/28 9:46 a.m.2387 views

CVE-2024-56701

CVE-2024-56701: Linux kernel powerpc/pseries code fixed a sleeping-lock issue by changing dtl_access_lock to a rw_semaphore because kmalloc() can sleep while held. Root cause: a non-sleeping lock protected code path that sleeps, causing a potential sleep in atomic context. Impact is local (LOCAL)...

5.5CVSS6.4AI score0.00207EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.12 views

CVE-2024-56694 bpf: fix recursive lock when verdict program return SK_PASS

In the Linux kernel, the following vulnerability has been resolved: bpf: fix recursive lock when verdict program return SKPASS When the streamverdict program returns SKPASS, it places the received skb into its own receive queue, but a recursive lock eventually occurs, leading to an operating syst...

7.5CVSS6.2AI score
SaveExploits0References12
OSV
OSV
added 2024/12/28 9:46 a.m.11 views

CVE-2024-56689 PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio'

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platformgetresourcebyname fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint, dereferencing res-start will cause a NULL pointer...

5.5CVSS6.3AI score
SaveExploits0References7
CVE
CVE
added 2024/12/28 9:46 a.m.203 views

CVE-2024-56688

CVE-2024-56688 affects the Linux kernel sunrpc transport path. The vulnerability arises because XPRT_SOCK_UPD_TIMEOUT is not cleared when transport->sock is set to NULL during transport reset, so xs_tcp_send_request() may dereference transport->sock (now NULL). This can lead to a crash or d...

7.5CVSS6.5AI score0.0054EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/12/28 9:46 a.m.135 views

CVE-2024-56684

CVE-2024-56684: In the Linux kernel, mailbox: mtk-cmdq had a wrong sizeof usage in cmdq_get_clocks() where a data pointer was passed to devm_kcalloc(); the allocation should be sizeof(struct clk_bulk_data). The patch fixes the allocation size, addressing a potential memory/overflow issue when con...

8.4CVSS6.5AI score0.00218EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.14 views

CVE-2024-56681 crypto: bcm - add error check in the ahash_hmac_init function

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

7.8CVSS6.2AI score
SaveExploits0References14
OSV
OSV
added 2024/12/28 9:46 a.m.16 views

CVE-2024-56678 powerpc/mm/fault: Fix kfence page fault reporting

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copyfromkernelnofault can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copyfromkernelnofault can cause page...

7.8CVSS6.6AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/12/28 3:53 a.m.17 views

CVE-2024-56640

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix LGR and link use-after-free issue We encountered a LGR/link use-after-free issue, which manifested as the LGR/link refcnt reaching 0 early and entering the clear process, making resource access unsafe. refcountt:...

6.4CVSS6.3AI score0.00617EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.12 views

SUSE CVE-2024-56551

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix usage slab after free +0.000021 BUG: KASAN: slab-use-after-free in drmschedentityflush+0x6cb/0x7a0 gpusched +0.000027 Read of size 8 at addr ffff8881b8605f88 by task amdpciunplug/2147 +0.000023 CPU: 6 PID: 2147...

6.7CVSS7.7AI score0.00237EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/12/28 3:25 a.m.13 views

CVE-2024-56667

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix NULL pointer dereference in captureengine When the intelcontext structure contains NULL, it raises a NULL pointer dereference error in drminfo. cherry picked from commit 754302a5bc1bd8fd3b7d85c168b0a1af6d4bba4d...

5.5CVSS6.8AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 3:25 a.m.22 views

CVE-2024-56663

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix NL80211ATTRMLOLINKID off-by-one Since the netlink attribute range validation provides inclusive checking, the max of attribute NL80211ATTRMLOLINKID should be IEEE80211MLDMAXNUMLINKS - 1 otherwise causing an...

7.1CVSS6.8AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 1:44 a.m.15 views

CVE-2024-56537

In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmpdisp: layer may be null while releasing layer-info can be null if we have an error on the first layer in zynqmpdispcreatelayers...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 4:15 p.m.64 views

CVE-2024-56509

changedetection.io is a free open source web page change detection, website watcher, restock monitor and notification service. Improper input validation in the application can allow attackers to perform local file read LFR or path traversal attacks. These vulnerabilities occur when user input is...

8.6CVSS0.00705EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/27 3:56 p.m.73 views

CVE-2024-56509

CVE-2024-56509 affects changedetection.io. The issue is improper input validation that enables local file read (LFR) or path traversal when user-supplied input is used to build file paths (e.g., file:../../../etc/passwd). The vulnerability is triggered via URLs processed by the application and is...

8.6CVSS8.5AI score0.00705EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:56 p.m.23 views

CVE-2024-56509 changedetection.io has Improper Input Validation Leading to LFR/Path Traversal

changedetection.io is a free open source web page change detection, website watcher, restock monitor and notification service. Improper input validation in the application can allow attackers to perform local file read LFR or path traversal attacks. These vulnerabilities occur when user input is...

8.6CVSS6.3AI score
SaveExploits0References4
Rows per page
Query Builder