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

CVE-2026-3706: Dropbear SSH Signature Verification Flaw

CVE-2026-3706 is a cryptographic signature verification vulnerability in mkj Dropbear SSH affecting the curve25519.c component. This article covers the technical details, affected versions, and available patches.

Updated: May 15, 2026

CVE-2026-3706 Overview

CVE-2026-3706 affects mkj Dropbear SSH versions up to 2025.89. The flaw resides in the unpackneg function within src/curve25519.c, part of the S Range Check component. The implementation performs improper verification of cryptographic signatures [CWE-345], creating a signature malleability condition in the Ed25519 code path. The project maintainer disputes practical exploitability, stating that signature malleability is not exploitable in the SSH protocol and that available proof-of-concept code targets the internal API rather than SSH itself. The attack vector is network-based but rated as high complexity and difficult to exploit.

Critical Impact

The issue allows manipulation of Ed25519 signature verification at the internal API level, though SSH protocol exploitation has not been demonstrated and the existence of practical impact remains disputed.

Affected Products

  • mkj Dropbear SSH up to and including version 2025.89
  • The unpackneg function in src/curve25519.c
  • S Range Check component of the Ed25519 implementation

Discovery Timeline

  • 2026-03-08 - CVE-2026-3706 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-3706

Vulnerability Analysis

The vulnerability is a cryptographic signature verification weakness classified under [CWE-345] (Insufficient Verification of Data Authenticity). The defect resides in the unpackneg routine of src/curve25519.c, which handles point decompression for Curve25519 used by Ed25519 signature operations. Improper range checking during this unpacking step allows non-canonical encodings to be accepted, producing signature malleability where multiple distinct signatures can validate against the same message and key. The maintainer's response on GitHub Issue #406 and Pull Request #407 clarifies that the SSH protocol itself does not rely on signature uniqueness in a way that exposes the application layer. Proof-of-concept code exercises the internal cryptographic API directly, not the SSH handshake.

Root Cause

The root cause is missing canonical-form validation when decoding a compressed Curve25519 point. The unpackneg function fails to reject field elements outside the canonical range modulo 2^255 - 19. Accepting non-canonical encodings breaks the strict uniqueness property required by Ed25519 verification.

Attack Vector

An attacker with network reach can submit crafted signatures to APIs that call the affected verification path. Exploitation against the SSH protocol surface is not demonstrated and is considered impractical by the maintainer. The high attack complexity reflects the cryptographic precision required to construct malleable signatures.

No verified exploitation code is available. Technical details are documented in the Dropbear GitHub Issue #406 and the related ed25519-java issue analysis.

Detection Methods for CVE-2026-3706

Indicators of Compromise

  • No public indicators of compromise have been published, consistent with the disputed exploitability status and the absence of SSH-level proof-of-concept code.
  • Anomalous repeated authentication attempts against Dropbear services using Ed25519 keys may warrant inspection of session logs.

Detection Strategies

  • Inventory all Dropbear SSH installations and compare reported versions against the vulnerable range up to 2025.89.
  • Verify the presence of patch commit fdec3c90a15447bd538641d85e5a3e3ac981011d in deployed source builds, particularly on embedded devices and OpenWrt-based systems.
  • Audit any custom applications that link Dropbear's cryptographic functions directly, as these expose the internal API path where the issue is reachable.

Monitoring Recommendations

  • Collect SSH daemon logs centrally and alert on unusual Ed25519 authentication patterns or repeated signature verification failures.
  • Track upstream Dropbear releases and downstream vendor advisories for distribution-specific patches.
  • Monitor configuration management systems to ensure patched Dropbear binaries replace vulnerable builds on all hosts.

How to Mitigate CVE-2026-3706

Immediate Actions Required

  • Apply the upstream patch identified by commit hash fdec3c90a15447bd538641d85e5a3e3ac981011d from the Dropbear repository.
  • Rebuild and redeploy Dropbear on affected systems, prioritizing devices that expose the cryptographic API beyond the SSH server.
  • Review any third-party software that statically links Dropbear's curve25519.c to ensure it is also rebuilt against the patched source.

Patch Information

The fix is published in commit fdec3c90a15447bd538641d85e5a3e3ac981011d and tracked under Pull Request #407. The patch adds proper range validation in unpackneg to reject non-canonical encodings during Curve25519 point decompression. Users should pull the latest source from the mkj/dropbear repository and rebuild.

Workarounds

  • No vendor-supplied workaround exists; patching is the recommended remediation.
  • Restrict SSH access through network controls such as firewall rules, jump hosts, or VPN gating to reduce exposure while patch deployment is scheduled.
  • Where Dropbear cryptographic functions are exposed beyond SSH, isolate those services or disable Ed25519 authentication until the patch is applied.
bash
# Build Dropbear from patched source
git clone https://github.com/mkj/dropbear.git
cd dropbear
git checkout fdec3c90a15447bd538641d85e5a3e3ac981011d
autoconf && autoheader
./configure
make
sudo make install

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechDropbear

  • SeverityLOW

  • CVSS Score1.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Repository

  • GitHub Commit Details

  • GitHub Issue #406

  • GitHub Pull Request #407

  • GitHub Issue Analysis

  • VulDB #349652 - Threat

  • VulDB #349652

  • VulDB Submission #765933
  • Related CVEs
  • CVE-2025-15638: Net::Dropbear Cryptographic Vulnerability

  • CVE-2025-14282: Dropbear SSH Authentication Bypass Flaw

  • CVE-2026-1803: Ziroom ZHOME A0101 Auth Bypass Vulnerability

  • CVE-2025-30095: VyOS Dropbear SSH Key Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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