The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-12801

CVE-2024-12801: QOS.CH Logback SSRF Vulnerability

CVE-2024-12801 is a server-side request forgery flaw in QOS.CH logback affecting versions 0.1 to 1.3.14 and 1.4.0 to 1.5.12. Attackers can forge requests via XML configuration files. This article covers technical details, impact, and mitigations.

Published: January 28, 2026

CVE-2024-12801 Overview

CVE-2024-12801 is a Server-Side Request Forgery (SSRF) vulnerability in the SaxEventRecorder component of QOS.CH Logback, a popular logging framework for the Java platform. The vulnerability exists in Logback versions 0.1 through 1.3.14 and 1.4.0 through 1.5.12. An attacker capable of modifying Logback's XML configuration files can forge server-side requests by manipulating the DOCTYPE declaration within those files.

Critical Impact

Attackers with local access who can modify Logback configuration files may leverage this SSRF vulnerability to forge internal requests, potentially accessing internal services or exfiltrating sensitive data from within the network perimeter.

Affected Products

  • QOS.CH Logback versions 0.1 to 1.3.14
  • QOS.CH Logback versions 1.4.0 to 1.5.12
  • Java applications utilizing vulnerable Logback versions for logging

Discovery Timeline

  • 2024-12-19 - CVE-2024-12801 published to NVD
  • 2025-01-03 - Last updated in NVD database

Technical Details for CVE-2024-12801

Vulnerability Analysis

This Server-Side Request Forgery vulnerability resides in Logback's SaxEventRecorder class, which is responsible for parsing XML configuration files. The vulnerability arises from improper handling of external entities when processing XML documents.

When Logback parses its configuration files, the SaxEventRecorder component does not adequately restrict the processing of external entity references within DOCTYPE declarations. This allows an attacker who has gained the ability to modify configuration files to inject malicious DOCTYPE declarations that cause the server to make arbitrary HTTP requests to internal or external endpoints.

The attack surface requires local access to the system or another vulnerability that permits modification of the Logback XML configuration files (typically logback.xml or logback-spring.xml). While this precondition limits exploitation scenarios, environments with misconfigured file permissions or applications that allow user-controlled configuration files may be at elevated risk.

Root Cause

The root cause of CVE-2024-12801 is the failure to disable external entity processing in the XML parser used by SaxEventRecorder. When parsing XML configuration files, the component allows DOCTYPE declarations containing external entity references, which can be leveraged to initiate server-side requests to arbitrary URLs.

Attack Vector

The attack requires local access to the target system. An attacker must be able to modify Logback's XML configuration files to inject a malicious DOCTYPE declaration. Upon the next parsing of the configuration file (such as during application startup or configuration reload), the embedded external entity reference triggers the SSRF condition.

The exploitation mechanism involves modifying the DOCTYPE declaration at the beginning of the XML configuration file to reference an external entity. When Logback processes this modified configuration, the XML parser attempts to resolve the external entity, resulting in an outbound HTTP request to the attacker-specified URL. This can be used to probe internal network services, access metadata endpoints in cloud environments, or exfiltrate data through out-of-band channels.

Detection Methods for CVE-2024-12801

Indicators of Compromise

  • Unexpected modifications to Logback configuration files (logback.xml, logback-spring.xml, or custom configuration files)
  • Presence of DOCTYPE declarations containing SYSTEM or PUBLIC identifiers in configuration files
  • Unusual outbound network connections originating from Java application processes
  • Log entries indicating XML parsing errors or external entity resolution attempts

Detection Strategies

  • Implement file integrity monitoring (FIM) on Logback configuration files to detect unauthorized modifications
  • Monitor network traffic from application servers for unexpected outbound HTTP/HTTPS requests to internal addresses or unusual external endpoints
  • Deploy application-level logging to capture XML parsing events and configuration reloads
  • Utilize static code analysis tools to identify applications using vulnerable Logback versions

Monitoring Recommendations

  • Configure alerts for any changes to Logback XML configuration files in production environments
  • Establish baseline network behavior for Java applications and alert on deviations, particularly requests to internal infrastructure or cloud metadata services
  • Implement centralized logging to correlate configuration file changes with subsequent network activity

How to Mitigate CVE-2024-12801

Immediate Actions Required

  • Upgrade Logback to version 1.3.15 or later for the 1.3.x branch
  • Upgrade Logback to version 1.5.13 or later for the 1.5.x branch
  • Review and restrict file system permissions on Logback configuration files to prevent unauthorized modifications
  • Audit existing configuration files for suspicious DOCTYPE declarations

Patch Information

QOS.CH has released patched versions of Logback that address this SSRF vulnerability. Organizations should upgrade to the following versions:

  • Logback 1.3.x users: Upgrade to version 1.3.15 or later. See Logback Release Notes 1.3.15 for details.
  • Logback 1.5.x users: Upgrade to version 1.5.13 or later. See Logback Release Notes 1.5.13 for details.

Workarounds

  • Ensure Logback configuration files are read-only and owned by a privileged user account that application processes cannot modify
  • Implement network segmentation to limit the impact of potential SSRF attacks by restricting outbound connectivity from application servers
  • Deploy web application firewalls (WAF) or network-based controls to block unauthorized outbound requests from application tiers
  • Consider using Logback's programmatic configuration approach instead of XML-based configuration to eliminate the XML parsing attack surface
bash
# Restrict permissions on Logback configuration files
chmod 644 /path/to/logback.xml
chown root:root /path/to/logback.xml

# Verify Logback version in Maven projects
mvn dependency:tree | grep logback

# Update Logback in pom.xml to patched version (1.5.x branch example)
# <dependency>
#     <groupId>ch.qos.logback</groupId>
#     <artifactId>logback-classic</artifactId>
#     <version>1.5.13</version>
# </dependency>

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLogback

  • SeverityLOW

  • CVSS Score2.4

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:L/VI:N/VA:L/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:D/RE:X/U:Clear
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • Logback Release Notes 1.3.15

  • Logback Release Notes 1.5.13
  • Related CVEs
  • CVE-2026-1225: QOS.CH Logback-Core RCE Vulnerability

  • CVE-2024-12798: Logback-Core RCE Vulnerability
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