LiveActive security incident?Get immediate response
CVE Record

CVE-2024-23692: Rejetto HTTP File Server 2.3m Unauthenticated RCE

Rejetto HTTP File Server, up to and including version 2.3m, is vulnerable to a template injection vulnerability. This vulnerability allows a remote, unauthenticated attacker to execute arbitrary commands on the affected system by sending a specially crafted HTTP request. As of the CVE assignment date, Rejetto HFS 2.3m is no longer supported.

CriticalCVSS 9.8Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

This is a critical remote takeover issue in Rejetto HTTP File Server 2.3m and earlier. An attacker does not need an account or user interaction. Because CISA lists it as known exploited and the affected version is unsupported, internet-facing systems should be treated as urgent exposure.

Executive priority

Immediate action is warranted for any exposed instance. The combination of unauthenticated remote code execution, critical CVSS score, unsupported software, and CISA KEV listing makes this a high-priority remediation and incident-review item.

Technical view

CVE-2024-23692 is a CWE-1336 template injection flaw in Rejetto HFS up to 2.3m. A crafted HTTP request can lead to arbitrary command execution with no authentication. Public advisories and exploit-framework activity exist; CISA KEV supports active exploitation status.

Likely exposure

Highest risk is any internet-accessible Rejetto HFS 2.3m or earlier deployment. Internal-only instances still matter if reachable from compromised networks. The source bundle has incomplete affected-product metadata, so confirm versions directly.

Exploitation context

Active exploitation is supported by CISA KEV. Public technical writeups and a Metasploit pull request indicate attacker knowledge and tooling availability, but this assessment does not rely on or describe exploit mechanics.

Researcher notes

The core issue is template injection enabling command execution through HTTP request handling. Validate exposure without reproducing exploit behavior. Treat public module availability as a detection and prioritization signal, not proof of compromise on a specific host.

Mitigation direction

  • Remove public access to Rejetto HFS 2.3m or earlier immediately.
  • Migrate away from unsupported HFS 2.3m following vendor guidance.
  • Restrict access with VPN, firewall allowlists, or reverse-proxy controls.
  • Monitor affected hosts for signs of command execution or persistence.
  • Check vendor and trusted advisory guidance for supported replacement options.

Validation and detection

  • Inventory all Rejetto HFS deployments, including shadow IT file-sharing hosts.
  • Confirm product version from host records, package data, or administrative evidence.
  • Check whether any HFS endpoint is reachable from the internet.
  • Review HTTP and endpoint logs for suspicious unauthenticated request patterns.
  • Prioritize forensic review where exposure existed after public disclosure.
Prepared
Reviewed
Confidence
high
Sources
9

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-1336: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-23692 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2024-23692Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
RejettoHTTP File Server0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-1336 · source CWE mapping

Improper Neutralization of Special Elements Used in a Template Engine

Improper Neutralization of Special Elements Used in a Template Engine represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.