From 9e641734a35476e2d77b5708969b2cf429465683 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Sun, 6 Feb 2022 01:04:17 -0500 Subject: [PATCH] Create CVE-2022-0432.yaml --- cves/2022/CVE-2022-0432.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cves/2022/CVE-2022-0432.yaml diff --git a/cves/2022/CVE-2022-0432.yaml b/cves/2022/CVE-2022-0432.yaml new file mode 100644 index 0000000000..cbbdedb862 --- /dev/null +++ b/cves/2022/CVE-2022-0432.yaml @@ -0,0 +1,28 @@ +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: + - https://nvd.nist.gov/vuln/detail/CVE-2022-0432 + - https://drive.google.com/file/d/1vpZ0CcmFhTEUasLTPUBf8o-4l7G6ojtG/view + tags: cve,cve2022,mastodon + +requests: + - method: GET + path: + - '{{BaseURL}}/embed.js' + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + part: body + words: + - 'iframe.mastodon-embed' + condition: and