Lucene search
+L

430 matches found

CVE
CVE
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74484

CVE-2026-74484 concerns the Linux kernel’s binfmt_misc feature: an entry registered with the character 'F' can cause the interpreter to pin itself, preventing proper unregistration and leading to a DoS with leaked resources (including user namespaces). The issue arises when the interpreter’s file...

5.4AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:27 p.m.13 views

CVE-2026-74485 binfmt_misc: reject a flag character as the field delimiter

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that separates the individual fields. So that the field parsers terminate even on a truncated string createent...

7.1CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.38 views

CVE-2026-74484 binfmt_misc: don't let an 'F' entry pin its own instance

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't let an 'F' entry pin its own instance An entry registered with 'F' opens its interpreter at registration time and holds that file until the entry is freed. Any entry nobody removes by hand only gets closed once...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:27 p.m.10 views

CVE-2026-74484 binfmt_misc: don't let an 'F' entry pin its own instance

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't let an 'F' entry pin its own instance An entry registered with 'F' opens its interpreter at registration time and holds that file until the entry is freed. Any entry nobody removes by hand only gets closed once...

5.5AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74485

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that separates the individual fields. So that the field parsers terminate even on a truncated string createent...

5.7AI score0.00126EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.37 views

CVE-2026-74483 binfmt_misc: don't leak the user namespace when the mount fails

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74483 binfmt_misc: don't leak the user namespace when the mount fails

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59676

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74483

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.3AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 12:27 p.m.24 views

CVE-2026-74483

CVE-2026-74483 affects the Linux kernel: binfmt_misc may leak a user namespace across mounts when bm_fill_super() fails. The root cause is improper ownership transfer of the user namespace through s_fs_info leading to a leak, which is mitigated by dropping the reference in kill_sb() so the namesp...

5.4AI score0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-72430

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix nfconnlabels leak on two error paths tcfctfillparams calls nfconnlabelsget setting putlabels when TCACTLABELS is present, but two later error sites use a bare return instead of "goto err", skipping the err:...

5.4AI score0.002EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74483

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key...

5.5AI score0.00155EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/10 5:06 p.m.10 views

CVE-2021-33751

creationtimestamp| type| source ---|---|--- 2026-08-10 17:06:11+00:00| seen| https://bsky.app/profile/vulnsea.com/post/3msqljja6or2r...

7.8CVSS7.4AI score0.00812EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

DEBIAN-CVE-2026-68186

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: set haveexecfd only once the interpreter is opened loadmiscbinary raises bprm-haveexecfd as soon as it sees the 'O' or 'C' flag. This happens well before it opens the interpreter. If that open fails the flag stays set...

5.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68186

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: set haveexecfd only once the interpreter is opened loadmiscbinary raises bprm-haveexecfd as soon as it sees the 'O' or 'C' flag. This happens well before it opens the interpreter. If that open fails the flag stays set...

5.4AI score0.0021EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:20 p.m.6 views

UBUNTU-CVE-2026-68335

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

7.8CVSS5.1AI score0.00135EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 11:59 a.m.9 views

CVE-2026-68186 binfmt_misc: set have_execfd only once the interpreter is opened

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: set haveexecfd only once the interpreter is opened loadmiscbinary raises bprm-haveexecfd as soon as it sees the 'O' or 'C' flag. This happens well before it opens the interpreter. If that open fails the flag stays set...

5.5AI score
SaveExploits0References11
AstraLinux
AstraLinux
added 2026/08/06 10:25 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ppp: The requirement for CAPNETADMIN in the target netns is necessary for unattached IOCTls. The opening of /dev/ppp is currently allowed for file-fcred-userns, while unattached administrative IOCTls operate on...

8.8CVSS5.8AI score0.0025EPSS
SaveExploits1References3
CVE
CVE
added 2026/08/05 8:09 a.m.163 views

CVE-2026-64581

CVE-2026-64581 is a Linux kernel vulnerability in the xfrm code. The issue arises in xfrm_user_policy(), which clears the socket destination cache (sk_dst_cache) non‑atomically, allowing a race with a per‑socket policy change that can cause the same dst to be released twice, freeing the xfrm_dst ...

7.8CVSS5.4AI score0.00112EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.17 views

CVE-2026-63921

In the Linux kernel, the following vulnerability has been resolved: ip6: vti: Use ip6tnl.net in vti6siocdevprivate. After patch 1/2 in this series, vti6update unlinks and relinks the tunnel through t-net. vti6siocdevprivate still uses devnetdev for the collision lookup. For a tunnel moved through...

8.8CVSS0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder