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

CVE-2026-22694: AliasVault Auth Bypass Vulnerability

CVE-2026-22694 is an authentication bypass flaw in AliasVault Android versions 0.24.0 through 0.25.2 that allows malicious apps to obtain unauthorized passkey responses. This post covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2026-22694 Overview

CVE-2026-22694 is an Origin Validation Error (CWE-346) vulnerability in AliasVault, a privacy-first password manager with built-in email aliasing. The vulnerability exists in AliasVault Android versions 0.24.0 through 0.25.2 and involves improper validation of passkey requests from Android apps. Under certain local conditions, a malicious application installed on the same device could attempt to obtain a passkey response for a website it was not authorized to access.

The core issue stems from incomplete validation of calling app identity, origin, and RP ID (Relying Party Identifier) within the Android credential provider implementation. This flaw undermines the security guarantees that passkey authentication is designed to provide.

Critical Impact

A malicious Android app running locally could potentially bypass passkey authentication controls and obtain credentials for unauthorized websites, compromising user account security.

Affected Products

  • AliasVault Android version 0.24.0
  • AliasVault Android versions between 0.24.0 and 0.25.2
  • AliasVault Android version 0.25.2

Discovery Timeline

  • 2026-01-14 - CVE-2026-22694 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-22694

Vulnerability Analysis

This vulnerability affects the passkey validation mechanism in the AliasVault Android credential provider. The Android Credential Manager API allows password managers to serve as credential providers for both traditional passwords and modern passkey (WebAuthn) credentials. When an app requests a passkey, the credential provider must properly validate that the requesting app is legitimately associated with the website (Relying Party) it claims to represent.

The vulnerability occurs because the AliasVault credential provider did not completely validate three critical components during passkey requests: the calling app's identity (package signature), the origin claim, and the RP ID. This incomplete validation creates a window where a malicious app could craft requests that bypass proper authorization checks.

The attack requires local access, meaning an attacker would need to have a malicious app installed on the victim's device. With user interaction (such as the user attempting to use passkeys), the malicious app could potentially intercept or request passkey assertions for websites it should not have access to.

Root Cause

The root cause is classified as CWE-346: Origin Validation Error. The Android credential provider implementation failed to comprehensively validate the identity chain connecting a requesting app to its claimed website association. Proper passkey validation requires verifying:

  1. The calling app's package name and signature
  2. The origin claim matches the app's verified domain associations
  3. The RP ID corresponds to a legitimate relying party the app is authorized to access

The incomplete validation of these elements allowed potential bypass of the passkey security model.

Attack Vector

The attack vector is local, requiring a malicious application to be installed on the target Android device. The attack scenario involves:

  1. An attacker distributes a malicious Android app that gets installed on the victim's device
  2. The malicious app registers as a potential recipient of credential requests or crafts fraudulent passkey requests
  3. When the user interacts with passkey authentication, the malicious app exploits the validation gap
  4. The app could potentially obtain passkey responses for websites it should not have access to

This attack requires user interaction (the user must be performing passkey operations) and local presence on the device. The vulnerability could lead to unauthorized access to user accounts protected by passkeys stored in AliasVault.

Detection Methods for CVE-2026-22694

Indicators of Compromise

  • Unusual passkey authentication attempts from apps that don't typically use WebAuthn credentials
  • Multiple passkey requests originating from apps with mismatched package signatures or unverified domain associations
  • Logs showing credential provider interactions with apps that lack proper assetlinks.json associations

Detection Strategies

  • Monitor Android system logs for credential provider interactions and validate requesting app signatures
  • Review installed applications for suspicious apps that may be attempting to access credential provider APIs
  • Audit AliasVault app version to confirm whether vulnerable versions (0.24.0 - 0.25.2) are in use

Monitoring Recommendations

  • Enable verbose logging for the AliasVault Android app to capture credential provider requests
  • Implement enterprise mobile device management (MDM) policies to detect and alert on vulnerable app versions
  • Review Android system audit logs for abnormal credential manager API usage patterns

How to Mitigate CVE-2026-22694

Immediate Actions Required

  • Update AliasVault Android to version 0.25.3 or later immediately
  • Review account activity for any services where passkeys were used during the vulnerable period
  • Consider rotating or re-enrolling passkeys for sensitive accounts as a precautionary measure
  • Audit installed applications and remove any suspicious or untrusted apps from the device

Patch Information

AliasVault has released version 0.25.3 which addresses this vulnerability by implementing complete validation of calling app identity, origin, and RP ID in the Android credential provider. The fix is available through the following resources:

  • GitHub Release Version 0.25.3 - Official release with the security fix
  • GitHub Commit Update - Commit b3350473103d6138ab2b63ca130c211717eac67d containing the fix
  • GitHub Security Advisory GHSA-mvg4-wvjv-332q - Official security advisory with full details

Workarounds

  • If immediate update is not possible, temporarily disable the credential provider functionality in AliasVault Android settings
  • Avoid using passkey authentication until the app is updated to version 0.25.3 or later
  • Use alternative authentication methods (traditional passwords with 2FA) for sensitive accounts until patched
  • Ensure no untrusted applications are installed on the device to reduce local attack surface

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAliasvault

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-346
  • Technical References
  • GitHub Commit Update

  • GitHub Issue Discussion

  • GitHub Pull Request Review

  • GitHub Release Version 0.25.3

  • GitHub Security Advisory GHSA-mvg4-wvjv-332q
  • Related CVEs
  • CVE-2026-26266: Aliasvault Stored XSS Vulnerability

  • CVE-2026-2974: AliasVault Information Disclosure Flaw
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