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
    • 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-3336

CVE-2026-3336: AWS-LC Auth Bypass Vulnerability

CVE-2026-3336 is an authentication bypass vulnerability in AWS-LC that allows attackers to bypass certificate chain verification in PKCS7 objects with multiple signers. This article covers technical details, impact, and mitigation.

Published: March 6, 2026

CVE-2026-3336 Overview

CVE-2026-3336 is an improper certificate validation vulnerability in the PKCS7_verify() function of AWS-LC, a general-purpose cryptographic library maintained by Amazon Web Services. This Certificate Validation Bypass vulnerability allows an unauthenticated user to bypass certificate chain verification when processing PKCS7 objects that contain multiple signers, with the exception of the final signer.

The vulnerability stems from a flaw in how PKCS7_verify() processes certificate chains for multi-signer PKCS7 structures. While the final signer's certificate chain is properly validated, intermediate signers do not undergo proper certificate chain verification, potentially allowing attackers to forge signatures using certificates that would normally fail validation.

Critical Impact

Unauthenticated attackers can bypass certificate chain verification in multi-signer PKCS7 objects, potentially allowing forged signatures to be accepted as valid, undermining the integrity guarantees that PKCS7 cryptographic signatures are designed to provide.

Affected Products

  • AWS-LC versions prior to 1.69.0
  • Applications using vulnerable AWS-LC versions for PKCS7 signature verification
  • Systems processing PKCS7 structures with multiple signers

Discovery Timeline

  • 2026-03-02 - CVE CVE-2026-3336 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-3336

Vulnerability Analysis

This vulnerability is classified under CWE-295 (Improper Certificate Validation), a class of cryptographic vulnerabilities that occurs when an application fails to properly validate the certificate chain of trust. In the context of PKCS7_verify(), the function is responsible for verifying digital signatures on PKCS7 (Cryptographic Message Syntax) structures, which are commonly used for signing and encrypting data.

The flaw specifically manifests when processing PKCS7 objects containing multiple signers. In a properly implemented verification process, each signer's certificate should be validated against a trusted certificate chain to ensure the signature is authentic. However, due to improper validation logic in AWS-LC's implementation, only the final signer in a multi-signer PKCS7 structure undergoes complete certificate chain validation.

This creates a dangerous scenario where an attacker can craft a PKCS7 object with multiple signers, positioning their malicious or invalid certificates in any position except the last. The signatures from these intermediate signers would be accepted as valid despite failing certificate chain verification, effectively bypassing the trust model that PKCS7 signatures are designed to enforce.

Root Cause

The root cause of CVE-2026-3336 lies in the iteration logic within the PKCS7_verify() function when handling multi-signer PKCS7 structures. The certificate chain validation routine was only being invoked for the final signer in the signers list, rather than being applied to each signer independently. This represents a logic error in the implementation where the verification loop did not properly apply certificate chain checks at each iteration.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Creating a malicious PKCS7 signed data structure containing multiple signer information blocks
  2. Using an invalid, revoked, or self-signed certificate for all signers except the final one
  3. Ensuring only the last signer has a valid certificate chain
  4. Sending this crafted PKCS7 object to an application using a vulnerable version of AWS-LC for signature verification

The application would accept signatures from all signers as valid, even though intermediate signers' certificates should have failed chain validation. This could allow attackers to inject malicious content with forged signatures or bypass authentication mechanisms that rely on PKCS7 signature verification.

The vulnerability requires no special privileges and operates at the network level, making it remotely exploitable against any application accepting PKCS7 signed data from untrusted sources.

Detection Methods for CVE-2026-3336

Indicators of Compromise

  • PKCS7 signed objects received from external sources containing an unusually high number of signers
  • Signature verification operations that succeed despite certificate chain warnings in other components
  • Applications accepting signed data with certificates that should have been rejected by chain validation
  • Anomalous certificate usage patterns in cryptographic operations

Detection Strategies

  • Audit applications for usage of PKCS7_verify() from AWS-LC versions prior to 1.69.0
  • Implement monitoring for PKCS7 structures with multiple signers in high-security data flows
  • Review code that processes externally-sourced signed data for vulnerable AWS-LC dependencies
  • Deploy static analysis tools to identify AWS-LC version dependencies in application builds

Monitoring Recommendations

  • Monitor cryptographic library versions deployed across infrastructure and flag AWS-LC versions below 1.69.0
  • Implement logging around signature verification operations to detect potential exploitation attempts
  • Track certificate validation events and correlate with PKCS7 processing activities
  • Establish alerts for applications accepting multi-signer PKCS7 objects from untrusted sources

How to Mitigate CVE-2026-3336

Immediate Actions Required

  • Upgrade AWS-LC to version 1.69.0 or later immediately in all affected applications
  • Audit applications using AWS-LC to identify those processing PKCS7 structures with multiple signers
  • Consider temporarily rejecting multi-signer PKCS7 objects until patching is complete
  • Review any signed data accepted during the vulnerable period for potential integrity issues

Patch Information

AWS has released AWS-LC version 1.69.0 to address this vulnerability. According to the AWS Security Bulletin 2026-005, customers of AWS services do not need to take action as AWS has patched their services. However, applications using AWS-LC as a dependency should upgrade to version 1.69.0 or later.

The patched version is available from the AWS-LC GitHub repository. Additional technical details about the vulnerability are documented in the GitHub Security Advisory GHSA-cfwj-9wp5-wqvp.

Workarounds

  • Restrict acceptance of multi-signer PKCS7 objects until the patch can be applied
  • Implement additional certificate chain validation at the application layer for critical signing operations
  • Use network segmentation to limit exposure of vulnerable applications processing signed data
  • Consider using alternative cryptographic libraries for PKCS7 verification until patching is complete
bash
# Verify AWS-LC version and upgrade
# Check current AWS-LC version in your build
cat CMakeLists.txt | grep -i "aws-lc"

# Update AWS-LC dependency to patched version
git clone --branch v1.69.0 https://github.com/aws/aws-lc.git
cd aws-lc
cmake -B build
cmake --build build

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAws Lc

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/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-295
  • Technical References
  • AWS Security Bulletin 2026-005

  • GitHub AWS-LC Release v1.69.0

  • GitHub Security Advisory GHSA-cfwj-9wp5-wqvp
  • Related CVEs
  • CVE-2026-4428: AWS-LC Auth Bypass Vulnerability

  • CVE-2026-3338: AWS-LC Authentication Bypass 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