Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicey0719/docker-poc_cve-2024-1086
https://github.com/alicey0719/docker-poc_cve-2024-1086
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicey0719/docker-poc_cve-2024-1086
- Owner: Alicey0719
- Created: 2024-04-03T13:09:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T06:51:46.000Z (8 months ago)
- Last Synced: 2024-05-19T07:39:36.800Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/Notselwyn/CVE-2024-1086
## usage
```
docker compose up -d --build
docker exec -it poc_cve_2024_1086 bash
```## test sample
```
[tester@e23a4e5757d9 CVE-2024-1086]$ id
uid=99999(tester) gid=99999(tester) groups=99999(tester)
[tester@e23a4e5757d9 CVE-2024-1086]$ cat /etc/shadow
cat: /etc/shadow: Permission denied
[tester@e23a4e5757d9 CVE-2024-1086]$ ./exploit
...
```## 結果
- 作業していたサーバへのsshセッションが切れた
- sshではなく、画面接続して確認すると、rootに落ちている
- 場合によってrebootされることがある