logo

CVE-2025-32788 octoprint

Package

Manager: pip
Name: octoprint
Vulnerable Version: >=0 <1.11.0

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

EPSS: 0.00043 pctl0.1216

Details

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](https://github.com/OctoPrint/OctoPrint/blob/d79a0d20f3f1c7f2edb56dedda3b70267a937e65/src/octoprint/server/util/__init__.py): - `require_login` - `require_login_with` - `require_fresh_login_with` 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

Metadata

Created: 2025-04-22T16:49:43Z
Modified: 2025-06-30T12:52:02Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-qw93-h6pf-226x/GHSA-qw93-h6pf-226x.json
CWE IDs: ["CWE-290"]
Alternative ID: GHSA-qw93-h6pf-226x
Finding: F032
Auto approve: 1