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

CVE-2026-8367: aria2c Certificate Validation Vulnerability

CVE-2026-8367 is a certificate validation flaw in aria2c that accepts server certificates with incorrect Extended Key Usage, enabling attackers to misuse compromised certificates for unauthorized TLS authentication.

Published: May 17, 2026

CVE-2026-8367 Overview

CVE-2026-8367 affects aria2c, a command-line download utility that supports HTTP, HTTPS, FTP, BitTorrent, and Metalink protocols. The vulnerability is an improper certificate validation issue [CWE-295] where aria2c accepts server certificates with an incorrect Extended Key Usage (EKU). An attacker who compromises a certificate and its associated private key, originally issued for a different purpose such as client authentication or code signing, can reuse it for TLS server authentication against aria2c clients. This weakens the trust boundary that TLS certificate validation is meant to enforce.

Critical Impact

Attackers holding a misused but legitimately issued certificate can impersonate HTTPS servers to aria2c clients, enabling traffic interception and content substitution during downloads.

Affected Products

  • aria2c (specific affected versions not enumerated in NVD data)
  • Applications and scripts embedding aria2c for HTTPS downloads
  • Automated download pipelines relying on aria2c TLS validation

Discovery Timeline

  • 2026-05-13 - CVE-2026-8367 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-8367

Vulnerability Analysis

The vulnerability stems from incomplete TLS certificate validation in aria2c. When validating a server certificate during an HTTPS connection, aria2c does not enforce that the certificate's Extended Key Usage extension contains the serverAuth (1.3.6.1.5.5.7.3.1) object identifier. RFC 5280 defines EKU as a constraint that restricts the purposes for which a certificate's public key may be used. A correctly behaving TLS client must reject any server certificate that lacks the serverAuth EKU or that asserts only unrelated EKUs.

Because aria2c skips this check, certificates issued for other purposes, such as client authentication, email protection, or code signing, are treated as valid for TLS server identity. This expands the population of certificates an attacker can abuse if they obtain the private key through theft, exposure, or insider access.

Root Cause

The root cause is missing EKU enforcement in the certificate verification path. The TLS library may report a chain as cryptographically valid, but aria2c does not additionally verify that the leaf certificate's EKU permits TLS server authentication. This is a classic improper certificate validation defect tracked under [CWE-295].

Attack Vector

Exploitation requires the attacker to already control a certificate and private key issued by a trusted Certificate Authority for a non-server purpose. The attacker must then position themselves on the network path between the aria2c client and the intended server, for example through ARP spoofing, rogue Wi-Fi, BGP hijack, or DNS poisoning. The attacker presents the misused certificate during the TLS handshake. aria2c accepts the certificate and establishes a session, allowing the attacker to serve modified payloads or capture transferred data. The high attack complexity reflects the prerequisite of obtaining a usable certificate and gaining network position.

Detection Methods for CVE-2026-8367

Indicators of Compromise

  • Unexpected TLS handshakes from hosts running aria2c to IP addresses or domains that do not match the intended download source.
  • Server certificates observed in aria2c sessions whose EKU extension omits serverAuth or lists only clientAuth, codeSigning, or emailProtection.
  • Downloaded files whose hashes do not match published vendor checksums when aria2c is used over untrusted networks.

Detection Strategies

  • Inspect TLS metadata in network telemetry and flag certificates presented to aria2c clients that lack the serverAuth EKU.
  • Compare certificate Subject, Issuer, and Serial Number values seen on the wire against the expected certificate for each download endpoint.
  • Enable verbose logging in aria2c and audit logs for repeated downloads from unexpected hostnames or IPs.

Monitoring Recommendations

  • Forward host and network logs containing TLS certificate fields into a centralized analytics platform for correlation.
  • Alert on aria2c processes initiating outbound HTTPS to destinations outside an approved allowlist.
  • Track file integrity of artifacts retrieved by aria2c and compare against trusted hash sources after download completes.

How to Mitigate CVE-2026-8367

Immediate Actions Required

  • Inventory all systems, container images, and build pipelines that invoke aria2c and identify versions in use.
  • Restrict aria2c use to networks where the path to the target server is trusted, or tunnel traffic through a VPN until a patched version is deployed.
  • Pin expected server certificates or hashes for critical download endpoints and verify downloaded artifacts against trusted checksums.

Patch Information

Refer to the Tenable Research Advisory TRA-2026-38 for upstream fix details and updated aria2c releases. Apply the vendor-supplied patched build once available and validate that the updated client rejects certificates without the serverAuth EKU.

Workarounds

  • Replace aria2c with a download client that enforces EKU validation, such as curl or wget, for HTTPS retrievals from sensitive endpoints.
  • Verify downloaded files using detached signatures or vendor-published hashes rather than relying solely on TLS for integrity.
  • Limit outbound HTTPS from systems running aria2c to a known set of destinations through firewall egress rules.
bash
# Configuration example: verify downloads with a published SHA-256 checksum
aria2c --check-integrity=true --checksum=sha-256=<expected_hash> https://example.com/artifact.tar.gz
sha256sum -c artifact.tar.gz.sha256

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAria2

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • Tenable Research Advisory TRA-2026-38
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE 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