Description
NUUO Network Video Recorder 2.0.0 is vulnerable to arbitrary file read. In up.php, the url parameter submitted by the user via POST is received, and fopen() is used to open the URL in binary read-only mode. The content is then written to the /tmp/ directory, with the filename derived from basename() of the URL. This operation requires no authentication.
Published: 2026-09-18
Score: n/a
EPSS: n/a
KEV: No
Impact: Unauthorized Information Disclosure
Action: Assess Impact
AI Analysis

Impact

The vulnerability is an unauthenticated arbitrary file read flaw located in the up.php page of NUUO Network Video Recorder version 2.0.0. The application accepts a "url" parameter in a POST request, then uses fopen to open that URL and writes the content into /tmp with a filename derived from the URL's basename. Because no authentication or input validation is performed, an attacker can supply any file path or remote URL that PHP is able to open, enabling read access to local files such as configuration files, credentials, or logs. This directly violates the confidentiality of the system and allows disclosure of sensitive data.

Affected Systems

The affected product is NUUO Network Video Recorder 2.0.0. No vendor or product vendor strings are listed, and the vulnerable code is part of the proprietary firmware or web interface shipped by NUUO. The flaw has been demonstrated in the released 2.0.0 build, and any installations that have not applied a post‑release patch are susceptible.

Risk and Exploitability

Because the flaw requires no authentication and has no input similarity checks, it is trivially exploitable when allow_url_fopen is enabled. No public CVSS score is available, but the lack of authentication and the ability to read arbitrary files indicate a high impact condition. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, so there are no known active exploit campaigns reported at the time of this analysis. However, the business impact of exposing configuration or credential files warrants urgent remediation.

Generated by OpenCVE AI on September 19, 2026 at 00:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest NUUO Network Video Recorder release that addresses the read‑through vulnerability.
  • Disable PHP's allow_url_fopen setting or remove it from the configuration if remote file access is not required.
  • Add input validation on the 'url' parameter to restrict uploads to a safe whitelist of domains or to static file paths and enforce strict file path checks before using basename or writing to disk.
  • Require authentication before allowing the up.php endpoint to be called so that only authorized users can trigger the file read operation.

Generated by OpenCVE AI on September 19, 2026 at 00:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 19 Sep 2026 00:30:00 +0000

Type Values Removed Values Added
Title Unauthenticated Arbitrary File Read in NUUO Network Video Recorder
Weaknesses CWE-200

Fri, 18 Sep 2026 13:45:00 +0000

Type Values Removed Values Added
Description NUUO Network Video Recorder 2.0.0 is vulnerable to arbitrary file read. In up.php, the url parameter submitted by the user via POST is received, and fopen() is used to open the URL in binary read-only mode. The content is then written to the /tmp/ directory, with the filename derived from basename() of the URL. This operation requires no authentication.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-18T13:35:08.448Z

Reserved: 2026-09-10T00:00:00.000Z

Link: CVE-2026-88623

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-18T14:19:02.617

Modified: 2026-09-18T14:19:02.617

Link: CVE-2026-88623

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T00:15:13Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor