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

CVE-2026-3338: AWS-LC Authentication Bypass Vulnerability

CVE-2026-3338 is an authentication bypass vulnerability in AWS-LC that allows attackers to bypass signature verification in PKCS7 objects. This article covers the technical details, affected versions, and mitigation steps.

Published: March 6, 2026

CVE-2026-3338 Overview

CVE-2026-3338 is a cryptographic signature validation bypass vulnerability in the AWS Libcrypto (AWS-LC) library. The flaw exists in the PKCS7_verify() function, which improperly validates signatures when processing PKCS7 objects containing Authenticated Attributes. This vulnerability allows an unauthenticated attacker to bypass signature verification, potentially enabling the acceptance of forged or tampered cryptographic messages.

PKCS#7 is a widely-used cryptographic message syntax standard for signing and encrypting data. The improper validation in AWS-LC could allow attackers to forge signatures or bypass integrity checks in applications relying on this library for cryptographic operations.

Critical Impact

Unauthenticated attackers can bypass signature verification in PKCS7 processing, potentially allowing forged or tampered cryptographic messages to be accepted as valid. This undermines the fundamental trust guarantees of digital signatures.

Affected Products

  • AWS-LC versions prior to 1.69.0
  • Applications using vulnerable versions of AWS-LC for PKCS7 signature verification

Discovery Timeline

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

Technical Details for CVE-2026-3338

Vulnerability Analysis

This vulnerability is classified as CWE-347: Improper Verification of Cryptographic Signature. The flaw resides in the PKCS7_verify() function within AWS-LC, which fails to properly validate signatures when PKCS7 objects contain Authenticated Attributes.

Authenticated Attributes in PKCS#7 are additional data elements that are signed along with the content. When present, the signature should cover both the content and these attributes. The vulnerability occurs because the verification logic does not properly handle the signature validation process when these attributes are present, creating a path for signature bypass.

The network-accessible nature of this vulnerability means that any application using AWS-LC for remote signature verification could be exploited without requiring prior authentication. This is particularly concerning for applications that process signed messages from untrusted sources.

Root Cause

The root cause is improper signature validation logic in the PKCS7_verify() function when processing PKCS7 structures with Authenticated Attributes. The function fails to correctly verify that the signature covers all required components, allowing an attacker to craft malicious PKCS7 objects that pass verification despite having invalid or missing signatures.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker can exploit this vulnerability by sending a specially crafted PKCS7 object with manipulated Authenticated Attributes to an application using a vulnerable version of AWS-LC.

The attack flow involves:

  1. Crafting a PKCS7 message with Authenticated Attributes
  2. Manipulating the structure to bypass the signature verification logic
  3. Sending the crafted message to a target application using AWS-LC
  4. The application accepts the forged/tampered message as validly signed

The vulnerability mechanism involves improper handling of Authenticated Attributes during signature verification in the PKCS7_verify() function. For technical implementation details, see the GitHub Security Advisory GHSA-jchq-39cv-q4wj.

Detection Methods for CVE-2026-3338

Indicators of Compromise

  • Unexpected acceptance of PKCS7 signed messages that should fail verification
  • Log entries showing successful signature verification for known-invalid certificates
  • Applications processing PKCS7 content with mismatched or tampered Authenticated Attributes
  • Anomalous cryptographic operations in AWS-LC dependent applications

Detection Strategies

  • Audit applications for AWS-LC library usage and verify versions are 1.69.0 or later
  • Implement additional signature validation checks at the application layer as a defense-in-depth measure
  • Monitor for unusual patterns in cryptographic message processing logs
  • Use software composition analysis (SCA) tools to identify vulnerable AWS-LC dependencies

Monitoring Recommendations

  • Enable verbose logging for cryptographic operations in applications using AWS-LC
  • Monitor for failed authentication attempts that precede suspicious successful verifications
  • Implement alerting for unusual PKCS7 message processing patterns
  • Track dependency versions across your software supply chain for AWS-LC updates

How to Mitigate CVE-2026-3338

Immediate Actions Required

  • Upgrade AWS-LC to version 1.69.0 or later immediately
  • Identify all applications and services using AWS-LC for PKCS7 operations
  • Review and audit any PKCS7 signature verifications performed during the vulnerable period
  • Consider implementing additional application-layer validation as defense-in-depth

Patch Information

AWS has released AWS-LC version 1.69.0 which addresses this vulnerability. According to the AWS Security Bulletin 2026-005, customers of AWS services do not need to take action as AWS has already updated their services. However, applications that directly use the AWS-LC library must upgrade to version 1.69.0 or later.

The patched version is available on GitHub AWS-LC Release v1.69.0.

Workarounds

  • If immediate upgrade is not possible, implement additional signature verification at the application layer
  • Consider temporarily restricting PKCS7 processing to trusted sources only
  • Monitor for exploitation attempts while preparing for the upgrade
  • Review the GitHub Security Advisory GHSA-jchq-39cv-q4wj for additional guidance

To upgrade AWS-LC in your application, update your dependency configuration to require version 1.69.0 or later, then rebuild and redeploy affected applications. Verify the upgrade by checking the library version in your build artifacts.

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.03%

  • 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-347
  • Technical References
  • AWS Security Bulletin 2026-005

  • GitHub AWS-LC Release v1.69.0

  • GitHub Security Advisory GHSA-jchq-39cv-q4wj
  • Related CVEs
  • CVE-2026-4428: AWS-LC Auth Bypass Vulnerability

  • CVE-2026-3336: AWS-LC Auth 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