Lucene search
+L

988637 matches found

EUVD
EUVD
added 2026/08/22 3:32 p.m.3 views

EUVD-2026-64555

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't warn when the mount is completed from another user namespace fsopen records the caller's user namespace in fc-userns and hands back an ordinary file descriptor. Nothing ties the task that calls...

5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74615 vxlan: do not arm the ageing timer on a device that is down

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlanchangelink arms vxlan-agetimer whenever the requested ageing interval differs from the configured one: if conf.ageinterval != vxlan-cfg.ageinterval...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74615

CVE-2026-74615 is a slab-use-after-free in the Linux kernel's VXLAN driver. The root cause is that vxlan_changelink() arms the ageing timer without a netif_running() check, so the timer remains queued even when the device is never brought up. When the netdev is subsequently freed via free_netdev(...

5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.4 views

EUVD-2026-64552

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlanchangelink arms vxlan-agetimer whenever the requested ageing interval differs from the configured one: if conf.ageinterval != vxlan-cfg.ageinterval...

5.6AI score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74611

CVE-2026-74611 is a memory corruption vulnerability in the Linux kernel TLS receive path. When the optimistic TLS 1.3 zero-copy path (tls_decrypt_sg) maps user pages, it advances msg->msg_iter. If the decrypted record is not unpadded application data, tls_decrypt_sw retries into a kernel skb b...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.3 views

CVE-2026-74611 tls: rx: restore msg_iter before TLS 1.3 optimistic retry

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:31 p.m.3 views

EUVD-2026-64548

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

5.5AI score
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74610

CVE-2026-74610 is a kernel NULL pointer dereference in the Linux kernel TLS subsystem (tls_sw_sendmsg_locked). When the copy path fills the plaintext sk_msg ring, it fails to set full_record, leaving the record full and unpushed. A subsequent splice() call then writes into the already-full ring; ...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.3 views

EUVD-2026-64547

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.3 views

CVE-2026-74610 tls: don't leave a full plaintext sk_msg ring unpushed

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74600

This vulnerability affects the Linux kernel in the mm/page_table_check subsystem. The functions page_table_check_set() and page_table_check_clear() account mappings based on PageAnon(), but shared zero-page PTEs and huge zero PMDs are special mappings that can be incorrectly accounted as file-bac...

5.5AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:31 p.m.4 views

EUVD-2026-64537

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: skip special zero mappings pagetablecheckset and pagetablecheckclear account mappings based on PageAnon. Shared zero-page PTEs and huge zero PMDs are special mappings, but pagetablecheck can still account them ...

5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.3 views

CVE-2026-74600 mm/page_table_check: skip special zero mappings

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: skip special zero mappings pagetablecheckset and pagetablecheckclear account mappings based on PageAnon. Shared zero-page PTEs and huge zero PMDs are special mappings, but pagetablecheck can still account them ...

SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74594 sched/psi: Shut down rtpoll_timer in psi_cgroup_free()

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...

SaveExploits0References6
CVE
CVE
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74594

This Linux kernel vulnerability is a use-after-free in the Pressure Stall Information (PSI) subsystem. A race between psi_schedule_rtpoll_work() (called locklessly from the scheduler hotpath) and psi_trigger_destroy() allows the rtpoll_timer to be re-armed after the cgroup is freed, causing poll_...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:31 p.m.3 views

EUVD-2026-64531

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...

5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/08/22 3:16 p.m.5 views

CVE-2026-77027

Joomla Extension - fabrikar.com - Unauthenticated stored XSS in Fabrik 4.7.2 - The handling of user supplied input in the jsactions feature leads to an stored XSS vector...

8.6CVSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 3:16 p.m.7 views

CVE-2026-76604

Joomla Extension - fabrikar.com - Unauthenticated remote code execution via PHP form element in Fabrik 4.7.3 - The PHP form element is vulnerable to the execution of user provided codes...

10CVSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 3:16 p.m.5 views

CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

SaveExploits0References8
NVD
NVD
added 2026/08/22 3:16 p.m.6 views

CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

7.1CVSS
SaveExploits0References2
Rows per page
Query Builder