Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network reachability gives AV:N/AC:L/PR:N/UI:N; 'directory creation' is a limited filesystem write, so I:L with C:N and A:N, contradicting the input's C:H.
Primary rating from Vendor (joomla).
CVSS VectorVendor: joomla
Lifecycle Timeline
4DescriptionCVE.org
Joomla Extension - rolandd.com - Unauthenticated directory creation RO CSVI < 9.11.0
AnalysisAI
Unauthenticated directory creation in the RO CSVI (CSV Improved) import/export extension for Joomla affects all versions from 1.0.0 through 9.11.0, allowing remote attackers with no authentication to create arbitrary directories on the server. The flaw is an access-control failure (CWE-284) tagged by the reporter as an authentication bypass, carrying a CVSS 7.5. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.
Technical ContextAI
RO CSVI is a commercial Joomla extension developed by rolandd.com used to import and export catalog, product, and content data via CSV/XML files for Joomla-based sites (often VirtueMart and Joomla content). The vulnerability is classed as CWE-284 (Improper Access Control): a code path - most plausibly an import/upload or file-handling endpoint - is reachable without authentication and permits an attacker to trigger creation of directories on the host filesystem. Because Joomla extensions run inside the Joomla application context, such an endpoint would typically be exposed through an index.php component task or an AJAX/upload handler that fails to enforce session or ACL checks before performing filesystem operations.
RemediationAI
Upgrade the RO CSVI extension to version 9.11.0 or later, which is the first fixed release per the affected-range notation (< 9.11.0); obtain the update from the vendor at https://rolandd.com/products/ro-csvi and apply it through the Joomla extension updater. Until patched, restrict reachability of the vulnerable component: use web-server or Joomla-level access controls to block unauthenticated requests to the RO CSVI component endpoints (for example deny external access to its com_csvimproved import/upload tasks), place the site behind authentication or a WAF rule that rejects anonymous access to the extension, and monitor for creation of unexpected directories under the Joomla web root and tmp/media paths. The trade-off of blocking the component's endpoints is that scheduled or front-end CSV import/export automation relying on those URLs will break until the patch is applied.
Cross-site request forgery in the RO CSVI (CSV Improved) import/export extension for Joomla by rolandd.com affects all v
Cross-site scripting vulnerabilities in RO CSVI's AJAX endpoint handlers allow unauthenticated remote attackers to injec
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50308
GHSA-m78x-gfg6-5j3r