CVE-2026-18644
Received Received - Intake

Path Traversal in HTMLy CMS via Delete Username Endpoint

Vulnerability report for CVE-2026-18644, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-03
Last Modified
2026-08-03
Generated
2026-08-04
AI Q&A
2026-08-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
danpros htmly to 3.1.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in danpros HTMLy up to version 3.1.1. It exists in the Delete Username Endpoint, specifically in the unlink function of the file /system/htmly.php. An attacker can manipulate the File argument to perform path traversal, potentially accessing or deleting files outside intended directories. The exploit is publicly available and can be launched remotely.

Detection Guidance

Detecting this vulnerability requires checking for the presence of danpros HTMLy version 3.1.1 or earlier. Inspect web server logs for unusual file deletion requests targeting /system/htmly.php with path traversal patterns in the 'File' argument. Look for requests containing sequences like '../' or similar traversal attempts.

Impact Analysis

This vulnerability could allow an attacker to delete or access sensitive files on the server where HTMLy is hosted. If exploited, it may lead to unauthorized data exposure, system disruption, or further attacks. The impact depends on the server's configuration and the files accessible via the path traversal.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access or deletion of personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. Exploitation may violate these regulations, leading to legal and financial penalties.

Mitigation Strategies

Immediately update danpros HTMLy to a version beyond 3.1.1 if available. If no update exists, disable the Delete Username Endpoint or restrict access to authenticated users only. Monitor network traffic for suspicious file deletion attempts and apply web application firewall rules to block path traversal patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18644. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart