Summary
CVE-2026-56291 is a critical unauthenticated arbitrary file upload vulnerability in the Balbooa Forms extension for Joomla (com_baforms), affecting all versions up to and including 2.4.0. The flaw allows any remote, unauthenticated attacker to upload executable PHP files directly to the server and achieve full Remote Code Execution (RCE), earning a maximum CVSS 4.0 score of 10.0. Active exploitation of this vulnerability has been observed in the wild prior to the availability of a patch.
Technical details
- Root cause: The frontend attachment upload handler (
FormModel::uploadAttachmentFile) accepted file uploads from anonymous visitors with no authentication check, no CSRF token validation, and no server-side file extension whitelist. The handler extracted file extensions directly from attacker-controlled filenames and applied only Joomla’sFile::makeSafe()name sanitization, which does not block.phpextensions, writing uploaded files to the publicly accessibleimages/baforms/uploads/directory with the original extension intact. - Trigger conditions: An attacker sends a crafted HTTP request to the endpoint
index.php?option=com_baforms&task=form.uploadAttachmentFilewith a PHP web shell as the uploaded file — no account, session, or prior access is required. - Attack vector: Network-accessible, unauthenticated, zero user interaction required, low attack complexity (CVSS 4.0: AV:N/AC:L/AT:N/PR:N/UI:N).
- Impact: Full Remote Code Execution on the hosting server. Successful exploitation results in complete compromise of confidentiality, integrity, and availability on both the vulnerable system and any systems reachable from it (CVSS 4.0: VC:H/VI:H/VA:H/SC:H/SI:H/SA:H). Active exploitation evidence has been observed (E:A).
- CWE: CWE-434 – Unrestricted Upload of File with Dangerous Type.
Affected software
- Balbooa Forms extension for Joomla — all versions from 1.0 through 2.4.0 (inclusive)
- Fixed in version 2.4.1 (released July 9, 2026)
Severity
- CVSS v4.0 Base Score: 10.0 (Critical)
- CVSS v4.0 Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/AU:Y/U:Red
Mitigation and recommended actions
- Immediate action — patch now: Upgrade Balbooa Forms to version 2.4.1 or later. Version 2.4.1 introduces server-side file extension validation against per-field configuration, MIME type checking, server-generated filenames (removing trust in user-supplied filenames), and CSRF token enforcement on upload requests.
- If patching is not immediately possible: Disable or restrict public access to Joomla forms that include file attachment/upload fields until the patch can be applied. Consider blocking external access to the upload endpoint (
/index.php?option=com_baforms&task=form.uploadAttachmentFile) at the web application firewall or reverse proxy layer. - Post-compromise check: If exploitation is suspected, inspect the
images/baforms/uploads/directory for unexpected.phpor executable files and review server access logs for requests to that upload endpoint.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

