CVE-2026-18644 Details
Description
A vulnerability was identified in danpros HTMLy up to 3.1.1. Affected by this issue is the function unlink of the file /system/htmly.php of the component Delete Username Endpoint. Such manipulation of the argument File leads to path traversal. The attack can be launched remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
A path traversal vulnerability has been identified in danpros HTMLy versions through 3.1.1. The issue arises in the Delete Username Endpoint within the file /system/htmly.php. The vulnerability allows authenticated administrators to delete arbitrary files on the server by manipulating the file parameter in a POST request. This is achieved by exploiting the lack of proper validation on the file path before it is passed to the unlink() function, enabling the deletion of files accessible to the PHP process. The vulnerability could lead to application denial of service, data loss, or further exploitation.
To address this vulnerability, implement path validation by using realpath() to ensure the file remains within the intended directory before deletion. Additionally, use basename() to extract only the filename, preventing directory traversal. Consider establishing a whitelist of allowed directories for file deletion and apply the principle of least privilege by running the PHP process with minimal filesystem permissions.
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 Aug 3, 2026CISA-ADP
Assessed Aug 3, 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://vuldb.com/submit/854991 | CISA-ADP | Issue TrackingPermission Required |
| https://github.com/orionyan520/cve_report/issues/5 | [email protected] | ExploitIssue TrackingTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-18644 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/854991 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/385563 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/385563/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| danpros HTMLy | 3.1.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 3, 2026 | CVE Modified | CISA-ADP |
| Aug 3, 2026 | New CVE Received | [email protected] |
Volerion