Security Advisory

CVE-2026-11837

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-10 05:03:05
Last updated 2026-07-15 01:23:04
Assigner redhat
CVSS score not scored
State PUBLISHED

Description

A local privilege escalation vulnerability was found in the ansible.posix authorized_key module. The module's keyfile() function uses os.chown() instead of os.lchown() and opens files without O_NOFOLLOW when managing SSH authorized keys. An unprivileged local user can pre-stage symbolic links in their ~/.ssh directory to redirect file ownership changes to arbitrary system paths when an operator runs the authorized_key task as root, leading to local privilege escalation.