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
    • 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-2026-1229

CVE-2026-1229: CIRCL ecc/p384 Calculation Vulnerability

CVE-2026-1229 is a calculation error in the CIRCL ecc/p384 package affecting the CombinedMult function on secp384r1 curve. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-1229 Overview

CVE-2026-1229 is a cryptographic vulnerability affecting the CombinedMult function in Cloudflare's CIRCL (Cloudflare Interoperable Reusable Cryptographic Library) ecc/p384 package. The function, which operates on the secp384r1 elliptic curve, produces incorrect values for specific inputs due to incomplete addition formulas used in the implementation. This type of incorrect calculation (CWE-682) can potentially lead to cryptographic weaknesses in applications relying on this functionality.

It is important to note that ECDH (Elliptic Curve Diffie-Hellman) and ECDSA (Elliptic Curve Digital Signature Algorithm) signing operations that rely on this curve are explicitly not affected by this vulnerability.

Critical Impact

Applications using the CombinedMult function in CIRCL's P-384 curve implementation may produce mathematically incorrect results for certain edge-case inputs, potentially compromising cryptographic operations that depend on this function.

Affected Products

  • Cloudflare CIRCL library versions prior to v1.6.3
  • Applications using the ecc/p384 package's CombinedMult function
  • Go applications importing github.com/cloudflare/circl with affected versions

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-1229 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-1229

Vulnerability Analysis

This vulnerability stems from an incorrect calculation issue (CWE-682) in the CombinedMult function within the CIRCL library's P-384 elliptic curve implementation. The function is designed to perform scalar multiplication operations on elliptic curve points, which is a fundamental operation in elliptic curve cryptography.

The root cause lies in the use of incomplete addition formulas in the implementation. Elliptic curve point addition requires handling of special cases, such as when adding a point to itself (point doubling) or when adding a point to its inverse (resulting in the point at infinity). Incomplete formulas may not properly handle these edge cases, leading to incorrect results for specific input combinations.

The fix implemented in version v1.6.3 replaces the incomplete formulas with complete addition formulas that correctly handle all input cases without branching on special conditions. Complete addition formulas are designed to produce correct results regardless of the relationship between the input points, eliminating this class of bugs.

Root Cause

The vulnerability exists because the original implementation of the CombinedMult function used incomplete elliptic curve addition formulas. These formulas fail to produce correct results when certain edge cases occur during point addition operations on the secp384r1 curve. Complete addition formulas, which handle all cases uniformly, were not originally employed.

Attack Vector

The attack vector for this vulnerability is network-based, though exploitation requires specific conditions to be met. An attacker would need to:

  1. Identify an application using the vulnerable CIRCL library version
  2. Craft inputs that trigger the specific edge cases where incorrect calculations occur
  3. Leverage the incorrect cryptographic outputs in a meaningful attack

The practical exploitability is limited as ECDH and ECDSA signing operations are confirmed to be unaffected. Applications that directly call the CombinedMult function for other cryptographic operations would be at risk.

The vulnerability mechanism involves incomplete addition formulas failing to handle edge cases in elliptic curve point arithmetic. When specific input combinations are provided to the CombinedMult function, the mathematical operation produces an incorrect result rather than the expected cryptographic value. For detailed technical information about the fix, refer to the CIRCL repository release notes.

Detection Methods for CVE-2026-1229

Indicators of Compromise

  • Applications producing unexpected or inconsistent cryptographic outputs when using P-384 curve operations
  • Failed verification of cryptographic signatures or key exchanges in edge cases
  • Anomalous behavior in cryptographic protocols that rely on the CombinedMult function

Detection Strategies

  • Review application dependencies for CIRCL library versions prior to v1.6.3
  • Implement automated dependency scanning in CI/CD pipelines to flag vulnerable versions
  • Monitor cryptographic operation logs for unexpected failures or inconsistent results
  • Use software composition analysis (SCA) tools to identify vulnerable CIRCL imports

Monitoring Recommendations

  • Enable verbose logging for cryptographic operations to capture potential anomalies
  • Implement integrity checks on cryptographic outputs where feasible
  • Set up alerts for dependency vulnerabilities in Go modules
  • Regularly audit applications for outdated cryptographic libraries

How to Mitigate CVE-2026-1229

Immediate Actions Required

  • Upgrade the CIRCL library to version v1.6.3 or later immediately
  • Audit applications to determine if the CombinedMult function is directly used
  • Test cryptographic operations after upgrading to verify correct behavior
  • Review and update Go module dependencies across all affected projects

Patch Information

Cloudflare has addressed this vulnerability in CIRCL version v1.6.3 by implementing complete addition formulas that correctly handle all input cases. The fix ensures that the CombinedMult function produces mathematically correct results regardless of the specific input combinations provided.

To update your Go application, modify your go.mod file to require version v1.6.3 or later of the CIRCL library. For more information, see the CIRCL GitHub repository.

Workarounds

  • Avoid direct use of the CombinedMult function if upgrading is not immediately possible
  • Use standard library cryptographic functions as alternatives where applicable
  • Implement input validation to filter potential edge-case inputs (not recommended as a long-term solution)
  • Consider using alternative P-384 implementations until the upgrade can be completed
bash
# Update CIRCL dependency to patched version
go get github.com/cloudflare/circl@v1.6.3
go mod tidy
go mod verify

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechCircl

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:P/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:N/AU:Y/R:X/V:X/RE:X/U:Amber
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-682
  • Technical References
  • GitHub Cloudflare PoC Repository
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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