PatchSiren cyber security CVE debrief
CVE-2026-52791 containers CVE debrief
A low-privileged process can leave an upper-layer file with mode 4777 in fuse-overlayfs versions prior to 1.17, allowing unintended access. This issue is fixed in version 1.17. The vulnerability arises from the preservation of SUID and SGID mode bits in main.c during open(O_TRUNC) and truncate handling on a copied-up file. This could lead to unintended file access and manipulation. Defenders should assess exposure and prioritize upgrading to version 1.17 to prevent exploitation. The issue highlights the importance of verifying and upgrading to the latest version of fuse-overlayfs to maintain security.
- Vendor
- containers
- Product
- fuse-overlayfs
- CVSS
- LOW 2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-29
- Original CVE updated
- 2026-09-10
- Advisory published
- 2026-07-29
- Advisory updated
- 2026-09-10
Who should care
Defenders responsible for rootless containers using fuse-overlayfs should assess exposure and prioritize upgrading to version 1.17 to prevent unintended file access. This includes reviewing file access controls, monitoring system logs, and verifying the version of fuse-overlayfs in use. Security teams and operators should be aware of the potential risks and take necessary actions to mitigate them. The vulnerability affects operators and platforms using the
Why it matters
The CVE-2026-52791 vulnerability in fuse-overlayfs allows low-privileged processes to leave upper-layer files with elevated permissions, potentially leading to unintended access and manipulation. Defenders should prioritize verifying and upgrading to version 1.17.
- Unintended file access due to preserved SUID and SGID mode bits.
- Potential for low-privileged processes to manipulate files with elevated permissions.
- Need for verification of fuse-overlayfs version in use.
- Prioritization of upgrades to version 1.17 to prevent exploitation.
Technical summary
The fuse-overlayfs implementation of overlayfs in FUSE for rootless containers preserves SUID and SGID mode bits in main.c during open(O_TRUNC) and truncate handling on a copied-up file, allowing a low-privileged process to leave the upper-layer file with mode 4777. This issue is fixed in version 1.17. The vulnerability highlights the need for defenders to verify and upgrade to the latest version of fuse-overlayfs to prevent unintended file access and manipulation. The issue arises from the preservation of SUID and SGID mode bits, which could lead to security risks if not properly addressed.
Defensive priority
Defenders should prioritize verifying and upgrading to version 1.17 of fuse-overlayfs to prevent unintended file access.
Recommended defensive actions
- Verify the version of fuse-overlayfs in use and upgrade to version 1.17 if necessary.
- Review file access controls and permissions to prevent unintended access.
- Monitor system logs for potential exploitation attempts.
- Perform an inventory of assets using fuse-overlayfs to identify potential exposure.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Evidence notes
The CVE record and NVD entry provide details on the issue, which is fixed in fuse-overlayfs version 1.17. The issue allows a low-privileged process to leave an upper-layer file with mode 4777. Evidence is based on official CVE and NVD sources, with limitations on source-provided details. Defenders should verify the version of fuse-overlayfs in use and review file access controls to prevent unintended access. The CVE Program and NVD provide official records and assessments of the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-52791 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-52791
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-52791 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-52791
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/containers/fuse-overlayfs/commit/97e0d968a782fc259ebde112db1e9b9ff1ad724f
-
Source reference
Unverified legacy reference
URL: https://github.com/containers/fuse-overlayfs/releases/tag/v1.17
-
Source reference
Unverified legacy reference
URL: https://github.com/containers/fuse-overlayfs/security/advisories/GHSA-2cc4-p72c-v85h
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.