Lucene search
+L

100610 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.4 views

CVE-2026-74730

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

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

CVE-2026-74707

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.2 views

CVE-2026-74630

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.2 views

CVE-2026-74615

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
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.3 views

CVE-2026-74730 NFS: Pin the 'struct nfs_server' during a FREE_STATEID call

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.5 views

CVE-2026-74730

This is a use-after-free vulnerability in the Linux kernel NFS subsystem . When a FREE_STATEID operation is delayed, the struct nfs_server object can be freed while operations are still in flight, leading to a use-after-free condition. The fix pins the struct nfs_server by incrementing its refcou...

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

EUVD-2026-64417

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

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

CVE-2026-74707

CVE-2026-74707 affects the Linux kernel AF_XDP zero-copy TX path. The root cause is a TOCTOU (time-of-check to time-of-use) race : TX metadata is validated when obtaining the descriptor context, but read again later when preparing the hardware request. User space can modify the metadata between t...

5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.4 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

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

EUVD-2026-64394

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74630 ipv6: prevent in6_dev_get() from resurrecting inet6_dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

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

CVE-2026-74630

CVE-2026-74630 is a use-after-free vulnerability in the Linux kernel IPv6 subsystem , specifically in the in6_dev_get() function. The root cause is a race condition: in6_dev_get() reads dev->ip6_ptr under RCU and unconditionally increments its refcount, but device teardown can clear the pointe...

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

EUVD-2026-64567

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

5.6AI score
SaveExploits0References8
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.3 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.3 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
BDU FSTEC
BDU FSTEC
added 2026/08/22 11:42 a.m.53 views

The vulnerabilities in the net/bluetooth/eir.c and net/bluetooth/mgmt.c modules of Linux kernel allow a hacker to cause a service failure.

The vulnerability in the net/bluetooth/eir.c and net/bluetooth/mgmt.c modules of Linux kernel systems relates to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to cause a system failure...

7CVSS6.1AI score0.00137EPSS
SaveExploits0References5Affected Software2
Nuclei
Nuclei
added 2026/08/22 2:23 a.m.58 views

Citrix SD-WAN Center - Remote Command Injection

Citrix SD-WAN Center is susceptible to remote command injection via the traceroute function in DiagnosticsController, which does not sufficiently validate or sanitize HTTP request parameter values used to construct a shell command. An attacker can trigger this vulnerability by routing traffic...

10CVSS8.8AI score0.39544EPSS
SaveExploits1References3
Nuclei
Nuclei
added 2026/08/22 2:23 a.m.173 views

WordPress Paytm Payment Gateway <=2.7.0 - Server-Side Request Forgery

WordPress Paytm Payment Gateway plugin through 2.7.0 contains a server-side request forgery vulnerability. An attacker can cause a website to execute website requests to an arbitrary domain, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized...

7.2CVSS6.8AI score0.41762EPSS
SaveExploits0References5
Nuclei
Nuclei
added 2026/08/22 2:23 a.m.93 views

Cisco VPN Routers - Unauthenticated Arbitrary File Upload

A vulnerability in the web-based management interface of Cisco RV340, RV340W, RV345, and RV345P Dual WAN Gigabit VPN Routers could allow an unauthenticated, remote attacker to upload arbitrary files to an affected device. This vulnerability is due to insufficient authorization enforcement...

9.8CVSS6.9AI score0.88874EPSS
SaveExploits0References5
Rows per page
Query Builder