From 6c1486634aa6b0220021951aad365b42153307b3 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Fri, 18 Nov 2022 19:01:45 +0700 Subject: [PATCH] feat: update CVE-2021-36873 --- CVEs/2021/CVE-2021-36873.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CVEs/2021/CVE-2021-36873.md b/CVEs/2021/CVE-2021-36873.md index d1e6c6c..3257bf2 100644 --- a/CVEs/2021/CVE-2021-36873.md +++ b/CVEs/2021/CVE-2021-36873.md @@ -1,7 +1,7 @@ # CVE-2021-36873 ## Description -Authenticated Persistent Cross-Site Scripting (XSS) vulnerability in WordPress iQ Block Country plugin (versions <= 1.2.11). Vulnerable parameter: &blockcountry_blockmessage. +Authenticated Persistent Cross-Site Scripting (XSS) vulnerability in WordPress iQ Block Country plugin (versions <= 1.2.11). Vulnerable parameter: `&blockcountry_blockmessage`. ## CVSS (Vector and Score) CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N - 5.5 MEDIUM @@ -17,9 +17,15 @@ WordPress iQ Block Country plugin ## Steps to Reproduce 1. Login as administrator -2. - +2. Go to http://localhost/wp-admin/options-general.php?page=iq-block-country%2Flibs%2Fblockcountry-settings.php +3. Find `Message to display when people are blocked:` form +4. Input `` +5. Scroll down and press `Save Changes` button ## Proof of Concept +- Video + +> https://youtu.be/WtOiHY5R-t0 + - Image -- Video \ No newline at end of file +![image](https://user-images.githubusercontent.com/36522826/202700374-52d36350-adff-4fe3-b46d-21f08955e8c6.png)