nuclei-templates/cves/2019/CVE-2019-15858.yaml

49 lines
1.4 KiB
YAML

id: CVE-2019-15858
info:
name: WordPress Woody Ad Snippets <2.2.5 - Cross-Site Scripting/Remote Code Execution
author: dwisiswant0,fmunozs,patralos
severity: high
description: |
WordPress Woody Ad Snippets prior to 2.2.5 is susceptible to cross-site scripting and remote code execution via admin/includes/class.import.snippet.php, which allows unauthenticated options import as demonstrated by storing a cross-site scripting payload for remote code execution.
reference:
- https://github.com/GeneralEG/CVE-2019-15858
- https://blog.nintechnet.com/multiple-vulnerabilities-in-wordpress-woody-ad-snippets-plugin-lead-to-remote-code-execution/
- https://wpvulndb.com/vulnerabilities/9490
- https://nvd.nist.gov/vuln/detail/CVE-2019-15858
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2019-15858
cwe-id: CWE-306
tags: cve,cve2019,wordpress,wp-plugin,xss,wp
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/insert-php/readme.txt"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "2.2.5"
negative: true
- type: word
part: body
words:
- "Changelog"
- type: word
part: body
words:
- "Woody ad snippets"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/14