CVE-2025-32788: OctoPrint Authenticated Reverse Proxy Page Authentication Bypass
Impact
OctoPrint versions up until and including 1.10.3 contain a vulnerability that allows an attacker to bypass the login redirect and directly access the rendered HTML of certain frontend pages.
The impact on data exposure is minimal because, typically, data is loaded via API requests that correctly enforce user authentication. In the current codebase, cases where data is directly embedded in the page content are rare. However, one notable exception is the authenticated variant of the reverse proxy test page, which displays the IP addresses of configured reverse proxies.
The primary risk lies in potential future modifications to the codebase that might incorrectly rely on the vulnerable internal functions for authentication checks, leading to security vulnerabilities.
Patches
The vulnerability has been patched in version 1.11.0.
Details
An authentication bypass vulnerability exists in the following functions defined in octoprint/server/util/init.py:
- requirelogin - requireloginwith - requirefreshloginwith
By adding the HTTP header X-Preemptive-Recording: yes to HTTP requests, these functions allow requests to proceed without redirecting to the login screen, effectively bypassing the login mechanism in the frontend. However, this only grants access to frontend page content, while authenticated API endpoints still enforce proper session validation.
Credits
This vulnerability was discovered and responsibly disclosed to OctoPrint by Jacopo Tediosi
Other sources
OctoPrint provides a web interface for controlling consumer 3D printers. In versions up to and including 1.10.3, OctoPrint has a vulnerability that allows an attacker to bypass the login redirect and directly access the rendered HTML of certain frontend pages. The primary risk lies in potential future modifications to the codebase that might incorrectly rely on the vulnerable internal functions for authentication checks, leading to security vulnerabilities. This issue has been patched in version 1.11.0.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-32788?
CVE-2025-32788 has a low severity rating as it primarily allows limited data exposure.
How do I fix CVE-2025-32788?
To fix CVE-2025-32788, upgrade OctoPrint to version 1.11.0 or later.
What versions of OctoPrint are affected by CVE-2025-32788?
CVE-2025-32788 affects all OctoPrint versions up to and including 1.10.3.
What type of vulnerability is CVE-2025-32788?
CVE-2025-32788 is a vulnerability that allows attackers to bypass login redirects.
What potential risks does CVE-2025-32788 pose?
The risk from CVE-2025-32788 is minimal since it involves limited data exposure on certain frontend pages.