Lucene search
+L

849 matches found

Snyk
Snyk
added 2026/07/25 1:49 p.m.15 views

Missing Release of Memory after Effective Lifetime

Overview Magick.NET-Q8-OpenMP-x64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package ar...

4.8CVSS5.9AI score0.00093EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64401

In the Linux kernel, the following vulnerability has been resolved: smb: client: resolve SWN tcon from live registrations cifsswnnotify looks up a witness registration by id under cifsswnregidrmutex, drops the mutex, and then uses the registration's cached tcon pointer. That pointer is not a...

7.8CVSS0.00126EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 9:20 a.m.19 views

CVE-2026-64523

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS5.7AI score0.00359EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/25 9:20 a.m.127 views

CVE-2026-64523

The CVE-2026-64523 issue in the Linux kernel affects net/handshake handling during handshake submission. The root cause is that a long-lived file reference backing req->hr_sk->sk_socket may be torn down before FD_PREPARE()/get_file() due to the submit-side sock_hold() not keeping the socket...

9.8CVSS5.7AI score0.00359EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.35 views

CVE-2026-64346

CVE-2026-64346 is a Use-After-Free (UAF) in the Linux kernel's USB gadget UDC subsystem. A race condition allows usb_del_gadget() to free the udc management structure (e.g., via a mode-switch workqueue) while gadget_match_driver() concurrently accesses it through configfs, triggering a NULL point...

7.8CVSS5.7AI score0.00211EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64346 usb: gadget: udc: Fix use-after-free in gadget_match_driver

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

0.00211EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.10 views

SUSE CVE-2026-64245

In the Linux kernel, the following vulnerability has been resolved: fbdev: modedb: fix a possible UAF in fbfindmode If modeoption is NULL, it is assigned from modeoptionbuf: if !modeoption fbgetoptionsNULL, &modeoptionbuf; modeoption = modeoptionbuf; Later, name is assigned from modeoption: const...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:16 p.m.11 views

DEBIAN-CVE-2026-64245

In the Linux kernel, the following vulnerability has been resolved: fbdev: modedb: fix a possible UAF in fbfindmode If modeoption is NULL, it is assigned from modeoptionbuf: if !modeoption fbgetoptionsNULL, &modeoptionbuf; modeoption = modeoptionbuf; Later, name is assigned from modeoption: const...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:31 p.m.43 views

CVE-2026-64245

CVE-2026-64245 is a use-after-free vulnerability in the Linux kernel's fbdev subsystem, specifically in fb_find_mode() within modedb. When mode_option is NULL, it is assigned from mode_option_buf, and a pointer name aliases that buffer. The buffer is then freed via kfree() while name is still der...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.9 views

CVE-2026-65902 DOMPurify before 3.4.7 Hook Mutation Pollution via allowedTags

DOMPurify before 3.4.7 affected versions = 3.4.5 passes direct references to the module-level DEFAULTALLOWEDTAGS and DEFAULTALLOWEDATTR sets to the uponSanitizeElement and uponSanitizeAttribute hooks via data.allowedTags / data.allowedAttributes when sanitize is called without an explicit...

6.1CVSS5.4AI score0.00237EPSS
SaveExploits1References3
CloudLinux
CloudLinux
added 2026/07/22 2:18 p.m.20 views

squid: Fix of 3 CVEs

CVE-2026-33526: fix heap Use-After-Free in ICP traffic handling causing DoS - CVE-2026-33515: fix out-of-bounds read in ICP message handling leaking sensitive information - CVE-2026-32748: fix HttpRequest lifetime in ICP v3 queries preventing Use-After-Free DoS...

9.2CVSS5.9AI score0.08942EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/22 12:35 a.m.11 views

CVE-2026-64016

A flaw was found in the Linux kernel's ksmbd component, which handles file sharing. When a durable network connection is re-established, an error in managing the lifetime of file objects can occur. This can lead to a situation where a file object is released from memory while still being...

9.8CVSS5.4AI score0.00649EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/22 12:01 a.m.13 views

Missing Release of Memory after Effective Lifetime

Overview Affected versions of this package are vulnerable to Missing Release of Memory after Effective Lifetime in the QUIC transport parameters extension handler during the processing of HelloRetryRequest messages. An attacker can cause increased memory consumption by repeatedly triggering...

6.9CVSS5.9AI score0.00388EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.20 views

kernel: cxl/port: Fix use after free of parent_port in cxl_detach_ep()

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix use after free of parentport in cxldetachep cxldetachep is called during bottom-up removal when all CXL memory devices beneath a switch port have been removed. For each port in the hierarchy it locks both the port a...

7.8CVSS6.6AI score0.00125EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.15 views

SUSE CVE-2026-63970

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: bind uarg before filling zerocopy skb virtiotransportsendpktinfo allocates or reuses the zerocopy uarg before entering the send loop, but virtiotransportallocskb still fills the skb before it inherits that uarg. Whe...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.22 views

CVE-2026-64016

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix durable reconnect error path file lifetime After a durable reconnect succeeds, ksmbdreopendurablefd republishes the same ksmbdfile into the session volatile-id table. If smb2open then takes a later error path, cleanup...

9.8CVSS5.2AI score0.00649EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.41 views

CVE-2026-64016 ksmbd: fix durable reconnect error path file lifetime

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix durable reconnect error path file lifetime After a durable reconnect succeeds, ksmbdreopendurablefd republishes the same ksmbdfile into the session volatile-id table. If smb2open then takes a later error path, cleanup...

9.8CVSS0.00649EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.62 views

CVE-2026-64016

CVE-2026-64016 : In the Linux kernel, the ksmbd durable reconnect path could mismanage file objects when a later error path occurred after a successful durable reconnect. Specifically, ksmbd_reopen_durable_fd() republished the same ksmbd_file into the session volatile-id table, and if smb2_open()...

9.8CVSS5.3AI score0.00649EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.9 views

CVE-2026-64016 ksmbd: fix durable reconnect error path file lifetime

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix durable reconnect error path file lifetime After a durable reconnect succeeds, ksmbdreopendurablefd republishes the same ksmbdfile into the session volatile-id table. If smb2open then takes a later error path, cleanup...

9.8CVSS5.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.39 views

CVE-2026-63970 vsock/virtio: bind uarg before filling zerocopy skb

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: bind uarg before filling zerocopy skb virtiotransportsendpktinfo allocates or reuses the zerocopy uarg before entering the send loop, but virtiotransportallocskb still fills the skb before it inherits that uarg. Whe...

7.8CVSS0.00175EPSS
SaveExploits0References4
Rows per page
Query Builder