ssh-keysign-pwn은 비권한 사용자가 root 파일을 읽는 Linux 취약점 PoC이다.
ssh-keysign-pwn은 특정 Linux 커널 버전에서 비권한 사용자가 root 소유 파일에 접근할 수 있는 취약점을 보여주는 PoC이다. 이 취약점은 <code>__ptrace_may_access()</code> 함수의 잘못된 검사가 원인이다. 이로 인해, 공격자는 시스템의 중요한 파일을 통찰할 수 있는 가능성을 가진다.
ssh-keysign-pwn is a PoC that allows unauthorized users to read root-owned files on Linux.
ssh-keysign-pwn showcases a vulnerability in certain Linux kernel versions that lets unauthorized users access root-owned files. The core issue stems from a faulty check in the <code>__ptrace_may_access()</code> function. This flaw could potentially allow attackers to gain insights into critical system files.