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

CVE-2026-26273: Withknown Known Auth Bypass Vulnerability

CVE-2026-26273 is an authentication bypass vulnerability in Withknown Known that exposes password reset tokens, enabling account takeover attacks. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-26273 Overview

CVE-2026-26273 is a critical Broken Authentication vulnerability affecting Known, a popular social publishing platform. In versions prior to 1.6.3, the application exposes password reset tokens directly within hidden HTML input fields on the password reset page. This severe information disclosure flaw allows unauthenticated attackers to retrieve reset tokens for any user account by simply initiating a password reset request with the target's email address, enabling complete Account Takeover (ATO) without requiring access to the victim's email inbox.

Critical Impact

Unauthenticated attackers can achieve full account takeover of any Known platform user by extracting exposed password reset tokens from the HTML response, completely bypassing email-based authentication controls.

Affected Products

  • Known versions prior to 1.6.3
  • withknown known (all installations running vulnerable versions)
  • Self-hosted and managed Known social publishing deployments

Discovery Timeline

  • 2026-02-13 - CVE-2026-26273 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-26273

Vulnerability Analysis

This vulnerability represents a fundamental authentication design flaw in the Known password reset mechanism. The application fails to properly protect sensitive password reset tokens, instead embedding them directly in the HTML response sent to users requesting a password reset. This design violates the principle that password reset tokens should only be transmitted through secure, out-of-band channels such as email.

The impact of this vulnerability is severe. An attacker can compromise any user account on a Known installation by initiating a password reset for the target user's email address, inspecting the HTML source of the reset page to extract the token from the hidden input field, and using the extracted token to complete the password reset process. This attack requires no special privileges, no user interaction beyond the attacker's own actions, and does not require access to the victim's email account.

Root Cause

The root cause is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The password reset functionality was implemented in a way that directly embeds the reset token within the page HTML rather than keeping it server-side or transmitting it exclusively via email. This architectural flaw makes the token accessible to anyone who can initiate a reset request, completely undermining the security model of email-based account recovery.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability remotely by:

  1. Navigating to the target Known installation's password reset page
  2. Entering the victim's email address to initiate a password reset
  3. Viewing the page source to locate the hidden input field containing the reset token
  4. Using the token directly to reset the victim's password and gain full account access

The vulnerability mechanism involves the server-side password reset handler generating a reset token and then incorrectly including this token in the HTML response body. Instead of storing the token server-side and only referencing it via a secure email link, the application renders it as a hidden form field value. This exposes the token to any HTTP client receiving the response, regardless of whether they have access to the associated email inbox. For complete technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-26273

Indicators of Compromise

  • Multiple password reset requests originating from the same IP address targeting different user accounts
  • Successful password resets without corresponding email link clicks in server logs
  • Account access from new IP addresses or geolocations immediately following password reset requests
  • Unusual patterns of password reset page access followed by immediate login attempts

Detection Strategies

  • Monitor web server logs for high-frequency requests to the password reset endpoint from single IP addresses
  • Implement anomaly detection for password reset completions that occur without the expected email delivery and link click sequence
  • Deploy web application firewall rules to detect automated enumeration attempts against the password reset functionality
  • Review access logs for successful authentications immediately following reset requests from different IP addresses than historical login patterns

Monitoring Recommendations

  • Configure alerting on unusual volumes of password reset requests, particularly those targeting multiple accounts
  • Implement real-time monitoring of successful password changes to detect bulk compromise attempts
  • Enable detailed logging of all authentication-related events including reset requests, token usage, and password changes
  • Monitor for reconnaissance patterns such as sequential email address testing against the reset endpoint

How to Mitigate CVE-2026-26273

Immediate Actions Required

  • Upgrade all Known installations to version 1.6.3 or later immediately
  • Audit recent password reset activity logs for signs of exploitation
  • Force password resets for any accounts that may have been compromised
  • Review and revoke active sessions for critical or administrative accounts as a precaution

Patch Information

The vulnerability is fixed in Known version 1.6.3. The security patch is available via the GitHub Release v1.6.3. The specific fix can be reviewed in the commit 8439a07 which removes the token exposure from the HTML response.

For additional context and vulnerability details, review the GitHub Security Advisory GHSA-78wq-6gcv-w28r.

Workarounds

  • Temporarily disable the password reset functionality if immediate patching is not possible
  • Implement additional access controls such as IP allowlisting for the password reset endpoint
  • Add CAPTCHA or rate limiting to the password reset page to slow automated exploitation attempts
  • Monitor and alert on password reset requests while awaiting upgrade deployment
bash
# Verify Known version after upgrade
grep -r "version" /path/to/known/composer.json | head -5

# Check for recent password reset activity in logs
grep -i "password.*reset" /var/log/known/application.log | tail -100

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWithknown

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Release v1.6.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-78wq-6gcv-w28r
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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