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-2026-5479

CVE-2026-5479: wolfSSL Information Disclosure Vulnerability

CVE-2026-5479 is an information disclosure vulnerability in wolfSSL's EVP layer affecting ChaCha20-Poly1305 AEAD decryption. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 17, 2026

CVE-2026-5479 Overview

In wolfSSL's EVP layer, the ChaCha20-Poly1305 AEAD decryption path in wolfSSL_EVP_CipherFinal (and related EVP cipher finalization functions) fails to verify the authentication tag before returning plaintext to the caller. When an application uses the EVP API to perform ChaCha20-Poly1305 decryption, the implementation computes or accepts the tag but does not compare it against the expected value. This cryptographic vulnerability allows attackers on an adjacent network to bypass authentication integrity checks and potentially decrypt or tamper with encrypted communications.

Critical Impact

Authentication tag verification bypass in ChaCha20-Poly1305 AEAD decryption allows attackers to bypass integrity checks, potentially enabling plaintext disclosure and message tampering without detection.

Affected Products

  • wolfSSL library (versions using the EVP API for ChaCha20-Poly1305 decryption)
  • Applications utilizing wolfSSL_EVP_CipherFinal for AEAD operations

Discovery Timeline

  • 2026-04-10 - CVE-2026-5479 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-5479

Vulnerability Analysis

This vulnerability is classified under CWE-354 (Improper Validation of Integrity Check Value), which describes scenarios where software fails to properly verify that data has not been modified or corrupted. The flaw resides in wolfSSL's OpenSSL-compatible EVP (Envelope) API layer, specifically within the cipher finalization routines used for authenticated encryption with associated data (AEAD).

ChaCha20-Poly1305 is an AEAD cipher suite that combines the ChaCha20 stream cipher with the Poly1305 message authentication code. The fundamental security guarantee of AEAD is that decryption should fail if the ciphertext or associated data has been tampered with—this is enforced through tag verification. In wolfSSL's implementation, while the Poly1305 authentication tag is computed during the decryption process, the critical comparison step against the provided tag is missing or bypassed in the EVP code path.

The adjacent network attack vector indicates that exploitation requires the attacker to be on the same network segment as the target, enabling man-in-the-middle positioning to intercept and modify encrypted traffic. The vulnerability requires some preconditions to be met for successful exploitation, but requires no privileges or user interaction.

Root Cause

The root cause is an implementation defect in the wolfSSL_EVP_CipherFinal function where the authentication tag comparison logic is missing for the ChaCha20-Poly1305 cipher suite. The EVP layer computes or accepts the Poly1305 tag but fails to execute the constant-time comparison that would verify the tag matches the expected value. This effectively renders the authenticated encryption unauthenticated, as modified ciphertext will be decrypted and returned to the application without any indication of tampering.

Attack Vector

The attack exploits the missing tag verification by allowing an attacker positioned on the adjacent network to intercept ChaCha20-Poly1305 encrypted traffic and modify ciphertext blocks. Since the decryption routine does not validate the authentication tag, the modified ciphertext is decrypted and returned to the calling application as if it were legitimate. This can enable:

  1. Ciphertext Manipulation: Attackers can modify encrypted messages in transit without detection
  2. Plaintext Recovery: In certain scenarios, selective ciphertext modification combined with observing application behavior can leak plaintext information
  3. Protocol Downgrade: Applications relying on AEAD integrity may be susceptible to protocol-level attacks

The vulnerability affects applications using the EVP API specifically—direct use of wolfSSL's native ChaCha20-Poly1305 functions may not be affected. Technical details and the fix implementation are available in the wolfSSL GitHub Pull Request #10102.

Detection Methods for CVE-2026-5479

Indicators of Compromise

  • Unexpected decryption success when processing malformed or tampered ciphertext in applications using wolfSSL EVP API
  • Authentication failures or data integrity issues detected at higher protocol layers despite successful decryption
  • Network traffic analysis showing modified TLS records that should have caused decryption failures

Detection Strategies

  • Audit application code for usage of wolfSSL_EVP_CipherFinal and related EVP cipher functions with ChaCha20-Poly1305
  • Implement protocol-level integrity checks as a defense-in-depth measure independent of AEAD tag verification
  • Deploy network intrusion detection rules to identify anomalous patterns in ChaCha20-Poly1305 encrypted traffic

Monitoring Recommendations

  • Monitor for unusual TLS session behavior where data integrity issues occur despite successful decryption operations
  • Implement logging around EVP cipher operations to detect potential exploitation attempts
  • Review application-level error logs for inconsistencies that may indicate tampered ciphertext processing

How to Mitigate CVE-2026-5479

Immediate Actions Required

  • Update wolfSSL to a patched version that includes the authentication tag verification fix
  • Audit and test applications using the EVP API for ChaCha20-Poly1305 to ensure proper behavior
  • Consider using wolfSSL's native AEAD functions instead of the EVP compatibility layer if immediate patching is not possible
  • Implement additional application-layer integrity verification as a temporary defense-in-depth measure

Patch Information

The fix for this vulnerability is available in the wolfSSL GitHub repository Pull Request #10102. The patch adds proper authentication tag verification in the EVP cipher finalization path for ChaCha20-Poly1305. Organizations should update to the patched wolfSSL version and rebuild all dependent applications.

Workarounds

  • Avoid using the EVP API for ChaCha20-Poly1305 operations; use wolfSSL's native AEAD functions instead
  • Implement application-layer message authentication as an additional integrity check
  • Consider using alternative AEAD cipher suites through the EVP API until the patch is applied
  • Network segmentation can reduce the attack surface by limiting adjacent network access

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWolfssl

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-354
  • Technical References
  • GitHub Pull Request for wolfSSL
  • Related CVEs
  • CVE-2026-5393: wolfSSL Information Disclosure Vulnerability

  • CVE-2026-5501: wolfSSL Information Disclosure Vulnerability

  • CVE-2026-3230: wolfSSL TLS 1.3 Information Disclosure Flaw

  • CVE-2026-3580: wolfSSL Information Disclosure 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