CVE-2026-61897
Received Received - Intake

Privilege Escalation in AccountsService Due to Incomplete Privilege Drop

Vulnerability report for CVE-2026-61897, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: Canonical Ltd.

Description

An Ubuntu-specific patch to AccountsService before 23.13.9-8ubuntu7 only partially drops privileges before launching language helper scripts. It changes the effective UID/GID to the target user but leaves the real UID as 0 (root). A shell spawned by a helper script inherits ruid=0 and may reset its effective UID to root, enabling local privilege escalation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ubuntu accountsservice to 23.13.9-8ubuntu7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-273 The product attempts to drop privileges but does not check or incorrectly checks to see if the drop succeeded.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61897 is a local privilege escalation flaw in Ubuntu's AccountsService package. It occurs because Ubuntu's patch for language helper scripts only partially drops privileges, leaving the real user ID as root (0). This allows a shell spawned by a helper script to reset its effective user ID back to root, enabling an attacker to escalate privileges locally.

Detection Guidance

Check if your Ubuntu system is running a vulnerable version of accountsservice by running: dpkg -l accountsservice. If the version is below 23.13.9-8ubuntu7, the system is vulnerable. Review the AccountsService logs for suspicious language update attempts or shell spawns in /var/log/auth.log or journalctl -u accountsservice.

Impact Analysis

This vulnerability allows a local attacker with access to their AccountsService object to gain root privileges. By exploiting improper privilege dropping and shell injection in helper scripts, an attacker could execute arbitrary code as root, potentially taking full control of the affected system.

Compliance Impact

This vulnerability enables local privilege escalation to root, which could allow attackers to bypass access controls and gain unauthorized access to sensitive data. This undermines compliance with GDPR's data protection requirements and HIPAA's access control mandates by potentially exposing protected health or personal information.

Mitigation Strategies

Update the accountsservice package immediately using sudo apt update && sudo apt upgrade accountsservice. If updates are unavailable, restrict access to AccountsService objects or disable language helper scripts temporarily until patched. Monitor for unauthorized privilege escalation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61897. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart