diff --git a/vulnerabilities/wems-manager-xss.yaml b/vulnerabilities/wems-manager-xss.yaml new file mode 100644 index 0000000000..a5e89859d3 --- /dev/null +++ b/vulnerabilities/wems-manager-xss.yaml @@ -0,0 +1,24 @@ +id: wems-manager-xss + +info: + name: WEMS Enterprise Manager XSS + author: pikpikcu + severity: medium + + # Source + # https://packetstormsecurity.com/files/155777/WEMS-Enterprise-Manager-2.58-Cross-Site-Scripting.html + # https://github.com/pikpikcu/nuclei-templates/blob/master/vulnerabilities/wems-enterprise-xss.yaml + +requests: + - method: GET + path: + - '{{BaseURL}}/guest/users/forgotten?email=">' + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - '">' + part: body