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

CVE-2024-23080: Joda Time NullPointerException Vulnerability

CVE-2024-23080 is a disputed NullPointerException flaw in Joda Time v2.12.5 affecting the PeriodFormat component. Multiple parties dispute its validity. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-23080 Overview

CVE-2024-23080 is a reported Null Pointer Dereference vulnerability in Joda Time v2.12.5, specifically affecting the org.joda.time.format.PeriodFormat::wordBased(Locale) component. When triggered, this vulnerability can cause a NullPointerException that may lead to application crashes or denial of service conditions.

Important Note: This CVE is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a vulnerability. The original submission may have been based on a tool that is not sufficiently robust for vulnerability identification.

Critical Impact

This disputed vulnerability could potentially allow attackers to trigger application crashes through malformed locale input, resulting in denial of service. However, the validity of this vulnerability remains contested.

Affected Products

  • Joda Time v2.12.5
  • Applications using org.joda.time.format.PeriodFormat::wordBased(Locale) method

Discovery Timeline

  • 2024-04-10 - CVE-2024-23080 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-23080

Vulnerability Analysis

The reported vulnerability is classified as CWE-476 (NULL Pointer Dereference). The issue is alleged to exist in the PeriodFormat.wordBased(Locale) method within the Joda Time library. When this method receives certain input conditions, it may not properly validate the locale parameter, potentially leading to a NullPointerException being thrown.

The network-based attack vector suggests that this vulnerability could be exploited remotely if an application exposes functionality that passes user-controlled locale data to the affected method. An attacker could potentially craft requests with specially formed locale parameters to trigger the null pointer dereference.

However, it's critical to note that this vulnerability is disputed. Third-party security researchers have questioned whether the reported behavior constitutes a legitimate security vulnerability, suggesting the original analysis may have been performed using automated tools that produced false positives.

Root Cause

The alleged root cause involves insufficient null-checking or input validation within the PeriodFormat.wordBased(Locale) method. When the method processes locale information for generating word-based period formats, it may encounter null values in certain code paths that are not properly handled, resulting in a NullPointerException.

Attack Vector

The vulnerability is reported to be exploitable via network access without authentication requirements. An attacker would need to identify an application that:

  1. Uses Joda Time v2.12.5
  2. Exposes the PeriodFormat.wordBased(Locale) functionality to user-controlled input
  3. Passes untrusted locale data to the vulnerable method

The exploitation would involve sending crafted requests with specific locale parameters designed to trigger the null pointer condition within the library's internal processing logic.

Detection Methods for CVE-2024-23080

Indicators of Compromise

  • Application crashes or service interruptions accompanied by NullPointerException stack traces referencing org.joda.time.format.PeriodFormat
  • Unusual patterns of requests containing malformed or unexpected locale parameters
  • Increased error rates in applications utilizing Joda Time date/time formatting functionality

Detection Strategies

  • Monitor application logs for NullPointerException errors originating from Joda Time library components
  • Implement application-level monitoring to detect repeated crashes or restarts in services using Joda Time
  • Configure alerting for patterns consistent with denial of service attempts targeting date/time formatting endpoints

Monitoring Recommendations

  • Enable verbose logging for applications using Joda Time to capture exception details
  • Implement rate limiting on endpoints that process user-provided locale information
  • Monitor for anomalous traffic patterns that may indicate exploitation attempts

How to Mitigate CVE-2024-23080

Immediate Actions Required

  • Review application code to identify usage of PeriodFormat.wordBased(Locale) with user-controlled input
  • Implement input validation to sanitize and validate locale parameters before passing to Joda Time methods
  • Consider migrating to java.time (JSR-310) which is the modern replacement for Joda Time in Java 8+

Patch Information

As of the last update, no official patch has been released specifically for this vulnerability. Given the disputed nature of this CVE, the Joda Time maintainers may not consider this a valid security issue requiring a fix. Organizations should:

  1. Monitor the GitHub Joda-Time Repository for any official statements or updates
  2. Review the GitHub Gist Example referenced in the original report
  3. Consider the disputed status when prioritizing remediation efforts

Workarounds

  • Implement defensive null checks and input validation before calling PeriodFormat.wordBased(Locale)
  • Wrap calls to the affected method in try-catch blocks to gracefully handle potential NullPointerExceptions
  • Migrate to java.time API available in Java 8 and later, which provides equivalent functionality with improved null-safety
  • Restrict access to endpoints that utilize locale-dependent period formatting functionality

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechJoda Time

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Joda Official Website

  • GitHub Gist Example

  • GitHub Joda-Time Repository
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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