Lucene search
+L

29372 matches found

Cvelist
Cvelist
added 2026/07/25 9:14 a.m.29 views

CVE-2026-64518 tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix out-of-bounds access for twsk in tcpaoestablishedkey. lockdepsockisheld was added in tcpaoestablishedkey by the cited commit. It can be called from tcpv46timewaitack with twsk. Since it does not have sk-sklock, the lockd...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 9:14 a.m.6 views

CVE-2026-64518 tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix out-of-bounds access for twsk in tcpaoestablishedkey. lockdepsockisheld was added in tcpaoestablishedkey by the cited commit. It can be called from tcpv46timewaitack with twsk. Since it does not have sk-sklock, the lockd...

5.8AI score
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64507 x86/bugs: Enable IBPB flush on BPF JIT allocation

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48851

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.8AI score0.00157EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:52 a.m.21 views

CVE-2026-64508

CVE-2026-64508 relates to a Linux kernel vulnerability in BPF JIT memory reuse. The issue arises when the BPF JIT allocator reuses space for new programs, potentially letting indirect jumps reuse stale branch predictions. Fix implemented: flush indirect branch predictors on JIT memory reuse via a...

5.8AI score0.00157EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:51 a.m.21 views

CVE-2026-64439

CVE-2026-64439: In the Linux kernel, the krb5 AEAD path could free a buffer while an async AEAD worker still held a pointer, causing a use-after-free (KASAN). The fix filters out async AEAD implementations at allocation time in krb5_aead_encrypt()/krb5_aead_decrypt() and corresponding rfc3961_sim...

9.8CVSS5.8AI score0.0043EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:51 a.m.14 views

CVE-2026-64429

CVE-2026-64429 : In the Linux kernel, the gpio eic-sprd driver used a sleeping lock during irq startup (spin_lock_irqsave) which could be invoked from an irq_startup path, leading to a sleeping function in an invalid context on PREEMPT_RT. The fix converts the Spreadtrum EIC controller lock to a ...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64426 io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE

In the Linux kernel, the following vulnerability has been resolved: iouring/nop: fix file reference leak with IOSQEFIXEDFILE NOP file-acquisition support choses between a fixed registered file and a normal fget'd file based on its own IORINGNOPFIXEDFILE flag in sqe-nopflags. However, a request's...

5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:51 a.m.9 views

EUVD-2026-48770

In the Linux kernel, the following vulnerability has been resolved: iouring/nop: fix file reference leak with IOSQEFIXEDFILE NOP file-acquisition support choses between a fixed registered file and a normal fget'd file based on its own IORINGNOPFIXEDFILE flag in sqe-nopflags. However, a request's...

5.8AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64426

Summary (CVE-2026-64426) Multiple sources describe a Linux kernel vulnerability in io_uring/nop where a file reference leak occurs when IOSQE_FIXED_FILE is set but IORING_NOP_FIXED_FILE is not; if REQ_F_FIXED_FILE is set, io_nop() may take the normal path and grab a real reference via io_file_get...

5.8AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48936

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

5.7AI score0.00469EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64374 sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS0.00501EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64374

CVE-2026-64374 concerns the Linux kernel’s RT scheduling path. The vulnerability stems from making RT_PUSH_IPI default off for non-PREEMPT_RT configurations, which could affect RT migration when high-priority RT tasks are scheduled across CPUs. The mechanism normally pulls RT tasks between CPUs u...

7.5CVSS5.9AI score0.00501EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48918

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

5.9AI score0.00501EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.10 views

CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0
Circl
Circl
added 2026/07/25 6:31 a.m.10 views

GHSA-3R53-75J5-3G7J

creationtimestamp| type| source ---|---|--- 2026-07-25 06:31:04+00:00| seen| https://gist.github.com/alon710/31362352a2fade2501771882d0062b85...

5.8AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/25 12:14 a.m.6 views

SUSE CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS5.8AI score0.00256EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-42955

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In NLnet Labs Unbound 1.16.2 up to and including 1.25.1, a similar vulnerability as with CVE-2026-40622 in the 'ghost domain names' family of attacks was found ...

8.7CVSS5.7AI score0.00203EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.12 views

PT-2026-64649

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use raw spinlock t in the irq startup path sch irq unmask enables the GPIO IRQ and then updates the controller state through sch irq mask unmask, which takes sch-lock with spin lock irqsave. The callback can be reached...

5.7AI score0.00173EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-64374

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priori...

7.5CVSS6AI score0.00501EPSS
SaveExploits0References4
Rows per page
Query Builder