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

CVE-2023-6129: OpenSSL POLY1305 MAC DoS Vulnerability

CVE-2023-6129 is a denial of service vulnerability in OpenSSL's POLY1305 MAC implementation affecting PowerPC CPUs. It corrupts application state, potentially causing crashes or incorrect calculations.

Published: February 11, 2026

CVE-2023-6129 Overview

CVE-2023-6129 is a memory corruption vulnerability in the POLY1305 MAC (message authentication code) implementation within OpenSSL that affects applications running on PowerPC CPU-based platforms with vector instruction support. The vulnerability causes internal application state corruption due to improper handling of vector registers, potentially leading to denial of service or, in worst-case scenarios, complete application compromise.

Critical Impact

Applications using OpenSSL's POLY1305 MAC implementation on PowerPC processors supporting PowerISA 2.07 instructions may experience memory corruption, incorrect calculations, crashes, or potential remote code execution when processing TLS 1.2/1.3 connections using CHACHA20-POLY1305 cipher.

Affected Products

  • OpenSSL versions prior to patched releases on PowerPC platforms
  • OpenSSL 3.2.0 and earlier versions with PowerISA 2.07 vector instruction support
  • TLS server applications using CHACHA20-POLY1305 AEAD cipher on PowerPC

Discovery Timeline

  • 2024-01-09 - CVE CVE-2023-6129 published to NVD
  • 2025-06-20 - Last updated in NVD database

Technical Details for CVE-2023-6129

Vulnerability Analysis

The vulnerability resides in the poly1305-ppc.pl assembly implementation within OpenSSL's cryptographic library. When the POLY1305 MAC algorithm executes on PowerPC processors with vector instruction capabilities (PowerISA 2.07), the implementation incorrectly restores vector register contents in a different order than they were saved.

This register ordering mismatch causes corruption of non-volatile XMM vector registers when the function returns to the caller. The consequences depend heavily on how the calling application uses these registers. If the compiler uses vector registers for storing pointers, an attacker could potentially achieve complete control of the application process. More commonly, the corruption results in incorrect calculation results or application crashes leading to denial of service.

The vulnerable code path is triggered when CHACHA20-POLY1305 AEAD cipher is negotiated during TLS 1.2 or TLS 1.3 handshakes. A malicious client connecting to a vulnerable TLS server can influence cipher selection to force use of the affected code path, making this vulnerability remotely exploitable in server scenarios.

Root Cause

The root cause is an off-by-one error in the vector register frame allocation within the PowerPC assembly implementation. The code allocated space for 13 vector registers (13*16 bytes) but only 12 registers (v20-v31) needed to be saved and restored. This mismatch caused the save and restore operations to operate on misaligned memory regions, corrupting register contents when control returned to the calling function.

Attack Vector

The attack can be initiated remotely over a network connection. An attacker can exploit this vulnerability by:

  1. Establishing a TLS connection to a vulnerable server running on PowerPC hardware
  2. During the TLS handshake, negotiating the CHACHA20-POLY1305 cipher suite
  3. The server's OpenSSL implementation invokes the vulnerable POLY1305 MAC code
  4. Vector registers become corrupted upon function return
  5. Subsequent server operations may produce incorrect results, crash, or in specific conditions allow further exploitation

The vulnerability requires the target system to be running on PowerPC architecture with PowerISA 2.07 vector instruction support, limiting the attack surface to this specific platform.

text
# Security patch in crypto/poly1305/asm/poly1305-ppc.pl
# Fix: Correct vector register frame size allocation

 my $LOCALS= 6*$SIZE_T;
 my $VSXFRAME = $LOCALS + 6*$SIZE_T;
    $VSXFRAME += 128;	# local variables
-   $VSXFRAME += 13*16;	# v20-v31 offload
+   $VSXFRAME += 12*16;	# v20-v31 offload

 my $BIG_ENDIAN = ($flavour !~ /le/) ? 4 : 0;

Source: GitHub OpenSSL Commit 050d263

Detection Methods for CVE-2023-6129

Indicators of Compromise

  • Unexpected application crashes on PowerPC servers running OpenSSL-based TLS services
  • Incorrect cryptographic calculation results or data corruption in applications using POLY1305 MAC
  • Unusual TLS cipher suite negotiation patterns favoring CHACHA20-POLY1305
  • Memory corruption artifacts in application logs or core dumps from PowerPC systems

Detection Strategies

  • Inventory all PowerPC-based systems running OpenSSL and identify versions prior to the security patches
  • Monitor TLS handshake logs for unusual cipher suite negotiation patterns targeting CHACHA20-POLY1305
  • Implement application-level monitoring for unexpected crashes or segmentation faults on PowerPC servers
  • Use vulnerability scanners to identify unpatched OpenSSL installations on PowerPC infrastructure

Monitoring Recommendations

  • Enable detailed TLS handshake logging to track cipher suite negotiations
  • Configure crash dump collection and analysis for applications using OpenSSL on PowerPC platforms
  • Implement runtime application monitoring to detect memory corruption indicators
  • Set up alerts for abnormal application restart patterns on affected infrastructure

How to Mitigate CVE-2023-6129

Immediate Actions Required

  • Update OpenSSL to the latest patched version appropriate for your deployment
  • On affected PowerPC systems, consider temporarily disabling CHACHA20-POLY1305 cipher suites until patches are applied
  • Audit TLS configurations to understand exposure and prioritize patching based on risk
  • Review downstream applications and dependencies that may bundle vulnerable OpenSSL versions

Patch Information

OpenSSL has released security patches addressing this vulnerability. The fix corrects the vector register frame size allocation in the poly1305-ppc.pl assembly file, changing the offload space from 13*16 to 12*16 bytes to properly align with the 12 vector registers (v20-v31) being saved and restored.

Patches are available via the following commits:

  • GitHub OpenSSL Commit 050d263
  • GitHub OpenSSL Commit 5b139f9
  • GitHub OpenSSL Commit f3fc580

For detailed information, see the OpenSSL Security Advisory January 2024.

Workarounds

  • Disable CHACHA20-POLY1305 cipher suites in TLS configurations as a temporary mitigation
  • Configure TLS servers to prefer alternative cipher suites such as AES-GCM until patching is complete
  • On systems where patching is not immediately possible, consider restricting network access to affected services
bash
# Example OpenSSL cipher configuration to disable CHACHA20-POLY1305
# For Apache configuration (ssl.conf)
SSLCipherSuite "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:!CHACHA20"

# For Nginx configuration
ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:!CHACHA20';

# Verify OpenSSL version
openssl version -a

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenssl

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability2.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-440

  • CWE-787
  • Technical References
  • Openwall OSS-Security Mailing List Post

  • NetApp Security Advisory NTAP-20240216-0009

  • NetApp Security Advisory NTAP-20240426-0008

  • NetApp Security Advisory NTAP-20240426-0013

  • NetApp Security Advisory NTAP-20240503-0011
  • Vendor Resources
  • GitHub OpenSSL Commit Update 050d263

  • GitHub OpenSSL Commit Update 5b139f9

  • GitHub OpenSSL Commit Update f3fc580

  • OpenSSL Security Advisory January 2024
  • Related CVEs
  • CVE-2026-28389: OpenSSL CMS DoS Vulnerability

  • CVE-2026-28388: OpenSSL Delta CRL DoS Vulnerability

  • CVE-2026-28386: OpenSSL AES-CFB128 DoS Vulnerability

  • CVE-2026-28390: OpenSSL CMS DoS 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