POC详情: 6afa4e72b9a5844ad23f2d903a91036f0cae814a

来源
关联漏洞
标题: WordPress plugin linkID 安全漏洞 (CVE-2024-12542)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin linkID 0.1.2版本及之前版本存在安全漏洞,该漏洞源于phpinfo函数缺少能力检查导致未经授权访问数据。
介绍


# CVE-2024-12542-PoC
Missing Authorization to Unauthenticated Sensitive Information Exposure

## Vulnerability Description

The `linkID` plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check when including the `phpinfo` function in all versions up to, and including, 0.1.2. This makes it possible for unauthenticated attackers to read configuration settings and predefined variables on the site's server. The plugin does not need to be activated for the vulnerability to be exploited.

## Script Explanation

1. **Disable SSL Verification**: Disables SSL warnings and verification.
2. **Logging Function**: Prints and writes messages to `output.txt`.
3. **Version Check**: Fetches the `readme.txt` file, checks the version. If <= 0.1.2, logs vulnerability and fetches PHP info.
4. **Fetch PHP Info**: Retrieves and saves PHP info to `phpinfo.php`.
5. **Main Function**: Parses URL input, opens `output.txt`, and checks the version.

### Usage:
```
usage: CVE-2024-12542.py [-h] -u URL

Check WordPress plugin version and fetch PHP info.

options:
  -h, --help         show this help message and exit
  -u URL, --url URL  Base URL of the WordPress site

```

文件快照

[4.0K] /data/pocs/6afa4e72b9a5844ad23f2d903a91036f0cae814a ├── [2.3K] CVE-2024-12542.py └── [1.2K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。