mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
29 lines
1.1 KiB
YAML
29 lines
1.1 KiB
YAML
id: wildcard-postmessage
|
|
|
|
info:
|
|
name: postMessage - Cross-Site Scripting
|
|
author: pdteam
|
|
severity: unknown
|
|
description: postMessage contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and therefore steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://jlajara.gitlab.io/web/2020/06/12/Dom_XSS_PostMessage.html
|
|
- https://payatu.com/blog/anubhav.singh/postmessage-vulnerabilities
|
|
- https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
|
|
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:
|
|
max-request: 1
|
|
tags: xss,postmessage,misconfig,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- postMessage\([a-zA-Z]+,["']\*["']\)
|
|
# digest: 490a004630440220456e8d033420e7c15da23035651deddabd29470ffd66537ff179d4e9351c7a38022043691c58f27b4a5eb90ebccd3812c92f10f0562548cdffd93cbee734b6d67619:922c64590222798bb761d5b6d8e72950 |