CVE-2026-7519

7.3

Fujian Apex · LiveBOS

Fujian Apex LiveBOS is vulnerable to a path traversal attack in the /feed/UploadImage.do endpoint, allowing remote, unauthenticated attackers to manipulate file paths via the filename argument.

Executive summary

A critical path traversal vulnerability in Fujian Apex LiveBOS allows unauthenticated remote attackers to manipulate sensitive file paths, necessitating an immediate update to version 2.1.

Vulnerability

This is a path traversal vulnerability (CWE-22) occurring within the /feed/UploadImage.do endpoint. An unauthenticated attacker can exploit this flaw by supplying a malicious filename parameter to achieve unauthorized file system access.

Business impact

Successful exploitation of this vulnerability could lead to unauthorized access to sensitive files on the host server. Given the CVSS score of 7.3, this represents a high-severity risk that could compromise the integrity and confidentiality of the application environment. If leveraged, this could serve as a precursor to more severe attacks, including remote code execution or total system compromise.

Remediation

Immediate Action: Update the LiveBOS component to version 2.1 or later immediately to patch the vulnerable file handling logic.

Proactive Monitoring: Review web server access logs for anomalous requests to the /feed/UploadImage.do endpoint, specifically looking for directory traversal sequences like dot-dot-slash patterns.

Compensating Controls: Implement strict input validation and filtering at the Web Application Firewall (WAF) layer to block requests containing path traversal characters before they reach the application.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the vulnerability disclosure references.

Analyst recommendation

This vulnerability presents a clear and present danger due to the ease with which an unauthenticated attacker can manipulate file paths. Organizations using Fujian Apex LiveBOS version 2.0 must prioritize upgrading to version 2.1 to eliminate this path traversal vector. Given the availability of public proof-of-concept information, delay in patching significantly increases the risk of successful exploitation by malicious actors.

Sources

Originally found and disclosed by 0menc (VulDB User), per the CVE Program record.