Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1371+ Articles
150+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-7537: MDJM Event Management WordPress Plugin Arbitrary File Upload
CVE-2026-7537: MDJM Event Management WordPress Plugin Arbitrary File Upload
SECURITYHIGHCVE-2026-7537

CVE-2026-7537: MDJM Event Management WordPress Plugin Arbitrary File Upload

A high-severity arbitrary file upload vulnerability in the MDJM Event Management plugin for WordPress allows authenticated attackers to upload malicious files…

Dylan H.

Security Team

June 6, 2026
2 min read

Affected Products

  • MDJM Event Management for WordPress, versions up to and including 1.7.8.3

Overview

A critical file upload vulnerability has been identified in the MDJM Event Management plugin for WordPress, tracked as CVE-2026-7537. The flaw allows authenticated attackers with subscriber-level access or higher to upload arbitrary files to the web server, potentially enabling remote code execution.

The vulnerability was published to the National Vulnerability Database (NVD) on June 6, 2026, and carries a CVSS v3 base score of 7.2 (High).

Technical Details

The vulnerability exists in the mdjm_send_comm_email function, which handles communication email functionality within the plugin. The function performs no validation of uploaded file types, extensions, or MIME types before processing files.

This means an attacker can upload files with dangerous extensions — including PHP web shells — that could be executed server-side if placed in a web-accessible directory.

DetailValue
CVE IDCVE-2026-7537
CVSS Score7.2 (High)
Attack VectorNetwork
Authentication RequiredYes (Subscriber+)
Affected Versions≤ 1.7.8.3
Vulnerable Functionmdjm_send_comm_email

Impact

Successful exploitation of this vulnerability could allow an attacker to:

  • Upload PHP web shells or other malicious executables to the server
  • Achieve remote code execution (RCE) on the underlying host
  • Pivot laterally within the hosting environment
  • Exfiltrate sensitive data from the WordPress database or filesystem
  • Establish persistent backdoor access

Affected Software

  • Plugin: MDJM Event Management for WordPress
  • Affected versions: All versions up to and including 1.7.8.3
  • Platform: WordPress

Remediation

WordPress site administrators running the MDJM Event Management plugin should take the following steps immediately:

  1. Update the plugin to the latest available version that addresses this vulnerability
  2. Review uploaded files in WordPress media and plugin directories for suspicious content
  3. Restrict plugin usage to trusted users only until a patch is confirmed applied
  4. Implement a Web Application Firewall (WAF) to detect and block malicious file upload attempts
  5. Audit user roles to minimize the number of accounts with subscriber-level access or higher

If an update is not yet available, consider disabling the plugin until a patched version is released.

References

  • NVD Entry: CVE-2026-7537
  • MDJM Event Management Plugin (WordPress.org)
#CVE#WordPress#File Upload#Plugin Vulnerability#NVD

Related Articles

CVE-2026-9851: WordPress Booking Package Plugin Privilege Escalation via Account Takeover

A high-severity privilege escalation vulnerability in the Booking Package WordPress plugin allows unauthenticated or low-privileged attackers to take over…

2 min read

CVE-2026-7459: WordPress Simple History Plugin Account Takeover

A broken authentication check in the Simple History WordPress plugin (versions up to 5.26.0) allows Subscriber-level users to take over any WordPress...

5 min read

CVE-2026-9757: GEO my WP Plugin SQL Injection via Query String Bypass

The GEO my WP WordPress plugin (versions up to 4.5.5) is vulnerable to unauthenticated SQL injection via the swlatlng and nelatlng parameters, which...

5 min read
Back to all Security Alerts