4 matches found
cve-2026-11837-ansible-posix-authorized-key
CVE-2026-11837: تصعيد امتيازات محلي في authorizedkey من ansible.posix تصعيد امتيازات محلي في وحدة Ansible ansible.posix.authorizedkey عبر chown الذي يتبع الروابط الرمزية وإنشاء ملفات يتبع الروابط الرمزية على دليل /.ssh الخاص بالمستخدم وملف authorizedkeys. هذا تقرير فني لثغرة أبلغتُ عنها وتم تخصيص...
CVE-2026-11837 Ansible-collection-ansible-posix: ansible.posix authorized_key: local privilege escalation via symlink-following chown
A local privilege escalation vulnerability was found in the ansible.posix authorizedkey module. The module's keyfile function uses os.chown instead of os.lchown and opens files without ONOFOLLOW when managing SSH authorized keys. An unprivileged local user can pre-stage symbolic links in their...
CVE-2026-11837 Ansible-collection-ansible-posix: ansible.posix authorized_key: local privilege escalation via symlink-following chown
A local privilege escalation vulnerability was found in the ansible.posix authorizedkey module. The module's keyfile function uses os.chown instead of os.lchown and opens files without ONOFOLLOW when managing SSH authorized keys. An unprivileged local user can pre-stage symbolic links in their...
Ansible 后置链接漏洞
Ansible is an easy-to-use IT automation system developed under the open source license. Ansible has a post-installation link vulnerability, which originates from the Posix authorizedkey module. The keyfile function uses os.chown instead of os.lchown, and does not use ONOFOLLOW to open files, whic...