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

CVE-2026-8700: Crypt::DSA Perl Information Disclosure Flaw

CVE-2026-8700 is an information disclosure vulnerability in Crypt::DSA for Perl caused by predictable seed generation using rand. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-8700 Overview

CVE-2026-8700 affects the Crypt::DSA Perl module in versions before 1.20. The module generates Digital Signature Algorithm (DSA) key seeds using Perl's built-in rand function. Perl's rand is a pseudo-random number generator unsuitable for cryptographic use, producing predictable output. An attacker who can predict or reproduce the seed can recover or forge DSA keys generated by the affected versions. The flaw is classified as [CWE-331: Insufficient Entropy].

Critical Impact

DSA keys generated by Crypt::DSA before version 1.20 rely on a predictable random source, undermining the confidentiality and integrity guarantees of any signatures or keys produced by the module.

Affected Products

  • Crypt::DSA Perl module versions before 1.20
  • Perl applications and tooling that depend on Crypt::DSA for key generation
  • Distributions bundling vulnerable releases of Crypt-DSA from CPAN

Discovery Timeline

  • 2026-05-15 - CVE-2026-8700 published to the National Vulnerability Database (NVD)
  • 2026-05-15 - Issue discussed publicly via the OpenWall oss-security mailing list
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-8700

Vulnerability Analysis

The Crypt::DSA module implements the Digital Signature Algorithm for Perl. DSA key generation requires a high-entropy seed to produce the prime parameters and private key value x. In versions before 1.20, the KeyChain.pm component calls Perl's built-in rand function to generate this seed. Perl's rand is backed by a non-cryptographic pseudo-random number generator. Its internal state is small and its output can be reproduced by an attacker who can guess or recover the seed value, which is often derived from process start time or similar low-entropy sources. Any DSA key, signature nonce, or seed produced through this path therefore lacks the entropy required by the DSA specification. Patch details are available in the MetaCPAN release diff for Crypt-DSA 1.20.

Root Cause

The root cause is the use of a non-cryptographic random number generator for security-sensitive operations. Perl's rand does not provide the unpredictability required for key material. This maps directly to [CWE-331: Insufficient Entropy]. A cryptographically secure source such as /dev/urandom or Crypt::URandom is required for seed generation.

Attack Vector

An attacker who obtains a DSA public key or signature generated by an affected version can attempt to reproduce the seed used during key generation. Because Perl's rand state space is limited and often seeded from predictable values, the attacker can enumerate candidate seeds offline and reconstruct the private key. The attacker does not need network access to the victim system to perform this recovery once a public artifact is available. Subsequent signatures forged with the recovered key will validate against the legitimate public key.

No verified public exploit code is available for CVE-2026-8700. Refer to the MetaCPAN release changes for Crypt-DSA 1.20 for the upstream fix.

Detection Methods for CVE-2026-8700

Indicators of Compromise

  • DSA key pairs generated by Perl tooling that imports Crypt::DSA at versions earlier than 1.20
  • Build manifests, cpanfile, or Makefile.PL files pinning Crypt-DSA to 1.19 or earlier
  • Long-lived DSA signing keys whose creation predates deployment of the patched module

Detection Strategies

  • Inventory installed Perl modules across hosts and identify any Crypt::DSA version below 1.20 using cpan -l or corelist style tooling.
  • Scan source repositories and CI pipelines for direct or transitive dependencies on vulnerable Crypt-DSA releases.
  • Flag applications that invoke Crypt::DSA::KeyChain for key generation and correlate with deployment timelines to identify potentially weak keys.

Monitoring Recommendations

  • Track CPAN dependency changes through software composition analysis and alert on installations of Crypt-DSA below 1.20.
  • Monitor authentication and signature verification logs for anomalies on services that rely on DSA keys produced by Perl tooling.
  • Audit certificate and key stores for DSA keys generated on systems known to have run vulnerable versions and schedule them for rotation.

How to Mitigate CVE-2026-8700

Immediate Actions Required

  • Upgrade Crypt::DSA to version 1.20 or later on all systems that use the module.
  • Treat any DSA key, seed, or signature produced by an affected version as untrusted and rotate it.
  • Replace existing DSA keys with new keys generated by patched software, preferably using a modern algorithm such as Ed25519 where feasible.

Patch Information

The maintainer released Crypt-DSA 1.20, which replaces the use of Perl's rand with a cryptographically secure entropy source in lib/Crypt/DSA/KeyChain.pm. Review the MetaCPAN release diff and the release changes for the upstream fix. Distribution package maintainers should rebuild and republish dependent packages against the fixed release.

Workarounds

  • Where immediate upgrade is not possible, replace direct calls to Crypt::DSA key generation with code that supplies entropy from Crypt::URandom or /dev/urandom.
  • Restrict key generation to hosts running the patched 1.20 release and distribute keys to other systems out of band.
  • Migrate signature workflows away from DSA to algorithms supported by actively maintained Perl crypto modules.
bash
# Upgrade Crypt::DSA to the patched release via cpanm
cpanm Crypt::DSA@1.20

# Verify the installed version
perl -MCrypt::DSA -E 'say $Crypt::DSA::VERSION'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPerl

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-331
  • Technical References
  • MetaCPAN Release Changes

  • MetaCPAN Release Diff

  • OpenWall Security Discussion
  • Related CVEs
  • CVE-2026-47373: Perl Crypt::SaltedHash Timing Attack Flaw

  • CVE-2026-46474: Trog::TOTP Perl Weak Secret Vulnerability

  • CVE-2026-8368: Perl LWP::UserAgent Header Leak Vulnerability

  • CVE-2026-45179: Plack Middleware Statsd IP 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