Summary
CVE-2026-62415 is a critical unauthenticated file upload vulnerability in the Membership Pro extension for Joomla, developed by joomdonation.com. By default, versions prior to 4.6.2 allowed unauthenticated users to upload media assets to the server with no authentication or user interaction required. The vulnerability carries a CVSS v3.1 base score of 9.1, with High impact on both Confidentiality and Integrity.
Technical details
- Root cause: CWE-1188 – Initialization of a Resource with an Insecure Default. The extension’s media upload functionality was enabled and exposed to unauthenticated users out of the box, with no access control enforced on the upload endpoint.
- Trigger conditions: No authentication required; no user interaction needed; exploitable remotely over the network with low attack complexity.
- Attack vector: Network-accessible HTTP/HTTPS endpoint targeting the
com_osmembershipcomponent’s media upload functionality (identifiable via paths such as/media/com_osmembership/). - Impact: High impact on both Confidentiality and Integrity (CVSS C:H/I:H); no Availability impact. An attacker can write attacker-controlled files to the server without any credential.
Affected software
- Membership Pro extension for Joomla (com_osmembership), versions 1.0 through 4.6.1 (all versions prior to 4.6.2)
Severity
CVSS v3.1 Base Score: 9.1 (Critical)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Mitigation and recommended actions
- Immediate action: Upgrade the Membership Pro extension to version 4.6.2 or later, released on July 21, 2026. The patched version restricts media upload access to authenticated and authorized users.
- If patching is not immediately possible: Restrict access to the
com_osmembershipmedia upload endpoint at the web server or WAF level, and audit any files uploaded to/media/com_osmembership/for unauthorized content.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

