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

CVE-2023-26555: NTP Buffer Overflow Vulnerability

CVE-2023-26555 is a buffer overflow vulnerability in NTP 4.2.8p15 affecting the praecis_parse function. Exploitation requires complex attack methods like GPS receiver manipulation. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 11, 2026

CVE-2023-26555 Overview

CVE-2023-26555 is an out-of-bounds write vulnerability affecting the praecis_parse function in ntpd/refclock_palisade.c within NTP version 4.2.8p15. This memory corruption flaw could potentially allow an attacker to corrupt memory by exploiting the improper handling of data from GPS receiver hardware. The attack complexity is notably high, requiring physical access to manipulate a GPS receiver device that interfaces with the vulnerable NTP daemon.

Critical Impact

Successful exploitation could lead to memory corruption affecting confidentiality, integrity, and availability of systems running the vulnerable NTP daemon, though exploitation requires physical access and manipulation of GPS receiver hardware.

Affected Products

  • NTP 4.2.8p15
  • Systems using the Palisade/Praecis reference clock driver
  • Linux distributions shipping vulnerable NTP versions (including Fedora)

Discovery Timeline

  • April 11, 2023 - CVE-2023-26555 published to NVD
  • February 11, 2025 - Last updated in NVD database

Technical Details for CVE-2023-26555

Vulnerability Analysis

The vulnerability resides in the praecis_parse function within the reference clock driver code (refclock_palisade.c). This driver is responsible for parsing timing data received from Praecis GPS receivers, which are precision timing devices used for NTP synchronization. The out-of-bounds write condition occurs when the function processes malformed or crafted input data from the GPS receiver without proper bounds checking. Due to the physical attack vector requirement, exploitation would necessitate direct access to manipulate the GPS receiver hardware or its communication channel to the NTP daemon.

Root Cause

The root cause is improper bounds checking in the praecis_parse function (CWE-787: Out-of-bounds Write). When processing timing data from the Praecis GPS reference clock, the function fails to adequately validate the length or content of input data before writing to memory buffers. This allows carefully crafted input to write beyond the intended buffer boundaries, potentially corrupting adjacent memory structures.

Attack Vector

The attack vector is classified as Physical, requiring an attacker to have direct access to manipulate the GPS receiver hardware connected to the target system. A potential attack scenario would involve:

  1. Gaining physical access to the GPS receiver connected to the NTP server
  2. Manipulating the receiver to send malformed timing data to the NTP daemon
  3. Triggering the out-of-bounds write condition in praecis_parse
  4. Exploiting the memory corruption to achieve code execution or denial of service

The vulnerability affects the reference clock parsing mechanism. The praecis_parse function in ntpd/refclock_palisade.c processes incoming data from GPS timing receivers without adequate validation of input boundaries. When maliciously crafted data is received from a manipulated GPS device, the function may write beyond allocated buffer limits, leading to memory corruption. For detailed technical analysis, see the GitHub CVE-2023-26555 Info page.

Detection Methods for CVE-2023-26555

Indicators of Compromise

  • Unexpected crashes or restarts of the ntpd service
  • Anomalous behavior in systems using Praecis GPS reference clocks
  • Memory corruption indicators in system logs related to the NTP daemon
  • Unusual timing synchronization errors or inconsistencies

Detection Strategies

  • Monitor NTP daemon logs for parsing errors or crashes related to reference clock drivers
  • Implement process monitoring for unexpected ntpd terminations or restarts
  • Deploy memory protection mechanisms (ASLR, stack canaries) to detect exploitation attempts
  • Use integrity monitoring on NTP configuration and binary files

Monitoring Recommendations

  • Enable verbose logging for the NTP daemon to capture reference clock parsing events
  • Monitor system stability of servers using GPS-based time synchronization
  • Implement physical security monitoring for GPS receiver hardware access
  • Review system logs for memory-related errors in NTP processes

How to Mitigate CVE-2023-26555

Immediate Actions Required

  • Verify NTP version installed on systems (ntpq -c version)
  • Assess whether Praecis GPS reference clock drivers are in use
  • Apply physical security controls to GPS receiver hardware
  • Consider migrating to alternative NTP implementations if patches are unavailable

Patch Information

Organizations should update NTP to a patched version when available from their distribution vendor. Fedora has released package announcements addressing this vulnerability. Check the Fedora Package Announcement and Fedora Package Announcement Update for distribution-specific updates. Additional technical details are available in the GitHub Issue Comment on CVE-2023-26555.

Workarounds

  • Disable the Palisade/Praecis reference clock driver if not required for operations
  • Implement network segmentation to isolate NTP infrastructure
  • Consider using alternative time synchronization methods or NTP implementations
  • Enhance physical security controls for GPS receiver hardware access
bash
# Configuration example - Disable Praecis reference clock if not needed
# In ntp.conf, remove or comment out any Praecis/Palisade refclock entries:
# server 127.127.29.x  # Type 29 = Palisade/Praecis
# fudge 127.127.29.x ...

# Verify no Palisade driver is configured
grep -i "127.127.29" /etc/ntp.conf

# Restart NTP service after configuration changes
systemctl restart ntpd

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNtp

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • GitHub CVE-2023-26555 Info

  • GitHub Issue Comment on CVE-2023-26555

  • Fedora Package Announcement

  • Fedora Package Announcement Update
  • Related CVEs
  • CVE-2023-26554: NTP Buffer Overflow Vulnerability

  • CVE-2023-26551: NTP Buffer Overflow Vulnerability

  • CVE-2020-13817: NTP Daemon Denial of Service Vulnerability

  • CVE-2020-11868: NTP Denial of Service 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