VYPR
High severity7.5NVD Advisory· Published May 29, 2026· Updated May 29, 2026

CVE-2026-10073

CVE-2026-10073

Description

DreamMaker developed by Interinfo has an Arbitrary File Read vulnerability, allowing unauthenticated local attackers to exploit Relative Path Traversal to download arbitrary system files.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

DreamMaker Java Composer 2.2 and earlier contain an unauthenticated relative path traversal allowing arbitrary file read.

Vulnerability

DreamMaker (Java Composer) versions 2.2 and earlier, developed by Interinfo, contain an arbitrary file read vulnerability due to improper input validation. The application fails to sanitize user-supplied path components, enabling relative path traversal (../) sequences. No authentication is required to reach the vulnerable endpoint, making it exploitable by unauthenticated local attackers [1][2].

Exploitation

An unauthenticated local attacker can send crafted HTTP requests containing ../ sequences to traverse directories outside the intended web root. By submitting a request with a path such as ../../../etc/passwd, the attacker can download arbitrary system files. No special privileges or user interaction are required [1][2].

Impact

Successful exploitation allows the attacker to download arbitrary files from the server's filesystem, potentially exposing sensitive configuration data, credentials, or source code. The compromise is limited to read access (confidentiality breach) and does not enable modification or execution; CVSS v3.1 base score is 7.5 (High) with a confidentiality impact of High [1][2].

Mitigation

The vendor has not yet released a fixed version in the available references. The recommended mitigation is to update DreamMaker Java Composer to a version newer than 2.2 once a patch is provided. Users should apply input validation filters that block path traversal sequences and restrict file access to the intended directory. No KEV listing is reported [1][2].

AI Insight generated on May 29, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

2

News mentions

0

No linked articles in our index yet.