PatchSiren cyber security CVE debrief
CVE-2026-97561 Linux CVE debrief
CVE-2026-97561 was published on 2026-09-25T11:17:06.657Z and has not been modified since then. The NVD entry is currently Received. This CVE describes a Linux kernel vulnerability where the forceuid/forcegid mount options were not being honored when mapping SIDs to uid/gid, allowing an untrusted server to dictate local file ownership. The vulnerability exists in the Linux kernel and affects systems that use the SMB client. The issue arises from the unconditional calling of sid_to_id() in several code paths, ignoring the administrator's explicit override of uid/gid values. This could lead to unintended file ownership changes.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux administrators and users who utilize forceuid/forcegid mount options should assess their exposure and apply kernel updates to ensure these options are enforced. This includes reviewing system configurations, verifying kernel versions, and monitoring file ownership changes. Security teams should prioritize patching and compensating controls for exposed systems.
Why it matters
CVE-2026-97561 allows an untrusted server to dictate local file ownership when forceuid/forcegid mount options are used in the Linux kernel. Linux administrators should assess exposure, apply kernel updates, and monitor file ownership changes.
- Verify Linux kernel versions and configurations for exposure
- Assess and apply updates to ensure forceuid/forcegid are enforced
- Monitor file ownership changes for potential unauthorized access
Technical summary
The Linux kernel vulnerability CVE-2026-97561 allows an untrusted server to override file ownership when forceuid/forcegid mount options are used. This occurs because the sid_to_id() function was called unconditionally in several code paths, ignoring the administrator's explicit uid/gid override. The vulnerability affects Linux kernel deployments that utilize SMB client and have not been patched. The fix involves adding checks for CIFS_MOUNT_OVERR_UID and CIFS_MOUNT_OVERR_GID before calling sid_to_id(). This ensures that the forceuid/forcegid mount options are enforced.
Defensive priority
Assess and apply Linux kernel updates to ensure forceuid/forcegid mount options are enforced.
Recommended defensive actions
- Assess Linux kernel versions for exposure
- Apply kernel updates enforcing forceuid/forcegid
- Verify mount configurations for forceuid/forcegid usage
- Review compensating controls for exposed systems
- Check relevant monitoring, detection, and logs for exposed assets
- Track exceptions, retest remediated assets
- Confirm whether affected product deployments exist in managed environments
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but do not specify versions or widespread exploitation. The vulnerability was introduced due to the lack of checks for CIFS_MOUNT_OVERR_UID and CIFS_MOUNT_OVERR_GID before calling sid_to_id(). Evidence of exploitation is not provided, and defenders should verify their systems' exposure and apply kernel updates accordingly. The Linux kernel patch addresses this by adding checks for these flags.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97561 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97561
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97561 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97561
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/18a72975e9f35aadecc75b031f693f2d1f49308f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e1b74f8f8c1d13190b09fe623b729d36b7ac22a8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.