id: CVE-2022-29455 info: name: WordPress Elementor Website Builder <= 3.5.5 - DOM Cross-Site Scripting author: rotembar,daffainfo severity: medium description: | WordPress Elementor Website Builder plugin 3.5.5 and prior contains a reflected cross-site scripting vulnerability via the document object model. reference: - https://rotem-bar.com/hacking-65-million-websites-greater-cve-2022-29455-elementor - https://www.rotem-bar.com/elementor - https://patchstack.com/database/vulnerability/elementor/wordpress-elementor-plugin-3-5-5-unauthenticated-dom-based-reflected-cross-site-scripting-xss-vulnerability - https://nvd.nist.gov/vuln/detail/CVE-2022-29455 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2022-29455 cwe-id: CWE-79 metadata: verified: "true" tags: cve,cve2022,xss,wordpress,elementor requests: - method: GET path: - '{{BaseURL}}/wp-content/plugins/elementor/readme.txt' matchers-condition: and matchers: - type: word part: body words: - 'Elementor Website Builder' - type: dsl dsl: - compare_versions(version, '<= 3.5.5') - type: status status: - 200 extractors: - type: regex name: version internal: true group: 1 regex: - "(?m)Stable tag: ([0-9.]+)" - type: regex group: 1 regex: - "(?m)Stable tag: ([0-9.]+)" # Enhanced by mp on 2022/09/14