CVE-2026-16053
The CVSS 8.5 attached to this authenticated path traversal should concern you more, not less. The 'authenticated' modifier creates a dangerous assumption: that because a user has valid credentials, the paths they provide can be trusted. This is the exact cognitive trap this CVE exploits. Backup and export modules in enterprise management tools routinely operate with elevated filesystem privileges to function—your M365 Security Plus backup module isn't reading files with user-level restrictions, it's constructing comprehensive exports that require system-level access. A path traversal in this context doesn't mean 'attacker reads one file they shouldn't'—it means the attacker uses the privilege context of the backup engine itself to reach data beyond what the compromised user's actual permissions should allow. The vulnerability sits at the intersection of two systematically underestimated threat surfaces: authenticated endpoints and legacy backup code. These modules are often written early in a product's lifecycle, receive minimal active development afterward, and get migrated into the uncomfortable zone of 'still shipped but not actively maintained.' The security assumptions embedded when the code was fresh—'authenticated users are trusted'—never get re-examined as the surrounding system evolves. This is why authenticated traversal keeps recurring in the same code families: each instance gets documented with the same 'authenticated' tag that contributed to the last one being deprioritized. For your own environment, treat any backup, export, or restore module in enterprise management software as a high-priority audit target regardless of authentication requirements. Check whether the module runs with filesystem privileges exceeding what the authenticated user should possess. Review the code's maintenance history—if it hasn't had active security review in years, the 'authenticated' label is likely a relic, not a current assessment. And scrutinize your vulnerability triage: CVEs marked 'authenticated' reliably receive slower remediation than their impact warrants, creating an extended exposure window that attackers actively exploit.
Reviewed through automated stages and approved by a human before publication.