Description
In the Linux kernel, the following vulnerability has been resolved:

fanotify: fix false positive on permission events

fsnotify_get_mark_safe() may return false for a mark on an unrelated group,
which results in bypassing the permission check.

Fix by skipping over detached marks that are not in the current group.
Published: 2026-05-28
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s fanotify subsystem allows a mark to be incorrectly associated with the current group, causing the kernel to skip a permission check. An attacker who can create or modify fanotify marks may therefore access files or perform actions without the required authorities, effectively elevating privileges or bypassing intended access controls. Based on the description, it is inferred that the attack requires the ability to create or manipulate fanotify marks, a capability generally available only to local users with appropriate permissions.

Affected Systems

This vulnerability affects all versions of the Linux kernel that have not incorporated the patch fixing fsnotify_get_mark_safe() to skip detached marks. No specific release range is given, so any kernel with the unresolved flaw is potentially affected.

Risk and Exploitability

The flaw has a CVSS score of 7.1 and an EPSS of <1%, indicating moderate severity with a very low estimated exploitation likelihood. Because it is not listed in the CISA KEV catalog, no widespread exploitation has been documented. An attacker must have the ability to interact with the fanotify interface—generally a local or privileged user—to trigger the bypass. If exploited, the attacker can gain unauthorized access to protected resources on the affected system.

Generated by OpenCVE AI on June 9, 2026 at 22:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the fanotify fix, as referenced in the commit logs.
  • Restrict fanotify mark usage, ensuring marks are only added by trusted groups and to approved file paths.
  • Activate or tighten mandatory access control systems such as SELinux or AppArmor to enforce stricter permission checks on fanotify operations.

Generated by OpenCVE AI on June 9, 2026 at 22:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 09 Jun 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


Fri, 29 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-280
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Important


Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fanotify: fix false positive on permission events fsnotify_get_mark_safe() may return false for a mark on an unrelated group, which results in bypassing the permission check. Fix by skipping over detached marks that are not in the current group.
Title fanotify: fix false positive on permission events
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T17:58:15.548Z

Reserved: 2026-05-13T15:03:33.101Z

Link: CVE-2026-46150

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:30.630

Modified: 2026-06-09T21:06:10.623

Link: CVE-2026-46150

cve-icon Redhat

Severity : Important

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46150 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T23:00:15Z

Weaknesses