본문 바로가기
호기심_IT방향읽기

Linux SUDO 취약점 (CVE-2021-3156)

by _><- 2021. 8. 14.
반응형

Sudo before 1.9.5p2 has a Heap-based Buffer Overflow, allowing privilege escalation to root via "sudoedit -s" and a command-line argument that ends with a single backslash character.

이 버퍼 오버플로우는 로컬 사용자 누구나 루트 권한을 얻을 수 있도록 허용

Sudo가 인수의 백슬래시를 부적절하게 이스케이프 해제함으로써 촉발

"sudoedit - s /" 입력 시

취약한 시스템은 "sudoedit:"으로 시작하는 에러 출력

패치된 시스템은 "usage:"로 시작하는 에러 출력

참조 : https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-3156

https://blog.alyac.co.kr/3543

반응형