CVE-2022-24112
An attacker can abuse the batch-requests plugin to send requests to bypass the IP restriction of Admin API. A default configuration of Apache APISIX (with default API key) is vulnerable to remote code execution. When the admin key was changed or the port of Admin API was changed to a port different from the data panel, the impact is lower. But there is still a risk to bypass the IP restriction of Apache APISIX's data panel. There is a check in the batch-requests plugin which overrides the client IP with its real remote IP. But due to a bug in the code, this check can be bypassed.
- Affected products
- Apache Apisix
- Apache Apisix
- < 2.10.4, 2.12.1
- CVSS 3.1
- 9.8 CRITICAL
- EPSS
- 96.0% (100th percentile)
- Weakness
- CWE-290
- NVD status
- Analyzed
- Published
- 2022-02-11
Workaround
1. explicitly configure the enabled plugins in `conf/config.yaml`, ensure `batch-requests` is disabled. (Or just comment out `batch-requests` in `conf/config-default.yaml`) Or 1. upgrade to 2.10.4 or 2.12.1.
26 known exploits for CVE-2022-24112
Proof-of-concept code and exploit modules indexed by Sploitus