SERVER-WEBAPP -- Snort has detected traffic exploiting vulnerabilities in web based applications on servers.
SERVER-WEBAPP Widget Factory Joomla Content Editor arbitrary file upload attempt
This rule looks for HTTP requests to the Joomla index.php endpoint with the com_jce option that contain a multipart upload field named profile_file whose filename ends with a prohibited script or executable extension. Successful exploitation may allow an attacker to place executable code on the server and achieve remote code execution.
This rule fires on attempts to upload files with disallowed extensions to the Joomla Content Editor component on Joomla web servers.
Public information/Proof of Concept available
No known false positives
Cisco Talos Intelligence Group
MITRE::ATT&CK Framework::Enterprise::Execution::User Execution::Malicious File
Rule Categories::Server::Web Applications
MITRE::ATT&CK Framework::Enterprise::Initial Access::Exploit Public-Facing Application
Vulnerability::Severity::High
Vulnerability::Severity::Critical
Remote File Inclusion
Remote File Inclusion (RFI) attacks occur when a webserver takes a file crafted by an attacker as input and runs or stores it in an unsafe manner. For instance, the webserver could accept an image file that is actually code, then call it to execute after uploading. RFI attacks happen on web applications that dynamically include external files or scripts. A successful RFI can lead to data leaks, remote code execution, or cross site scripting. Avoid dynamic inclusion of user input files, or whitelist files that may be included. Keep the PHP allow_url_include option set to off; this will not protect against Local File Inclusion attacks.
CVE-2026-48907 |
Loading description
|