CVE-2026-88621 Details
Description
OneNav v1.2.4 contains an authenticated arbitrary file deletion vulnerability in the Api::upload() method in class/Api.php. An authenticated administrator can submit a non-HTML upload filename matching an existing file in the application's working directory. The application passes the user-controlled filename to unlink() when rejecting the upload, potentially causing file deletion and denial of service.
A vulnerability allowing authenticated arbitrary file deletion has been identified in OneNav version 1.2.4. The issue arises in the Api::upload() method within class/Api.php. An authenticated administrator can exploit this vulnerability by uploading a filename that matches an existing file in the application's working directory. The application then passes this user-controlled filename to the unlink() function to reject the upload, potentially leading to unauthorized file deletion and a denial-of-service condition.
It is recommended to remove the current file deletion process that uses client-supplied filenames. Instead, only delete verified temporary upload files, reject invalid extensions before performing file operations, and ensure that any saved file paths remain within their designated directories.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/helloxz/onenav | [email protected] | ProductVendor |
| https://github.com/returnwrong/returnwrong-security-advisories/blob/main/CVE-2026-88621.md | [email protected] | AdvisoryExploitRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-706 | Use of Incorrectly-Resolved Name or Reference | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| OneNav | 1.2.4 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion