Lucene search
+L

6013 matches found

Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•36 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/22 3:33 p.m.•41 views

CVE-2026-74718

This vulnerability affects the Linux kernel devlink subsystem. In devlink_nl_reload_doit(), a call to devlink_netns_get() acquires a reference to a network namespace. When the requested namespace differs from the current one and the reload action is not DRIVER_REINIT, the function returns -EOPNOT...

5.5AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/22 3:33 p.m.•15 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

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

EUVD-2026-64402

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix netns reference imbalance in conntrack kfuncs The opts argument of the BPF conntrack kfuncs can point to a shared map value. bpfnfctlookup and bpfnfctallocentry read opts-netnsid separately when acquiring and releasing t...

5.5AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/22 3:33 p.m.•41 views

CVE-2026-74715

CVE-2026-74715 is a race condition in the Linux kernel BPF conntrack kfuncs (__bpf_nf_ct_lookup() and __bpf_nf_ct_alloc_entry()). The opts argument can reference a shared BPF map value, and opts->netns_id is read independently during namespace reference acquisition and release. A concurrent wr...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•11 views

EUVD-2026-64357

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•31 views

CVE-2026-74670 ipvs: stop estimator after disabled calc phase

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

7.8CVSS0.00175EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/22 3:32 p.m.•28 views

CVE-2026-74670 ipvs: stop estimator after disabled calc phase

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

7.8CVSS5.7AI score
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:32 p.m.•105 views

CVE-2026-74670

CVE-2026-74670 affects the Linux kernel IPVS (IP Virtual Server) estimator subsystem. The IPVS estimator kthread starts with zeroed chain and tick limits until its initial calculation phase completes. If a network namespace teardown clears ipvs->enable during that phase, ip_vs_est_calc_phase()...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•33 views

CVE-2026-74619 ovl: don't warn when the mount is completed from another user namespace

In the Linux kernel, the following vulnerability has been resolved: ovl: 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 fsconfigFSCONFIGCMDCREAT...

0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/22 3:32 p.m.•52 views

CVE-2026-74619

This Linux kernel vulnerability affects the overlayfs component. An unprivileged task can trigger a WARN_ON() in ovl_fill_super() by creating a user and mount namespace in a child process, calling fsopen("overlay"), passing the fscontext file descriptor to the parent, and having the parent issue ...

5.6AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/22 3:32 p.m.•20 views

CVE-2026-74619 ovl: don't warn when the mount is completed from another user namespace

In the Linux kernel, the following vulnerability has been resolved: ovl: 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 fsconfigFSCONFIGCMDCREAT...

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

EUVD-2026-64556

In the Linux kernel, the following vulnerability has been resolved: ovl: 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 fsconfigFSCONFIGCMDCREAT...

5.6AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/22 3:32 p.m.•37 views

CVE-2026-74618

CVE-2026-74618 affects the Linux kernel 's binfmt_misc filesystem. The root cause is a WARN_ON() in bm_fill_super() that triggers when a binfmt_misc mount is completed from a different user namespace than the one that created the fscontext via fsopen(). Because fsconfig(FSCONFIG_CMD_CREATE) autho...

5.6AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•12 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 score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•29 views

CVE-2026-74618 binfmt_misc: don't warn when the mount is completed from another user namespace

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...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/22 3:32 p.m.•20 views

CVE-2026-74618 binfmt_misc: don't warn when the mount is completed from another user namespace

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.7AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•32 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.00171EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/22 3:32 p.m.•56 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.00171EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/22 12:51 a.m.•16 views

SUSE CVE-2026-75140

jsoup through 1.23.2, fixed in commit 862ba2f, contains an uncontrolled resource consumption vulnerability in XmlTreeBuilder that allows remote attackers to exhaust JVM heap memory by supplying a deeply nested XML document with uniquely-namespaced elements. The builder copies the entire inherited...

8.7CVSS5.5AI score0.00525EPSS
SaveExploits0References3
Rows per page
Query Builder