← Vulnerability feed

Vulnerability record · CVE-2023-26775 · published 4 April 2023

CVE-2023-26775: Monitorr unrestricted file upload in upload.php enables remote code execution

Monitorr · Monitorr

Monitorr 1.7.6 exposes assets/php/upload.php without restricting uploaded file types, allowing a crafted file to be written to the server. Because the uploaded file can be executed, this leads to arbitrary code execution on the host. The flaw is a classic unrestricted file upload (CWE-434) in a monitoring web application.

7.8 CVSS 3.1 High EPSS 49% · top 1.1% CWE-434 · Unrestricted file upload
7.8CVSS 3.1 base score
49%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
10References
17 Jun 2026Last modified by NVD

Description

File Upload vulnerability found in Monitorr v.1.7.6 allows a remote attacker t oexecute arbitrary code via a crafted file upload to the assets/php/upload.php endpoint.

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: medium.

high priorityThe flaw allows remote code execution via file upload and has a high EPSS score, but it is not in KEV and the record does not confirm a public exploit or a patched version.

What it is

Monitorr 1.7.6 exposes assets/php/upload.php without restricting uploaded file types, allowing a crafted file to be written to the server. Because the uploaded file can be executed, this leads to arbitrary code execution on the host. The flaw is a classic unrestricted file upload (CWE-434) in a monitoring web application.

Impact

An attacker who can reach the upload endpoint can place and execute arbitrary code, gaining code execution in the context of the web server. That typically means full control of the Monitorr instance and any data or credentials it can reach.

Attack surface

The vulnerable endpoint is assets/php/upload.php in the Monitorr web application, reachable over the network. The CVSS vector is AV:L/PR:N/UI:R, indicating the scored scenario requires local access and user interaction, though the description calls the attacker remote; the record does not reconcile this, so treat reachability as requiring access to the web interface and some user action.

Exploitation

No CISA KEV listing and no ransomware associations are recorded. EPSS is high (0.49367, 98.8th percentile), suggesting elevated likelihood of exploitation activity, but the references are product links and a Packet Storm XSS advisory, with no public exploit or PoC tagged.

What to do

  • Upgrade Monitorr past 1.7.6 if a fixed release exists; the record does not name a patched version, so verify with the vendor.
  • Restrict or disable the assets/php/upload.php endpoint and remove upload functionality that is not required.
  • Enforce server-side allowlisting of file extensions and MIME types, and store uploads outside the web root with execute permissions removed.
  • Require authentication and authorization for any upload endpoint and validate the uploader's role.
  • If the product is unmaintained, isolate the Monitorr instance behind a reverse proxy or network ACL and monitor for upload abuse.

Detection

  • Monitor web server and application logs for POST requests to assets/php/upload.php, especially with unusual file extensions or content types.
  • Alert on new files written under the web root, particularly executable extensions such as .php, .phtml, .phar, or .jsp.
  • Watch for child processes spawned by the web server user (for example PHP spawning shells or interpreters) as a sign of uploaded code execution.
  • Baseline and hash files in the Monitorr assets directory to detect unauthorized additions or modifications.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-26775 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2020-28872Monitorr incorrect authorization vulnerabilityAn authorization bypass vulnerability in Monitorr v1.7.6m in Monitorr/assets/config/_installation/_register.php allows an unauthorized person to crea…EPSS 3.3%9.8CVE-2020-28871Monitorr upload.php unrestricted file upload leads to remote code executionMonitorr 1.7.6m allows an unauthenticated attacker to upload a file through upload.php without validating its type, which can then be executed on the…EPSS 86%analysed6.1CVE-2023-26776Monitorr cross-site scripting vulnerabilityCross Site Scripting vulnerability found in Monitorr v.1.7.6 allows a remote attacker to execute arbitrary code via the title parameter of the post_r…EPSS 1.2%1.2CVE-2025-7060Monitorr improper input validation vulnerabilityA vulnerability was found in Monitorr up to 1.7.6m. It has been classified as problematic. This affects an unknown part of the file assets/config/_in…EPSS 0.48%10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed10.0CVE-2026-48908SP Page Builder for Joomla unauthenticated arbitrary file upload RCESP Page Builder for Joomla permits unauthenticated users to upload arbitrary files, which can lead to upload and execution of PHP code. The flaw is a…KEVEPSS 89%analysed

Source: NIST National Vulnerability Database (record CVE-2023-26775), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.