988637 matches found
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...
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...
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(...
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...
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...
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,...
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,...
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; ...
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...
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...
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...
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 ...
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 ...
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:...
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_...
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:...
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...
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...
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...
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...