nuclei-templates/cves/2022/CVE-2022-0432.yaml

29 lines
734 B
YAML
Raw Normal View History

2022-02-06 06:04:17 +00:00
id: CVE-2022-0432
info:
name: CVE-2022-0432
author: pikpikcu
severity: medium
description: Prototype Pollution in GitHub repository mastodon/mastodon prior to 3.5.0.
reference:
2022-02-09 19:28:51 +00:00
- https://github.com/mastodon/mastodon/commit/4d6d4b43c6186a13e67b92eaf70fe1b70ea24a09
2022-02-06 06:04:17 +00:00
- https://drive.google.com/file/d/1vpZ0CcmFhTEUasLTPUBf8o-4l7G6ojtG/view
2022-02-09 19:28:51 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0432
2022-02-09 19:36:59 +00:00
tags: cve,cve2022,mastodon,prototype
2022-02-06 06:04:17 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/embed.js'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
2022-02-09 19:28:51 +00:00
- "if (data.type !== 'setHeight' || !iframes[data.id]) {"