CVE-2026-61501
Deferred Deferred - Pending Action

Stored XSS in Rejetto HFS Log Viewer

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

Publication date: 2026-07-13

Last updated on: 2026-07-14

Assigner: VulnCheck

Description

Rejetto HFS 3.0.0 through 3.2.0 renders log entries in the administration panel as HTML without sanitization. A remote unauthenticated attacker can submit a failed login with a crafted username that is written to the error log and executes JavaScript in an administrator's browser when the logs are viewed, allowing the attacker to create accounts or execute code on the server with the administrator's privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
rejetto hfs to 3.2.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61501 is a stored cross-site scripting (XSS) vulnerability in Rejetto HFS versions 3.0.0 through 3.2.0. The vulnerability occurs because the administration panel renders log entries as HTML without proper sanitization.

An unauthenticated remote attacker can exploit this by submitting a failed login attempt with a specially crafted username containing malicious JavaScript code. When an administrator views the logs, the injected script executes in their browser.

This could allow the attacker to create new accounts or execute arbitrary commands on the server with the administrator's privileges.

Detection Guidance

To detect this vulnerability on your network or system, you can check the version of Rejetto HFS you are running. The vulnerability affects versions 3.0.0 through 3.2.0. If your system is running one of these versions, it is vulnerable.

You can verify the version of HFS by accessing the administration panel or checking the version information in the application itself. There are no specific commands provided in the context, but you can look for signs of exploitation by reviewing the log entries in the Admin Log Viewer for any unusual or suspicious JavaScript code in the usernames of failed login attempts.

  • Check the HFS version: Open the HFS application and look for version information in the interface or settings.
  • Review log entries: Access the Admin Log Viewer and inspect the logs for any failed login attempts with unusual usernames that may contain JavaScript code.
Impact Analysis

If you are using Rejetto HFS versions 3.0.0 through 3.2.0, this vulnerability could have several impacts:

  • An attacker could execute malicious JavaScript in the browser of an administrator who views the logs.
  • The attacker could create unauthorized accounts with administrative privileges.
  • The attacker could execute arbitrary code on the server, potentially leading to full system compromise.

This could result in unauthorized access to sensitive data, disruption of services, or further exploitation of your network.

Compliance Impact

This vulnerability could impact compliance with several standards and regulations, depending on the context of your organization:

  • GDPR: If the server processes or stores personal data of EU citizens, a breach resulting from this vulnerability could lead to unauthorized access to that data. This may require notification to authorities and affected individuals, and could result in fines or penalties.
  • HIPAA: For organizations handling protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access to PHI, which is a violation of HIPAA's Security Rule. This could result in significant fines and mandatory corrective actions.
  • Other standards like PCI DSS: If the server is involved in processing payment card data, this vulnerability could lead to non-compliance with PCI DSS requirements for securing systems against unauthorized access.

Failure to address this vulnerability could be seen as a lack of due diligence in protecting sensitive data, potentially leading to compliance violations and associated penalties.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to upgrade Rejetto HFS to version 3.2.1 or later. This version includes a fix for the stored XSS vulnerability in the Admin Log Viewer.

  • Download and install the latest version of HFS from the official GitHub repository: https://github.com/rejetto/hfs/releases/tag/v3.2.1.
  • If upgrading is not immediately possible, restrict access to the HFS administration panel to trusted IP addresses only to reduce the risk of exploitation.
  • Monitor the Admin Log Viewer for any suspicious activity, such as failed login attempts with unusual usernames, and remove or sanitize such entries.

Chat Assistant

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

EPSS Chart