AUGUST 30, 2026
Live Feed
Back to database
Case File

CVE-2026-11837

HIGH · CVSS 7.3 EPSS 0.16%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-06-10 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.3. See the original NVD description below for full technical details.

CVE
CVE-2026-11837
Severity
HIGH
CVSS
7.3
EPSS
0.16%

Original NVD 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.