Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-52875

CVE-2024-52875: GFI Kerio Control RCE Vulnerability

CVE-2024-52875 is a remote code execution vulnerability in GFI Kerio Control versions 9.2.5 through 9.4.5 that allows attackers to execute arbitrary commands. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-52875 Overview

CVE-2024-52875 is an HTTP Response Splitting vulnerability affecting GFI Kerio Control versions 9.2.5 through 9.4.5. The vulnerability exists in the dest GET parameter passed to multiple unauthenticated pages including /nonauth/addCertException.cs, /nonauth/guestConfirm.cs, and /nonauth/expiration.cs. The parameter is not properly sanitized before being used to generate a Location HTTP header in a 302 HTTP response, enabling attackers to inject arbitrary headers and content.

Critical Impact

This vulnerability chain can escalate from HTTP Response Splitting to Open Redirect, Reflected XSS, and ultimately Remote Command Execution by leveraging the admin interface upgrade feature.

Affected Products

  • GFI Kerio Control 9.2.5
  • GFI Kerio Control versions through 9.4.5
  • All intermediate versions between 9.2.5 and 9.4.5

Discovery Timeline

  • 2025-01-31 - CVE-2024-52875 published to NVD
  • 2025-09-16 - Last updated in NVD database

Technical Details for CVE-2024-52875

Vulnerability Analysis

This vulnerability is classified under CWE-113 (Improper Neutralization of CRLF Sequences in HTTP Headers), commonly known as HTTP Response Splitting. The flaw occurs when user-controlled input is incorporated into HTTP response headers without proper sanitization of carriage return and line feed (CRLF) characters.

The attack surface is particularly concerning because the vulnerable endpoints are located under the /nonauth/ path, meaning they can be accessed without authentication. An attacker can craft a malicious URL containing CRLF sequences in the dest parameter, which when processed by the server, allows injection of arbitrary HTTP headers and response body content.

The exploitation chain progresses through multiple stages: first, the HTTP Response Splitting enables Open Redirect attacks by manipulating the Location header. Second, by injecting additional response content, attackers can perform Reflected Cross-Site Scripting attacks. Most critically, if an authenticated administrator can be tricked into clicking a malicious link, the XSS payload can interact with the admin interface's upgrade feature, potentially leading to Remote Command Execution on the Kerio Control appliance.

Root Cause

The root cause is insufficient input validation and sanitization in the server-side code handling the dest parameter. The application fails to properly encode or strip CRLF sequences (\r\n or %0d%0a) from user input before incorporating it into the HTTP Location header. This allows attackers to terminate the header section and inject arbitrary content into the HTTP response.

Attack Vector

The attack is network-based and requires user interaction. An attacker must craft a malicious URL targeting one of the vulnerable endpoints and convince a victim to click the link. The unauthenticated nature of the vulnerable pages means no prior access to the system is required.

The exploitation flow involves: crafting a URL with CRLF-encoded sequences in the dest parameter, social engineering a victim (preferably an administrator) to visit the malicious URL, the server generating a 302 redirect response with the injected content, and the victim's browser executing the injected JavaScript. When targeting administrators, the XSS payload can then interact with privileged functionality such as the firmware upgrade feature to achieve code execution.

For detailed technical analysis and proof-of-concept information, see the KarmaInSecurity CVE-2024-52875 Analysis.

Detection Methods for CVE-2024-52875

Indicators of Compromise

  • HTTP requests to /nonauth/addCertException.cs, /nonauth/guestConfirm.cs, or /nonauth/expiration.cs containing URL-encoded CRLF sequences (%0d%0a or %0D%0A) in the dest parameter
  • Unusual 302 redirect responses with malformed or multiple Location headers
  • Web server logs showing requests with encoded newline characters in query parameters
  • Evidence of XSS payloads targeting the Kerio Control admin interface

Detection Strategies

  • Implement web application firewall rules to detect and block CRLF injection attempts in query parameters
  • Monitor HTTP traffic for requests containing %0d, %0a, \r, or \n sequences in the dest parameter
  • Configure intrusion detection systems to alert on HTTP Response Splitting patterns targeting the /nonauth/ path
  • Review web server access logs for anomalous requests to the three vulnerable endpoints

Monitoring Recommendations

  • Enable detailed logging for all requests to /nonauth/ endpoints on Kerio Control appliances
  • Implement real-time alerting for requests matching CRLF injection signatures
  • Monitor administrator session activity for unexpected interactions with the upgrade functionality
  • Track authentication events following visits to unauthenticated endpoints

How to Mitigate CVE-2024-52875

Immediate Actions Required

  • Upgrade GFI Kerio Control to a version newer than 9.4.5 that addresses this vulnerability
  • If immediate patching is not possible, restrict network access to the Kerio Control web interface
  • Educate administrators about the risk of clicking untrusted links while authenticated to the admin interface
  • Review logs for evidence of exploitation attempts

Patch Information

Organizations should check with GFI for the latest security updates addressing CVE-2024-52875. For additional details on the vulnerability and remediation, refer to the Full Disclosure Mailing List Post and the KarmaInSecurity CVE-2024-52875 Analysis.

Workarounds

  • Implement a reverse proxy or web application firewall in front of Kerio Control to filter CRLF sequences from incoming requests
  • Restrict access to the /nonauth/ endpoints using network-level access controls where possible
  • Configure browsers used by administrators with enhanced XSS protection and disable JavaScript execution for the Kerio Control domain until patched
  • Limit access to the admin interface to specific trusted IP addresses or VPN connections only
bash
# Example WAF rule to block CRLF injection attempts (ModSecurity syntax)
SecRule ARGS:dest "@rx (%0d|%0a|%0D|%0A|\r|\n)" \
    "id:1001,phase:1,deny,status:403,msg:'CRLF Injection Attempt Blocked'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGfi Kerio Control

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability75.78%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-113
  • Technical References
  • KarmaInSecurity CVE-2024-52875 Analysis

  • Full Disclosure Mailing List Post
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English