Description
Rejetto HFS 3.0.0 through 3.2.0 accepts state-changing API requests via the GET method and exempts GET requests from its anti-CSRF header check. A remote attacker can perform administrative actions including account creation and configuration changes leading to code execution - by causing a logged-in administrator's browser to navigate to a crafted URL, or without any credentials against default installations when the attack originates from the server's own machine.
Published: 2026-07-13
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Rejetto HFS versions 3.0.0 through 3.2.0 permit Cross‑Site Request Forgery because they allow state‑changing API requests to be processed via the GET method and omit the anti‑CSRF header check for such requests. Exploiting this flaw lets an attacker construct a URL that, when visited, performs administrative actions such as creating accounts, modifying configuration, or executing server‑side code. This vulnerability is classified as CWE‑352 and can ultimately lead to remote code execution on the server.

Affected Systems

The vulnerability affects installations of the Rejetto HFS web framework that are running any release older than 3.2.1, specifically versions 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, and 3.2.0. Earlier builds not listed may also be vulnerable, but the CVE does not enumerate them explicitly. Systems that host the default administrative endpoints are included.

Risk and Exploitability

The CVSS score of 5.1 places this issue in the moderate severity class. The EPSS score below 1% indicates a low exploitation probability based on current data, but the risk remains significant for unpatched installations that expose administrative endpoints to the Internet or rely on default accounts. Based on the description, it is inferred that an attacker does not need any special setup beyond provoking the victim’s browser to fetch the crafted GET request, or can execute the flaw locally if the application is configured with default settings. While the vulnerability is not listed in the CISA KEV catalog, the potential for remote code execution is a critical consideration for administrators of affected installations.

Generated by OpenCVE AI on August 1, 2026 at 10:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Rejetto HFS to version 3.2.1 or newer, which removes the ability to handle state‑changing API requests via GET and enforces anti‑CSRF checks.
  • Configure the web server or application layer to reject GET requests for any administrative endpoint or enable CSRF protection middleware to enforce the presence of a valid anti‑CSRF header.
  • Limit administrative interface access to trusted networks, enforce strong authentication, and eliminate default accounts.

Generated by OpenCVE AI on August 1, 2026 at 10:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Rejetto
Rejetto hfs
Vendors & Products Rejetto
Rejetto hfs

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
Description Rejetto HFS 3.0.0 through 3.2.0 accepts state-changing API requests via the GET method and exempts GET requests from its anti-CSRF header check. A remote attacker can perform administrative actions including account creation and configuration changes leading to code execution - by causing a logged-in administrator's browser to navigate to a crafted URL, or without any credentials against default installations when the attack originates from the server's own machine.
Title Rejetto HFS < 3.2.1 Cross-Site Request Forgery via GET Requests
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:40.884Z

Reserved: 2026-07-10T15:43:36.625Z

Link: CVE-2026-61502

cve-icon Vulnrichment

Updated: 2026-07-14T14:22:26.783Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)