Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-97359 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

HFS2 version 2.4.0 and earlier contains a template injection vulnerability in the multipart upload handler that allows unauthenticated attackers to achieve remote code execution by embedding malicious template syntax in a filename. Attackers can craft a filename containing a closing template quoting sequence followed by an exec macro, which bypasses the authorization check in the dispatcher to execute arbitrary commands on the underlying host system.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1336Improper Neutralization of Special Elements Used in a Template Engine[email protected]

Affected Products

ProductVersions
Rejetto HTTP File Server
>= 2.4.0, <= 2.4.0 RC7
~2.4

CPE

  • cpe:2.3:a:rejetto:http_file_server:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Do not expose HFS 2.x to untrusted networks; restrict listening to trusted internal networks or VPNs.

  • Workaround:low effort

    Filter the multipart `filename` parameter for `%`, `{`, `}`, and `|` at the reverse proxy layer.

  • Workaround:low effort

    Run HFS with a restricted account that does not have command execution capabilities.

  • Workaround:low effort

    Disable anonymous write permissions for all virtual directories if upload functionality is not required. Note that this only mitigates the issue, as the injection occurs during the upload rejection response rendering.

Change History

1 change record found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-97359
NVD Published Date:
Sep 24, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-97359 Details - Not Deferred