DOI QR코드

DOI QR Code

A Study on Impersonation Attack of Linux Sudoers Through Shadow File Manipulation

Shadow 파일 조작을 통한 리눅스 Sudoer의 위장공격에 대한 연구

  • 김상훈 (우석대학교 정보보안학과) ;
  • 조태남 (우석대학교 IT전자융합공학과)
  • Received : 2020.03.16
  • Accepted : 2020.04.24
  • Published : 2020.07.31

Abstract

All operating systems have privileged administrator accounts for efficient management. Dangerous or sensitive tasks or resources should be banned from normal users and should only be accessible by administrators. One example of this privilege is to reset a user's password when the user loses his/her password. In this paper, the privileges of the sudoer group, the administrator group of Linux Ubuntu, and the management system of the sudoer group were analyzed. We show the danger that a sudoer can use the privilege to change the password of other users, including other sudoers, and modify the log, and suggest a countermeasure to prevent the manipulation of shadow files as a solution to this. In addition, the proposed method was implemented and the possibility of practical use was confirmed with excellent performance.

모든 운영체제는 효율적인 관리를 위해 특권을 부여받은 관리자 계정이 존재한다. 위험하거나 민감한 작업이나 리소스는 일반 사용자에게는 접근이 허용되지 않아야 하며 오직 관리자에게만 허용되어야 한다. 이러한 특권의 한 가지 예는 사용자가 패스워드 분실하였을 때 초기화하는 권한이다. 본 논문에서는 리눅스 우분투의 관리자 그룹인 sudoer 그룹의 특권을 분석하고 관리자 그룹의 관리체계를 분석하였다. sudoer가 특권을 이용하여 다른 sudoer를 포함한 다른 사용자의 패스워드를 변경하고 로그를 수정함으로써 위장할 수 있는 위험성을 보이고, 이를 해결하기 위한 방안으로서 shadow 파일의 조작을 금지하는 방안을 제안하였다. 또한 제안한 방법을 구현하였으며 우수한 성능으로 실용화 가능성을 확인하였다.

Keywords

References

  1. Linux [Internet], https://www.linux.org/
  2. Top 7 PCs Shared by World / Domestic [Internet], http://catalk.kr/information/desktop-operating-systems.html
  3. Ubuntu [Internet], https://ubuntu.com/
  4. Historical trends in the usage statistics of Linux subcategories for websites [Internet], https://w3techs.com/technologies/history_details/os-linux.
  5. S. Kim and T. Cho, "A Study on Vulnerabilities of Linux Password and Countermeasures," CUTE 2019. paper No.9, 2019.
  6. Michael Kerrisk, Linux Programmer's Manual [Internet], http://man7.org/linux/man-pages/man5/group.5.html. GitHub.
  7. Michael Kerrisk, File Formats and Conversions-SHADOW [Internet], http://man7.org/linux/man-pages/man5/shadow.5.html, GitHub.
  8. Michael Kerrisk, User Command-PASSWD [Internet], http://man7.org/linux/man-pages/man1/passwd.1.html, GitHub.