완료됨
_dl_rtld_lock_recursive이 Ubuntu 22에서는 안 보이는 이유?
제공받은 Dockerfile을 통해서, 그 환경 내에서는 _dl_rtld_lock_recursive
도 잘 찾아서 실습은 했는데, 그냥 궁금해서 Ubuntu 22에서 똑같이 따라해보려니까 _dl_rtld_lock_recursive
가 없고, 보니까 _rtld_global
자체에 저 요소가 없는 것 같았습니다. 아마 이게 운영체제나 glibc가 업데이트되면서 저 취약점이 악용될 줄 알고 저 _dl_rtld_lock_recursive
를 없애버린 걸까요?
gdb-peda$ print &_rtld_global._dl_rtld_lock_recursive
There is no member named _dl_rtld_lock_recursive.
gdb-peda$ pipe print _rtld_global | grep recursive
gdb-peda$
#시스템해킹
#공격기법
#rtld_global
작성자 정보