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-41184

CVE-2024-41184: Keepalived DOS Vulnerability

CVE-2024-41184 is a denial of service flaw in Keepalived through 2.3.1 caused by an integer overflow in the vrrp_ipsets_handler. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-41184 Overview

CVE-2024-41184 is an integer overflow vulnerability discovered in the vrrp_ipsets_handler handler within the fglobal_parser.c file of Keepalived through version 2.3.1. This vulnerability allows for potential memory corruption through integer overflow conditions when processing ipset configurations. While the vulnerability has a high severity rating, it requires specific user configuration (an empty ipset name) to be exploitable, which may limit its practical attack surface.

Critical Impact

An integer overflow in Keepalived's VRRP ipsets handler could potentially lead to memory corruption, allowing attackers with network access to compromise high-availability infrastructure components with full impact to confidentiality, integrity, and availability.

Affected Products

  • Keepalived through version 2.3.1
  • Systems utilizing VRRP (Virtual Router Redundancy Protocol) with ipset configurations
  • High-availability Linux deployments using Keepalived for failover management

Discovery Timeline

  • 2024-07-18 - CVE CVE-2024-41184 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-41184

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw exists in the vrrp_ipsets_handler function within fglobal_parser.c, where improper handling of integer calculations can result in an overflow condition. When triggered, the integer overflow can cause unexpected behavior in memory allocation or buffer operations, potentially leading to memory corruption.

The vulnerability requires network-level access and can be exploited without authentication or user interaction. However, the practical exploitability is somewhat limited by the prerequisite that an empty ipset name must be configured by the user—a non-default and unusual configuration choice.

Root Cause

The root cause stems from insufficient validation of integer values within the vrrp_ipsets_handler function. When processing ipset configuration parameters, the code fails to properly check for potential overflow conditions before performing arithmetic operations. This CWE-190 weakness allows calculated values to wrap around, potentially resulting in undersized buffer allocations or incorrect boundary checks.

Attack Vector

The attack vector is network-based, requiring an attacker to send specially crafted requests that trigger the integer overflow condition in the VRRP ipsets handler. The exploitation path involves:

  1. Identifying a Keepalived instance with an empty ipset name configured
  2. Crafting malicious input that causes integer overflow during handler processing
  3. Leveraging the resulting memory corruption to potentially achieve code execution or denial of service

Since no proof-of-concept code has been verified for this vulnerability, technical details about specific exploitation techniques should be obtained from the GitHub Issue discussing this vulnerability.

Detection Methods for CVE-2024-41184

Indicators of Compromise

  • Unexpected crashes or restarts of the Keepalived daemon
  • Anomalous memory consumption patterns in Keepalived processes
  • Core dumps indicating memory corruption in fglobal_parser.c or related VRRP components
  • Unusual network traffic patterns targeting Keepalived services

Detection Strategies

  • Monitor Keepalived process stability and implement alerting for unexpected daemon terminations
  • Deploy memory corruption detection tools (AddressSanitizer, Valgrind) in staging environments to identify exploitation attempts
  • Implement network intrusion detection rules for anomalous VRRP traffic patterns
  • Audit Keepalived configurations to identify instances with empty ipset names

Monitoring Recommendations

  • Enable verbose logging for Keepalived to capture detailed handler execution information
  • Implement process monitoring to detect crashes or abnormal behavior in Keepalived instances
  • Configure system-level crash reporting to capture and analyze core dumps from Keepalived
  • Monitor network traffic on VRRP-related ports for unusual patterns or volumes

How to Mitigate CVE-2024-41184

Immediate Actions Required

  • Audit all Keepalived configurations and remove or populate any empty ipset name entries
  • Update Keepalived to the latest available version that addresses this vulnerability
  • Implement network segmentation to limit access to Keepalived instances from untrusted networks
  • Consider deploying application-level firewalls to filter malicious requests to VRRP services

Patch Information

Organizations should monitor the official Keepalived repository and release channels for security patches addressing CVE-2024-41184. The vulnerability was identified through GitHub Issue #2447, which may contain additional remediation guidance from the maintainers.

Workarounds

  • Ensure no empty ipset names are configured in Keepalived configuration files
  • Restrict network access to Keepalived services using firewall rules to trusted management networks only
  • Implement additional input validation at the network perimeter for VRRP-related traffic
  • Consider deploying Keepalived in isolated network segments with strict access controls
bash
# Configuration example - Ensure ipset names are not empty
# Review your keepalived.conf for any empty ipset declarations
grep -r "ipset" /etc/keepalived/
# Verify all ipset entries have valid, non-empty names
# Example of a properly configured ipset (not empty):
# ipset my_ipset_name

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKeepalived

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • GitHub Issue Comment
  • 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