From 48d2690cc778e984bce81dfc0e2beccea6717f34 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:28:01 -0400 Subject: [PATCH] Enhancement: cves/2018/CVE-2018-20463.yaml by md --- cves/2018/CVE-2018-20463.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cves/2018/CVE-2018-20463.yaml b/cves/2018/CVE-2018-20463.yaml index edd0c33519..dccfb0d4b7 100644 --- a/cves/2018/CVE-2018-20463.yaml +++ b/cves/2018/CVE-2018-20463.yaml @@ -1,16 +1,16 @@ id: CVE-2018-20463 info: - name: JSmol2WP <= 1.07 - Directory Traversal + name: WordPress JSmol2WP <=1.07 - Local File Inclusion author: vinit989 severity: high description: | - An issue was discovered in the JSmol2WP plugin 1.07 for WordPress. There is an arbitrary file read vulnerability via ../ directory traversal in query=php://filter/resource= in the jsmol.php query string. This can also be used for SSRF. + 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. reference: - https://wpscan.com/vulnerability/9197 - https://wordpress.org/plugins/jsmol2wp/ - - https://nvd.nist.gov/vuln/detail/CVE-2018-20463 - https://www.cbiu.cc/2018/12/WordPress%E6%8F%92%E4%BB%B6jsmol2wp%E6%BC%8F%E6%B4%9E/#%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96-amp-SSRF + - https://nvd.nist.gov/vuln/detail/CVE-2018-20463 classification: 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 @@ -42,3 +42,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/03