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-2025-62169

CVE-2025-62169: OctoPrint-SpoolManager Auth Bypass Flaw

CVE-2025-62169 is an authentication bypass vulnerability in the OctoPrint-SpoolManager plugin that allows unauthorized access to plugin APIs. This article covers the technical details, affected versions, and mitigation steps.

Updated: May 19, 2026

CVE-2025-62169 Overview

CVE-2025-62169 is an authentication and authorization bypass vulnerability in the OctoPrint-SpoolManager plugin, which manages filament spools and usage metadata for 3D printers. The plugin's API endpoints fail to enforce authentication or authorization checks, allowing unauthenticated network attackers to interact with spool management functionality. The flaw affects versions 1.8.0a2 and older on the testing branch and 1.7.7 and older on the stable branch. The issue is classified under [CWE-287] Improper Authentication. The impact is reduced when running OctoPrint 1.11.2 or newer, which enforces additional plugin-level protections.

Critical Impact

Unauthenticated attackers reachable over the network can invoke SpoolManager APIs to read, modify, or delete spool data, with high impact to confidentiality, integrity, and availability.

Affected Products

  • OctoPrint-SpoolManager testing branch versions 1.8.0a2 and older
  • OctoPrint-SpoolManager stable branch versions 1.7.7 and older
  • OctoPrint deployments running plugin versions below the patched releases (impact reduced when OctoPrint core is 1.11.2 or newer)

Discovery Timeline

  • 2025-10-23 - CVE-2025-62169 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-62169

Vulnerability Analysis

The OctoPrint-SpoolManager plugin exposes Flask blueprint routes used to manage spool metadata, QR code generation, and database operations. These routes did not gate access behind OctoPrint's permission system. The plugin overrode is_blueprint_protected to return False, which explicitly disabled the API key requirement that OctoPrint normally enforces on blueprint routes. Any network-reachable client could therefore reach SpoolManager endpoints without credentials.

Because SpoolManager endpoints read and write persistent plugin state, an attacker can tamper with spool records, exfiltrate stored metadata, or disrupt printer workflows that depend on accurate spool data. The CVSS vector reflects network reachability without privileges or user interaction, with high impact across all three security properties.

Root Cause

The root cause is an explicit opt-out from OctoPrint's blueprint protection mechanism. The plugin declared its API surface as unprotected, bypassing the framework's authentication layer rather than integrating with it. There was also no per-route enforcement of OctoPrint's Permissions access controls.

Attack Vector

Exploitation requires network access to the OctoPrint instance hosting the vulnerable SpoolManager plugin. An attacker sends HTTP requests directly to plugin API routes such as /plugin/SpoolManager/... without supplying an API key or session cookie. The server processes the request as if it were authorized.

python
# Patch removing the blanket bypass of OctoPrint blueprint protection
# Source: https://github.com/WildRikku/OctoPrint-SpoolManager/commit/b725e113316e177ce81238a2dbbbdb63d92c40b0

        else:
            abort(404)

-    # hmmm..TODO not fully tested
-    def is_blueprint_protected(self):
-        return False  # No API key required to request API access
-
     #####################################################################################################   GENERATE QR FOR SPOOL
     @octoprint.plugin.BlueprintPlugin.route("/generateQRCode/<string:databaseId>", methods=["GET"])
     def generateSpoolQRCode(self, databaseId):

The companion change imports OctoPrint's permission model so that routes can enforce proper access controls:

python
# Source: https://github.com/WildRikku/OctoPrint-SpoolManager/commit/b725e113316e177ce81238a2dbbbdb63d92c40b0

 import flask
 import octoprint.plugin
 from octoprint.events import Events
-
+from octoprint.access.permissions import Permissions
 from octoprint_SpoolManager.DatabaseManager import DatabaseManager

 from octoprint_SpoolManager.newodometer import NewFilamentOdometer

Detection Methods for CVE-2025-62169

Indicators of Compromise

  • HTTP requests to /plugin/SpoolManager/ routes that lack an X-Api-Key header or a valid OctoPrint session cookie
  • Unexpected modifications, deletions, or additions to SpoolManager database entries with no corresponding administrator activity
  • Requests to /plugin/SpoolManager/generateQRCode/<databaseId> from external IP addresses or non-management networks

Detection Strategies

  • Inspect OctoPrint and reverse proxy access logs for SpoolManager plugin endpoints accessed by clients that never authenticated
  • Correlate plugin API activity with OctoPrint user session events to flag anonymous calls reaching plugin routes
  • Run the installed plugin version against the patched baselines (1.7.8 stable, 1.8.0a3 testing) and alert on older builds

Monitoring Recommendations

  • Forward OctoPrint logs to a centralized SIEM and create rules for unauthenticated /plugin/SpoolManager access
  • Monitor changes to the SpoolManager database file or plugin data directory for write activity outside normal print workflows
  • Track outbound exposure of OctoPrint instances on the network perimeter and alert when port 5000 or proxied OctoPrint URLs become reachable from untrusted networks

How to Mitigate CVE-2025-62169

Immediate Actions Required

  • Upgrade OctoPrint-SpoolManager to 1.7.8 on the stable branch or 1.8.0a3 on the testing branch
  • Upgrade the OctoPrint core to version 1.11.2 or newer to benefit from additional plugin protections that reduce impact
  • Remove direct internet exposure of OctoPrint instances and place them behind authenticated reverse proxies or VPNs
  • Review SpoolManager data for unauthorized modifications introduced before patching

Patch Information

The maintainers fixed the issue by removing the is_blueprint_protected override that returned False and by importing octoprint.access.permissions.Permissions to enforce proper authorization on plugin routes. Fixed releases are available at GitHub Release 1.7.8 and GitHub Release 1.8.0a3. Full technical details are documented in GitHub Security Advisory GHSA-2rrc-f24f-94f6.

Workarounds

  • Disable the SpoolManager plugin until the host can be upgraded to a patched release
  • Restrict access to the OctoPrint web interface using firewall rules or an authenticated reverse proxy that blocks unauthenticated requests to /plugin/SpoolManager/
  • Limit OctoPrint exposure to trusted management networks only
bash
# Example: restrict OctoPrint access to a trusted LAN using iptables
iptables -A INPUT -p tcp --dport 5000 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 5000 -j DROP

# Example: upgrade the plugin from the OctoPrint host shell
~/oprint/bin/pip install --upgrade "https://github.com/WildRikku/OctoPrint-SpoolManager/archive/refs/tags/1.7.8.zip"
sudo systemctl restart octoprint

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOctoprint

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.08%

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

  • GitHub Release Version 1.7.8

  • GitHub Release Version 1.8.0a3

  • GitHub Security Advisory GHSA-2rrc-f24f-94f6
  • Related CVEs
  • CVE-2026-23892: OctoPrint Timing Attack Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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