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-2023-6481

CVE-2023-6481: Qos Logback DoS Vulnerability

CVE-2023-6481 is a serialization denial-of-service vulnerability in Qos Logback receiver component that allows attackers to disrupt services by sending poisoned data. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-6481 Overview

A serialization vulnerability exists in the logback receiver component across multiple versions of the popular Java logging framework. This flaw allows remote attackers to mount a Denial-of-Service (DoS) attack by sending specially crafted poisoned data to the vulnerable receiver component. Logback is widely used in Java applications for logging purposes, making this vulnerability potentially impactful across numerous enterprise environments.

Critical Impact

Remote attackers can exploit this serialization vulnerability to cause service disruption by sending malicious data to exposed logback receiver components, potentially affecting application availability without requiring authentication.

Affected Products

  • Qos Logback version 1.4.13
  • Qos Logback version 1.3.13
  • Qos Logback version 1.2.12

Discovery Timeline

  • 2023-12-04 - CVE-2023-6481 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-6481

Vulnerability Analysis

This vulnerability affects the receiver component within Logback, a widely-deployed Java logging framework. The receiver component is designed to accept log events from remote sources over the network. Due to improper handling of serialized data, an attacker can craft malicious payloads that, when deserialized by the receiver component, cause the application to enter a denial-of-service state.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit. While the vulnerability does not allow for data exfiltration or integrity compromise, it can severely impact application availability. Organizations using Logback's receiver functionality in production environments should prioritize remediation.

Root Cause

The root cause of this vulnerability lies in insecure deserialization practices within the logback receiver component. When processing incoming serialized data, the component fails to adequately validate or sanitize the input before deserialization. This allows an attacker to inject poisoned serialized objects that trigger resource exhaustion or application crashes when processed.

Java deserialization vulnerabilities have been a persistent security concern, as the deserialization process can instantiate arbitrary objects and execute code during object reconstruction. In this case, the vulnerability specifically enables denial-of-service conditions rather than arbitrary code execution.

Attack Vector

The attack vector for CVE-2023-6481 is network-based. An attacker with network access to an exposed logback receiver endpoint can send specially crafted serialized payloads to trigger the denial-of-service condition.

The exploitation scenario involves:

  1. Identifying a target application with an exposed logback receiver component
  2. Crafting a malicious serialized payload designed to exhaust resources or crash the application
  3. Sending the poisoned data to the receiver endpoint
  4. The receiver component processes the malicious data, triggering the DoS condition

No proof-of-concept exploits are currently publicly available for this vulnerability, and it is not listed in CISA's Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2023-6481

Indicators of Compromise

  • Unusual spikes in incoming network traffic to logback receiver ports
  • Application crashes or restarts coinciding with external connection attempts
  • Malformed or unusually large serialized objects in network traffic logs
  • Resource exhaustion events (CPU, memory) on systems running vulnerable Logback versions

Detection Strategies

  • Monitor network traffic for suspicious connections to logback receiver endpoints
  • Implement application performance monitoring to detect anomalous resource consumption patterns
  • Deploy intrusion detection signatures to identify malicious serialized Java objects
  • Audit dependency manifests to identify applications using vulnerable Logback versions (1.2.12, 1.3.13, 1.4.13)

Monitoring Recommendations

  • Enable verbose logging on network ingress points to capture connection metadata
  • Configure alerting for application availability degradation or unexpected restarts
  • Implement application-level health checks to detect DoS conditions early
  • Review firewall logs for connection attempts from untrusted sources to Logback receiver ports

How to Mitigate CVE-2023-6481

Immediate Actions Required

  • Upgrade Logback to the latest patched version immediately
  • If the logback receiver component is not required, disable or remove it from your configuration
  • Restrict network access to logback receiver endpoints using firewall rules
  • Implement network segmentation to limit exposure of logging infrastructure

Patch Information

QOS has released patched versions of Logback to address this vulnerability. Organizations should upgrade to versions newer than the affected releases. Detailed release information is available in the Logback 1.3.12 Release Notes and Logback 1.3.14 Release Notes.

For Maven-based projects, update your pom.xml dependency to reference the latest secure version. For Gradle projects, update the dependency declaration in your build.gradle file. After updating, rebuild and redeploy affected applications.

Workarounds

  • Disable the logback receiver component if it is not essential to your logging architecture
  • Implement network-level access controls to restrict which hosts can connect to receiver endpoints
  • Deploy a Web Application Firewall (WAF) or network filter to inspect and block malicious serialized payloads
  • Consider migrating to alternative logging receivers that do not rely on Java serialization
bash
# Configuration example - Restrict access to logback receiver in firewall
# Block external access to default logback receiver port
iptables -A INPUT -p tcp --dport 4560 -s ! 10.0.0.0/8 -j DROP

# Allow only trusted internal networks
iptables -A INPUT -p tcp --dport 4560 -s 10.0.0.0/8 -j ACCEPT

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQos Logback

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Logback Release Notes 1.3.12

  • Logback Release Notes 1.3.14
  • Related CVEs
  • CVE-2023-6378: Qos Logback DOS Vulnerability

  • CVE-2021-42550: Qos Logback 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