Lucene search
+L

1958 matches found

OSV
OSV
added 2024/12/27 1:50 p.m.15 views

CVE-2024-53233 unicode: Fix utf8_load() error path

In the Linux kernel, the following vulnerability has been resolved: unicode: Fix utf8load error path utf8load requests the symbol "utf8datatable" and then checks if the requested UTF-8 version is supported. If it's unsupported, it tries to put the data table using symbolput. If an unsupported...

5.5CVSS6AI score
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:50 p.m.170 views

CVE-2024-53216

CVE-2024-53216 (Linux kernel) : The vulnerability exists in nfsd’s handling of svc_expkey/svc_export release. When the last reference to cache_head can drop to zero in c_show/e_show, svc_export_put and expkey_put may free ex_uuid, after which access to ex_uuid can occur (use-after-free). An rcu_r...

7.8CVSS6.5AI score0.00222EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.25 views

CVE-2024-53206 tcp: Fix use-after-free of nreq in reqsk_timer_handler().

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix use-after-free of nreq in reqsktimerhandler. The cited commit replaced inetcskreqskqueuedropandput with inetcskreqskqueuedrop and reqskput in reqsktimerhandler. Then, oreq should be passed to reqskput instead of req;...

9.8CVSS0.00632EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.24 views

CVE-2024-53195 KVM: arm64: Get rid of userspace_irqchip_in_use

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Get rid of userspaceirqchipinuse Improper use of userspaceirqchipinuse led to syzbot hitting the following WARNON in kvmtimerupdateirq: WARNING: CPU: 0 PID: 3281 at arch/arm64/kvm/archtimer.c:459...

0.00218EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.35 views

CVE-2024-53184 um: ubd: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the ubd instance. Otherwise, removing a ubd device will result in a crash: RIP: 0033:blkmqfreetagset+0x1f/0xba RSP:...

0.00247EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.7 views

CVE-2024-53182 Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"

In the Linux kernel, the following vulnerability has been resolved: Revert "block, bfq: merge bfqreleaseprocessref into bfqputcooperator" This reverts commit bc3b1e9e7c50e1de0f573eea3871db61dd4787de. The bic is associated with syncbfqq, and bfqreleaseprocessref cannot be put into bfqputcooperator...

7.2AI score0.00223EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 1:49 p.m.15 views

CVE-2024-53181 um: vector: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the vectordevice instance. Otherwise, removing a vector device will result in a crash: RIP:...

6.2AI score
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/12/24 2:24 p.m.25 views

CVE-2024-53148

In the Linux kernel, the following vulnerability has been resolved: comedi: Flush partial mappings in error case If some remappfnrange calls succeeded before one failed, we still have buffer pages mapped into the userspace page tables when we drop the buffer reference with comedibufmapputbm. The...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.18 views

CVE-2024-53154

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applncoprobe Add NULL check in applncoprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2024/12/24 11:28 a.m.8 views

CVE-2024-53154 clk: clk-apple-nco: Add NULL check in applnco_probe

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applncoprobe Add NULL check in applncoprobe, to handle kernel NULL pointer dereference error...

5.5CVSS6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.21 views

CVE-2024-53152

In the Linux kernel, the following vulnerability has been resolved: PCI: tegra194: Move controller cleanups to pexepeventpexrstdeassert Currently, the endpoint cleanup function dwpcieepcleanup and EPF deinit notify function pciepcdeinitnotify are called during the execution of...

5.5CVSS6.4AI score0.00272EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.19 views

CVE-2024-53150

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descripto...

7.1CVSS6.3AI score0.01351EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.20 views

CVE-2024-53149

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: glink: fix off-by-one in connectorstatus UCSI connector's indices start from 1 up to 3, PMICGLINKMAXPORTS. Correct the condition in the pmicglinkucsiconnectorstatus callback, fixing Type-C orientation reporting...

4.6CVSS5.4AI score0.00305EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/24 11:28 a.m.33 views

CVE-2024-53149 usb: typec: ucsi: glink: fix off-by-one in connector_status

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: glink: fix off-by-one in connectorstatus UCSI connector's indices start from 1 up to 3, PMICGLINKMAXPORTS. Correct the condition in the pmicglinkucsiconnectorstatus callback, fixing Type-C orientation reporting...

0.00305EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.16 views

CVE-2024-53147

In the Linux kernel, the following vulnerability has been resolved: exfat: fix out-of-bounds access of directory entries In the case of the directory size is greater than or equal to the cluster size, if startclu becomes an EOF clusteran invalid cluster due to file system corruption, then the...

7.8CVSS5.5AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/24 11:28 a.m.29 views

CVE-2024-53146 NFSD: Prevent a potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

9.1CVSS0.00544EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.18 views

CVE-2024-53145

In the Linux kernel, the following vulnerability has been resolved: um: Fix potential integer overflow during physmem setup This issue happens when the real map size is greater than LONGMAX, which can be easily triggered on UML/i386...

5.5CVSS5.5AI score0.00218EPSS
SaveExploits0
Saint
Saint
added 2024/12/20 12:00 a.m.327 views

Apache Struts file upload path traversal

Added: 12/20/2024 Background Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller MVC architecture. Problem A directory traversal vulnerability in Apache...

7.9AI score
SaveExploits0
Ubuntu
Ubuntu
added 2024/12/19 11:12 a.m.50 views

LSN-0108-1: Kernel Live Patch Security Notice

In the Linux kernel, the following vulnerability has been resolved: tls: fix use-after-free on failed backlog decryption When the decrypt request goes to the backlog and cryptoaeaddecrypt returns -EBUSY, tlsdodecryption will wait until all async decryptions have completed. If one of them fails,...

9.8CVSS6.9AI score0.00821EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.20 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-53060)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-53060 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer...

5.5CVSS6AI score0.00258EPSS
SaveExploits0References2
Rows per page
Query Builder