Cyber Posture

CVE-2024-52875

HighPublic PoC

Published: 31 January 2025

Published
31 January 2025
Modified
16 September 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.7966 99.1th percentile
Risk Priority 65 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.

Security Summary

CVE-2024-52875 affects GFI Kerio Control versions 9.2.5 through 9.4.5. The vulnerability stems from improper sanitization of the "dest" GET parameter passed to the /nonauth/addCertException.cs, /nonauth/guestConfirm.cs, and /nonauth/expiration.cs pages. This parameter is used directly to generate the Location HTTP header in a 302 response, enabling Open Redirect and HTTP Response Splitting attacks that lead to Reflected Cross-Site Scripting (XSS), classified under CWE-113. The issue carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H). Remote command execution is also achievable by leveraging the upgrade feature in the admin interface.

The vulnerability can be exploited remotely by unauthenticated attackers (PR:N) with low complexity (AC:L), though it requires user interaction (UI:R), such as a victim clicking a crafted link. Attackers can manipulate the "dest" parameter to redirect users to malicious sites or inject CRLF characters for response splitting, facilitating reflected XSS to steal session cookies or perform further attacks. By chaining this with the admin interface's upgrade functionality, full remote command execution can be attained, granting high confidentiality, integrity, and availability impacts.

Advisories detailing the vulnerability, including potential mitigations and patches, are available from the referenced sources: https://karmainsecurity.com/hacking-kerio-control-via-cve-2024-52875 and http://seclists.org/fulldisclosure/2024/Dec/15.

Details

CWE(s)
CWE-113

Affected Products

gfi
kerio control
9.2.5 — 9.4.5

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

The HTTP Response Splitting (CRLF/LF injection) vulnerability in the unauthenticated web pages of GFI Kerio Control enables exploitation of a public-facing application (T1190) and remote services (T1210), facilitating reflected XSS, open redirects, and remote command execution via the admin upgrade feature.

References