Lucene search
+L

6063 matches found

OSV
OSV
•added 2026/08/15 12:27 p.m.•16 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
Cvelist
Cvelist
•added 2026/08/15 12:27 p.m.•43 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.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/15 12:27 p.m.•19 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
SaveExploits0References7
EUVD
EUVD
•added 2026/08/15 12:27 p.m.•11 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.00209EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/15 12:27 p.m.•49 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.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/08/15 12:27 p.m.•11 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.00209EPSS
SaveExploits0
NVD
NVD
•added 2026/08/15 6:22 a.m.•10 views

CVE-2026-74290

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsflow: Dont expose folded kernel pointers The flow classifier falls back to addrfold for fields that are missing from packet headers. In map mode, userspace controls mask, xor, rshift, addend and divisor, and can...

0.00215EPSS
SaveExploits0References6
NVD
NVD
•added 2026/08/15 6:22 a.m.•15 views

CVE-2026-74259

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.0018EPSS
SaveExploits0
NVD
NVD
•added 2026/08/15 6:22 a.m.•14 views

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

0.00209EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•22 views

CVE-2026-74427

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

9.8CVSS5.5AI score0.00755EPSS
SaveExploits0References12
OSV
OSV
•added 2026/08/15 6:22 a.m.•10 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.00209EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•13 views

CVE-2026-74335

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpftaskfromvpid bpftaskfromvpid looks up a task in the pid namespace of the current task, via findtaskbyvpid: findtaskbyvpidvpid findtaskbypidnsvpid, taskactivepidnscurrent findpidnsnr, ns -...

5.4AI score0.00206EPSS
SaveExploits0References5
NVD
NVD
•added 2026/08/15 6:21 a.m.•9 views

CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

0.00209EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72034

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

7.8CVSS0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.5AI score0.00209EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72090

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Use caller client for debug BO sync amdxdnadrmsyncboioctl looks up args-handle in the ioctl caller's drmfile. For SYNCDIRECTFROMDEVICE, it then calls amdxdnahwctxsyncdebugbo, but passes abo-client...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/15 6:21 a.m.•17 views

UBUNTU-CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.3AI score0.00209EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/08/15 5:59 a.m.•13 views

EUVD-2026-59574

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

5.4AI score0.00755EPSS
SaveExploits0References8
attackerkb
attackerkb
•added 2026/08/15 5:59 a.m.•28 views

CVE-2026-74427

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

5.2AI score0.00755EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
•added 2026/08/15 5:58 a.m.•13 views

EUVD-2026-59530

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvmesetupdescriptorpools nvmesetupdescriptorpools indexes dev-descriptorpools using the numanode forwarded from hctx-numanode by its single caller, nvmeinithctxcommon. On a non-NUMA kernel...

5.4AI score0.00194EPSS
SaveExploits0References3
Rows per page
Query Builder