CVE-2026-61900
Received Received - Intake

Unauthenticated File Upload RCE in JDownloads Joomla Extension

Vulnerability report for CVE-2026-61900, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: Joomla! Project

Description

The Joomla extension JDownloads is vulnerable to an unauthenticated file upload, leading to full RCE.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
joomla jdownloads *
joomla jdownloads From 4.1.0 (inc) to 4.1.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61900 is a vulnerability in the jDownloads Joomla extension affecting versions 4.1.0 to 4.1.5. It involves an unauthenticated file upload flaw due to a leftover test script, upload-handler.php, which allows anonymous users to upload files without authentication or permission checks. The script enforces a hardcoded allow-list that excludes PHP files but permits other dangerous file types like archives, images, and executables.

Detection Guidance

Check for the presence of the vulnerable file upload-handler.php in the path administrator/components/com_jdownloads/assets/upload/. Use commands like: find /path/to/joomla -name 'upload-handler.php' to locate it.

Impact Analysis

This vulnerability can allow attackers to upload malicious files such as malware or phishing pages to your server. This may lead to reputational damage, disk space exhaustion, or in misconfigured servers, remote code execution (RCE). The impact depends on server configurations and whether executable file uploads are allowed.

Compliance Impact

This vulnerability could lead to unauthorized file uploads, potentially exposing sensitive data. GDPR requires protecting personal data, and HIPAA mandates safeguarding health information. A breach via this flaw may result in non-compliance, legal penalties, or reputational damage due to unauthorized access or data leaks.

Mitigation Strategies

Update jDownloads to version 4.1.6 or later. As a temporary fix, manually delete the file upload-handler.php from the specified path. Ensure Joomla's upload blacklist is properly configured.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61900. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart