Lucene search
+L

10436 matches found

CVE
CVE
added 2025/10/30 9:48 a.m.37 views

CVE-2025-40101

CVE-2025-40101 affects the Linux kernel’s btrfs implementation. The issue occurs in btrfs_load_block_group_zone_info() when the mapping type is not a SINGLE data profile and there is no RAID stripe tree. The code previously fell through cleanup instead of returning early, causing memory leaks by ...

6.2AI score0.00185EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/30 9:48 a.m.9 views

CVE-2025-40101 btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST At the end of btrfsloadblockgroupzoneinfo the first thing we do is to ensure that if the mapping type is not a SINGLE one and there is no RAID stripe...

6.6AI score
SaveExploits0References6
OSV
OSV
added 2025/10/30 9:48 a.m.6 views

CVE-2025-40095 usb: gadget: f_rndis: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: frndis: Refactor bind path to use free After an bind/unbind cycle, the rndis-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.5AI score
SaveExploits0References8
CVE
CVE
added 2025/10/30 9:48 a.m.76 views

CVE-2025-40095

The CVE refers to the Linux kernel USB gadget driver bug in f_rndis: after a bind/unbind cycle, rndis->notify_req becomes stale, and a subsequent bind failure could trigger a NULL pointer dereference when ep->ops->free_request is accessed. The root cause is in the bind path error handlin...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.34 views

CVE-2025-40095 usb: gadget: f_rndis: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: frndis: Refactor bind path to use free After an bind/unbind cycle, the rndis-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/30 9:48 a.m.60 views

CVE-2025-40094

The CVE-2025-40094 issue lies in the Linux kernel USB gadget driver (f_acm) where, after a bind/unbind cycle, acm->notify_req can become stale. If a subsequent bind fails, the error path frees this stale request, causing a NULL dereference at ep->ops->free_request. The connected sources ...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.29 views

CVE-2025-40094 usb: gadget: f_acm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/30 9:48 a.m.8 views

CVE-2025-40094 usb: gadget: f_acm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/10/30 9:48 a.m.70 views

CVE-2025-40093

The CVE-2025-40093 issue affects the Linux kernel’s USB gadget driver (f_ecm.c). After a bind/unbind cycle, ecm->notify_req can remain stale, and if a subsequent bind fails the error path attempts to free it, causing a NULL pointer dereference when ep->ops->free_request is accessed. The ...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.33 views

CVE-2025-40093 usb: gadget: f_ecm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/30 9:48 a.m.7 views

CVE-2025-40093 usb: gadget: f_ecm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.5AI score
SaveExploits0References8
CVE
CVE
added 2025/10/30 9:47 a.m.57 views

CVE-2025-40092

CVE-2025-40092 affects the Linux kernel USB gadget driver, specifically the f_ncm function. After a bind/unbind cycle, ncm->notify_req can remain stale; if a subsequent bind fails, the error handling path would attempt to free the stale request via ep->ops->free_request, causing a NULL p...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/30 9:47 a.m.8 views

CVE-2025-40092 usb: gadget: f_ncm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/30 9:47 a.m.29 views

CVE-2025-40092 usb: gadget: f_ncm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/30 6:15 a.m.14 views

AZL-69580 CVE-2025-62230 affecting package xorg-x11-server-Xwayland for versions less than 24.1.6-3

A flaw was discovered in the X.Org X server’s X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

7.3CVSS7.2AI score0.00263EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/30 6:15 a.m.12 views

CVE-2025-62230

A flaw was discovered in the X.Org X server’s X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

7.3CVSS0.00263EPSS
SaveExploits0References38
CVE
CVE
added 2025/10/30 5:19 a.m.81 views

CVE-2025-62230

CVE-2025-62230 affects the X.Org X server family (Xwayland/Xkb handling). The issue is a use-after-free in the Xkb client resource removal path when a client disconnects, caused by improper cleanup of Xkb resources that frees the XkbInterest data but not the associated resource, potentially leadi...

7.3CVSS6.3AI score0.00263EPSS
SaveExploits0References38Affected Software2
EUVD
EUVD
added 2025/10/30 5:19 a.m.10 views

EUVD-2025-36902

A flaw was discovered in the X.Org X server’s X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

7.3CVSS6.3AI score0.00263EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/30 5:19 a.m.49 views

CVE-2025-62230 Xorg: xwayland: use-after-free in xkb client resource removal

A flaw was discovered in the X.Org X server’s X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

7.3CVSS0.00263EPSS
SaveExploits0References36
AlpineLinux
AlpineLinux
added 2025/10/30 5:19 a.m.12 views

CVE-2025-62230

A flaw was discovered in the X.Org X server’s X Keyboard Xkb extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected...

7.3CVSS6.5AI score0.00263EPSS
SaveExploits0
Rows per page
Query Builder