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

CVE-2026-40265: Note Mark Information Disclosure Flaw

CVE-2026-40265 is an information disclosure vulnerability in Note Mark that allows unauthenticated access to private note assets. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40265 Overview

Note Mark is an open-source note-taking application that allows users to create and organize notes within "books." A missing authentication vulnerability exists in versions 0.19.1 and prior where the asset download endpoint at /api/notes/{noteID}/assets/{assetID} is registered without authentication middleware, and the backend query does not verify ownership or book visibility. This allows unauthenticated users who know valid note and asset IDs to retrieve private note assets without authorization.

Critical Impact

An unauthenticated attacker can access and download private note assets including sensitive documents, images, and other attachments stored within Note Mark, regardless of whether the associated book is configured as public or private.

Affected Products

  • Note Mark versions 0.19.1 and prior

Discovery Timeline

  • 2026-04-17 - CVE CVE-2026-40265 published to NVD
  • 2026-04-17 - Last updated in NVD database

Technical Details for CVE-2026-40265

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The core issue lies in the improper implementation of access controls for the asset retrieval functionality within Note Mark. The /api/notes/{noteID}/assets/{assetID} endpoint was designed to serve note attachments but was inadvertently configured without the necessary authentication middleware that protects other sensitive API endpoints.

The vulnerability requires the attacker to know or enumerate valid note IDs and asset IDs. While this represents a degree of attack complexity, once these identifiers are obtained (potentially through other enumeration techniques or social engineering), complete bypass of the authorization model is possible. The confidentiality impact is significant as attackers can retrieve any stored asset regardless of the intended access restrictions.

Root Cause

The root cause of this vulnerability is the absence of authentication middleware registration on the asset download endpoint. When the API route was defined, the middleware responsible for validating user sessions and verifying access permissions was not included in the route configuration. Additionally, the backend database query that retrieves asset data does not include ownership or visibility checks, meaning it returns assets without validating that the requesting user has appropriate permissions to access the associated note or book.

Attack Vector

The attack vector for this vulnerability is network-based. An unauthenticated remote attacker can directly request the vulnerable endpoint over HTTP/HTTPS. The attack requires knowledge of valid noteID and assetID parameters. These identifiers could potentially be obtained through:

  • Enumeration attacks against predictable ID patterns
  • Information disclosure in error messages or logs
  • Social engineering or insider knowledge
  • Analysis of shared links or exported content

Once valid IDs are obtained, the attacker simply constructs a GET request to /api/notes/{noteID}/assets/{assetID} and receives the full content of the private asset in the response, completely bypassing the intended authorization controls.

Detection Methods for CVE-2026-40265

Indicators of Compromise

  • Unusual access patterns to /api/notes/*/assets/* endpoints from unauthenticated sessions
  • High volume of asset download requests without corresponding authentication cookies or tokens
  • Sequential or enumeration-style requests to asset endpoints from single IP addresses
  • Asset access logs showing downloads without associated user sessions

Detection Strategies

  • Implement monitoring rules to detect unauthenticated requests to the asset download endpoint
  • Configure web application firewalls to alert on suspicious patterns targeting /api/notes/{noteID}/assets/{assetID} paths
  • Review web server access logs for requests to asset endpoints that lack session identifiers or authentication headers
  • Deploy anomaly detection to identify unusual download volumes or access patterns

Monitoring Recommendations

  • Enable detailed logging for all API requests to asset endpoints including authentication status
  • Set up alerts for failed authentication attempts followed by direct asset endpoint access
  • Monitor for enumeration patterns in noteID and assetID request parameters
  • Track asset download metrics and investigate unexpected spikes in unauthenticated access

How to Mitigate CVE-2026-40265

Immediate Actions Required

  • Upgrade Note Mark to version 0.19.2 or later immediately
  • Audit access logs to determine if unauthorized asset access has occurred
  • Review any sensitive assets stored in Note Mark for potential exposure
  • Consider regenerating or rotating any sensitive content that may have been accessed

Patch Information

The vulnerability has been fixed in Note Mark version 0.19.2. The fix involves properly registering authentication middleware on the asset download endpoint and implementing ownership validation in the backend query. For detailed information about the changes, see the GitHub Security Advisory GHSA-p5w6-75f9-cc2p. The specific fix can be reviewed in the GitHub commit, and the patched release is available at GitHub Release v0.19.2.

Workarounds

  • If immediate upgrade is not possible, consider placing a reverse proxy with authentication in front of the Note Mark application
  • Implement network-level access controls to restrict access to the Note Mark instance to trusted networks only
  • Configure web server rules to require authentication for all requests to /api/notes/*/assets/* paths
  • Temporarily disable or restrict asset upload functionality until the patch can be applied

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNote Mark

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Commit Changes

  • GitHub Release v0.19.2

  • GitHub Security Advisory GHSA-p5w6-75f9-cc2p
  • Related CVEs
  • CVE-2026-41571: Note Mark Auth Bypass Vulnerability

  • CVE-2026-41572: Note Mark Authentication Bypass Flaw

  • CVE-2026-40263: Note Mark Auth Bypass Vulnerability

  • CVE-2026-40262: Note Mark XSS 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