Fixes the symlink handling issue in the authorized_key module (#760) (#762)

- Addresses CVE-2026-11837
- Fixes #759

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2026-07-01 12:30:27 +09:00
committed by GitHub
parent ee1461f46c
commit a4805b92b7
6 changed files with 105 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
security_fixes:
- authorized_key - fix local privilege escalation via symlink-following when running as root (https://github.com/ansible-collections/ansible.posix/issues/759).