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

CVE-2026-35467: Browser API Key Information Disclosure

CVE-2026-35467 is an information disclosure flaw affecting stored API keys in browser clients, allowing attackers to extract encryption credentials via JavaScript console or errors. This article covers technical details.

Published: April 2, 2026

CVE-2026-35467 Overview

CVE-2026-35467 is a credential protection vulnerability affecting browser-based client applications where API keys stored in temporary browser storage are not properly marked as protected. This security flaw allows attackers to extract encryption credentials through the JavaScript console or by exploiting other browser-based errors, potentially leading to unauthorized access to protected resources.

Critical Impact

Exposed API keys can be extracted via JavaScript console access, enabling attackers to obtain encryption credentials and potentially compromise protected systems and data.

Affected Products

  • CERT/CC CVE Client (browser-based component)

Discovery Timeline

  • 2026-04-02 - CVE CVE-2026-35467 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-35467

Vulnerability Analysis

This vulnerability is classified under CWE-522 (Insufficiently Protected Credentials), which describes scenarios where sensitive authentication data is stored or transmitted without adequate safeguards. In this case, API keys used for encryption operations are stored in temporary browser client storage without being marked with appropriate protection flags.

When credentials are not properly protected in browser storage, they become accessible through various attack vectors including direct JavaScript console manipulation, cross-site scripting (XSS) attacks, or through browser debugging tools. The lack of protection flags means the browser does not enforce restrictions on how and when these credentials can be accessed by scripts or extensions.

The vulnerability specifically affects how the application handles API key storage during active sessions. Without proper protection markers, malicious scripts or even legitimate error handling routines could inadvertently expose these sensitive credentials through console logging, error messages, or debugging output.

Root Cause

The root cause stems from improper implementation of credential storage in the browser client. API keys are stored in temporary client-side storage without utilizing available browser security mechanisms to protect sensitive data. The credentials lack appropriate protection attributes that would prevent their exposure through JavaScript access or error handling routines.

Attack Vector

An attacker could exploit this vulnerability through several methods:

  1. Direct Console Access: If an attacker gains access to a user's browser session (physically or through social engineering), they can open the JavaScript console and directly query the unprotected storage to retrieve API keys.

  2. XSS Exploitation: A cross-site scripting vulnerability in the same or related application could be leveraged to inject malicious JavaScript that extracts the unprotected credentials.

  3. Error Message Leakage: Application errors or debugging output may inadvertently log or display the unprotected API keys, making them visible to attackers monitoring network traffic or error logs.

  4. Browser Extension Attacks: Malicious browser extensions with appropriate permissions could access the unprotected storage and exfiltrate the credentials.

The extracted API keys could then be used to authenticate to backend services, decrypt protected data, or impersonate legitimate users.

Detection Methods for CVE-2026-35467

Indicators of Compromise

  • Unusual API key usage patterns from unexpected IP addresses or geographic locations
  • Multiple authentication attempts using the same API credentials from different sessions
  • Unexpected access to encrypted resources or data protected by the compromised credentials
  • Browser console access logs showing queries to credential storage objects

Detection Strategies

  • Monitor API authentication logs for anomalous usage patterns that may indicate credential theft
  • Implement rate limiting and alerting on API key usage to detect potential abuse
  • Deploy browser security policies that restrict access to sensitive storage mechanisms
  • Review application logs for error messages that may inadvertently expose credential information

Monitoring Recommendations

  • Enable detailed logging for all API key authentication events
  • Configure alerts for API access from new or unexpected client fingerprints
  • Monitor for XSS attack attempts that could be used to extract credentials
  • Implement session monitoring to detect potential credential harvesting activities

How to Mitigate CVE-2026-35467

Immediate Actions Required

  • Review browser client implementations for proper credential protection flags
  • Audit application code to ensure API keys are not exposed through console logging or error handlers
  • Rotate any potentially compromised API keys as a precautionary measure
  • Implement additional server-side validation for API key usage patterns

Patch Information

A fix has been proposed through GitHub Pull Request #39 in the CERT/CC CVE Client repository. Organizations using this component should review the pull request and apply the fix once merged, or implement the recommended changes manually.

For more information about the affected component, visit the CERT/CC CVE Client Repository.

Workarounds

  • Implement Content Security Policy (CSP) headers to restrict JavaScript execution and reduce XSS attack surface
  • Use secure, HttpOnly cookies for session management instead of client-side credential storage where possible
  • Deploy browser security extensions or policies that prevent unauthorized console access in production environments
  • Consider implementing short-lived tokens instead of persistent API keys for browser-based authentication
  • Enable strict error handling to prevent credential exposure through debugging output
bash
# Content Security Policy header example to reduce XSS attack surface
# Add to web server configuration
Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • GitHub CVE Client Repository

  • GitHub Pull Request #39
  • Latest CVEs
  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2025-15620: HiOS Switch Platform DoS Vulnerability

  • CVE-2024-14033: Hirschmann HiLCOS DoS Vulnerability

  • CVE-2026-27101: Dell Secure Connect Gateway Path Traversal
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