Lucene search
+L

3730 matches found

CVE
CVE
•added 2026/08/22 3:32 p.m.•47 views

CVE-2026-74662

CVE-2026-74662 is a race condition in the Linux kernel 's inet: frags (IP fragmentation) subsystem. In inet_frag_create(), the fragment queue timer is armed before the queue is inserted into the fqdir rhashtable. When the namespace fragment timeout is zero or negative, the timer can fire before t...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•9 views

EUVD-2026-64565

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

5.7AI score0.005EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/22 3:32 p.m.•49 views

CVE-2026-74628

CVE-2026-74628 is a use-after-free in the Linux kernel's net/x25 (X.25 protocol) subsystem. The root cause is that x25 timers are armed with mod_timer() and cancelled with timer_delete(), meaning a pending timer holds no reference on the socket. Because x25_heartbeat_expiry() rearms unconditional...

9.8CVSS5.7AI score0.005EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•17 views

CVE-2026-74628 net/x25: fix use-after-free of the socket by its timers

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

9.8CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•33 views

CVE-2026-74628 net/x25: fix use-after-free of the socket by its timers

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

9.8CVSS0.005EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•27 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...

8.8CVSS0.00126EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:32 p.m.•40 views

CVE-2026-74615

CVE-2026-74615 is a slab-use-after-free in the Linux kernel vxlan module. The root cause is that vxlan_changelink() arms the FDB ageing timer without a netif_running() check, so on a never-brought-up device the timer persists after free_netdev() releases the vxlan_dev struct, causing the timer co...

8.8CVSS5.6AI score0.00126EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•22 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...

8.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•12 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 score0.00126EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:31 p.m.•25 views

CVE-2026-74587 sctp: fix use-after-free of cached ASCONF chunk

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

9.8CVSS5.7AI score
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2026/08/22 12:54 a.m.•10 views

SUSE CVE-2026-72323

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential UAF in igmpgqstarttimer A race condition exists between device teardown inetdevdestroy and incoming IGMP query processing igmprcv, leading to a Use-After-Free in the IGMP timer callback. During device...

9.8CVSS5.6AI score0.00724EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/22 12:00 a.m.•19 views

PT-2026-79599

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpoll timer in psi cgroup free psi schedule rtpoll work is called locklessly from the scheduler hotpath and can race psi trigger destroy taking down the last rtpoll trigger under rtpoll trigger lock: psi...

5.4AI score0.00129EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/08/22 12:00 a.m.•22 views

PT-2026-79667

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the inet frag create function where the fragment queue timer is armed before the queue is inserted into the fqdir rhashtable. If the namespace fragment timeout is zero...

9.8CVSS5.9AI score0.00514EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
•added 2026/08/22 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-74662

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - inet: frags: publish queues before arming timer inetfragcreate arms the fragment queue timer before inserting the queue into the fqdir rhashtable. If the...

9.8CVSS6.3AI score0.00514EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/22 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74628

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no...

9.8CVSS5.5AI score0.005EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/22 12:00 a.m.•16 views

PT-2026-79620

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

5.4AI score0.00126EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/08/22 12:00 a.m.•44 views

PT-2026-79692

In the Linux kernel, the following vulnerability has been resolved: watchdog: at91sam9 wdt: prevent timer rearm during teardown at91 ping rearms the watchdog timer from its callback. timer delete neither waits for a running callback nor prevents it from rearming the timer, so probe failure or...

5.4AI score0.00127EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/22 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74615

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

8.8CVSS6.1AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/22 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74687

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - watchdog: at91sam9wdt: prevent timer rearm during teardown at91ping rearms the watchdog timer from its callback. timerdelete neither waits for a running callbac...

7.8CVSS6.4AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/21 5:40 p.m.•39 views

CVE-2026-77234 Improper input validation in FreeRTOS-Kernel timer command handling

Improper input validation in FreeRTOS-Kernel before 11.3.1 might allow an unprivileged task on MPU-enabled ports to execute code in privileged kernel context. To remediate this issue, users should upgrade to version 11.3.1 or later...

9.3CVSS0.00119EPSS
SaveExploits0References3
Rows per page
Query Builder