Lucene search
+L

18 matches found

SUSE CVE
SUSE CVE
added 2026/08/23 12:06 a.m.12 views

SUSE CVE-2026-74595

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

7.8CVSS5.5AI score0.00092EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74595

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

7.8CVSS0.00092EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 4:16 p.m.9 views

AZL-97224 CVE-2026-74595 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

7.8CVSS5.8AI score0.00092EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.30 views

CVE-2026-74595 fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

7.8CVSS0.00092EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:31 p.m.33 views

CVE-2026-74595

CVE-2026-74595 is an access control flaw in the Linux kernel's fscrypt component. The function fscrypt_ioctl_set_policy() incorrectly uses &nop_mnt_idmap instead of the actual mount's idmap when performing the owner check via inode_owner_or_capable(). On filesystems that support idmapped mounts (...

7.8CVSS5.5AI score0.00092EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:31 p.m.16 views

EUVD-2026-64532

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

5.5AI score0.00092EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.17 views

CVE-2026-74595 fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

7.8CVSS5.6AI score
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-74595

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an...

7.8CVSS5.8AI score0.00092EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.18 views

PT-2026-79600

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscrypt ioctl set policy fscrypt ioctl set policy calls inode owner or capable with &nop mnt idmap before allowing an encryption policy to be set, instead of the idmap of the...

5.4AI score0.00092EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.12 views

CVE-2026-72379

In the Linux kernel, the following vulnerability has been resolved: fs: refuse OTMPFILE creation with an unmapped fsuid or fsgid vfstmpfile never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fsu,gid, the -tmpfi...

5.6AI score0.00209EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/29 9:59 a.m.10 views

CVE-2026-64294

A flaw was found in the Linux kernel's memory management subsystem. This vulnerability arises from incorrect handling of file ownership checks within idmapped mounts, a feature that allows remapping user and group IDs. When certain memory operations are performed on files in an idmapped mount, th...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.9 views

SUSE CVE-2026-64294

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.11 views

CVE-2026-64294

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.5CVSS0.0016EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64294 mm: do file ownership checks with the proper mount idmap

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.8AI score
SaveExploits0References10
CVE
CVE
added 2026/07/25 8:49 a.m.55 views

CVE-2026-64294

CVE-2026-64294 affects the Linux kernel where in idmapped mounts, inode ownership checks for side-channel protection in mincore() and MADV_PAGEOUT could be performed against nop_mnt_idmap, ignoring the file’s mount idmap. The fix introduces a new abstraction, file_owner_or_capable(), to carry the...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.27 views

PT-2026-64515

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description Inode ownership checks used for side-channel protection in the mincore and madviseMADV PAGEOUT functions were incorrectly performed against the nop mnt idmap, which ignores the idmap of...

9.8CVSS5.5AI score0.00748EPSS
SaveExploits10References372
SUSE CVE
SUSE CVE
added 2024/02/28 4:02 a.m.6 views

SUSE CVE-2021-46923

In the Linux kernel, the following vulnerability has been resolved: fs/mountsetattr: always cleanup mountkattr Make sure that finishmountkattr is called after mountkattr was succesfully built in both the success and failure case to prevent leaking any references we took when we built it. We...

3.3CVSS6.5AI score0.00211EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/27 10:15 a.m.13 views

UBUNTU-CVE-2021-46923

In the Linux kernel, the following vulnerability has been resolved: fs/mountsetattr: always cleanup mountkattr Make sure that finishmountkattr is called after mountkattr was succesfully built in both the success and failure case to prevent leaking any references we took when we built it. We...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References5
Rows per page
Query Builder