CVE-2025-62379
Last modified
CVE-2025-62379 is a low-severity vulnerability rated 3.1/10 on the CVSS scale. Reflex is a library to build full-stack web apps in pure Python. In versions 0.5.4 through 0.8.14, the /auth-codespace endpoint automatically assigns the redirect_to query parameter value directly to client-side links without any validation and triggers automatic clicks when the page loads in a GitHub Codespaces environment. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
Reflex is a library to build full-stack web apps in pure Python. In versions 0.5.4 through 0.8.14, the /auth-codespace endpoint automatically assigns the redirect_to query parameter value directly to client-side links without any validation and triggers automatic clicks when the page loads in a GitHub Codespaces environment. This allows attackers to redirect users to arbitrary external URLs. The vulnerable route is only registered when a Codespaces environment is detected, and the detection is controlled by environment variables. The same behavior can be activated in production if the GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN environment variable is set. The vulnerability occurs because the code assigns the redirect_to query parameter directly to a.href without any validation and immediately triggers a click (automatic navigation), allowing users to be sent to arbitrary external domains. The execution condition is based on the presence of a sessionStorage flag, meaning it triggers immediately on first visits or in incognito/private browsing windows, with no server-side origin/scheme whitelist or internal path enforcement defenses in place. This issue has been patched in version 0.8.15. As a workaround, users can ensure that GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN is not set in a production environment.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-62379?
How severe is CVE-2025-62379?
How do I fix CVE-2025-62379?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-62372vLLM is an inference and serving engine for large language m…6.5
- CVE-2025-62373Pipecat is an open-source Python framework for building real…9.8
- CVE-2025-62374Parse Javascript SDK provides access to the powerful Parse S…6.4
- CVE-2025-62375go-witness and witness are Go modules for generating attesta…6.9
- CVE-2025-62376pwn.college DOJO is an education platform for learning cyber…9.5
- CVE-2025-62378CommandKit is the discord.js meta-framework for building Dis…6.1
- CVE-2025-6238The AI Engine plugin for WordPress is vulnerable to open red…8
- CVE-2025-62380mailgen is a Node.js package that generates responsive HTML …2.9
- CVE-2025-62381sveltekit-superforms makes SvelteKit forms a pleasure to use…8.3
- CVE-2025-62382Frigate is a network video recorder (NVR) with realtime loca…7.7
- CVE-2025-62383SQL injection in Ivanti Endpoint Manager before version 2024…6.5
- CVE-2025-62384SQL injection in Ivanti Endpoint Manager before version 2024…6.5
Are you affected by CVE-2025-62379?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
