CVE-2026-5632 Details
Description
A vulnerability was found in assafelovic gpt-researcher up to 3.4.3. This impacts an unknown function of the component HTTP REST API Endpoint. Performing a manipulation results in missing authentication. It is possible to initiate the attack remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
A vulnerability exists in Assafelovic GPT-Researcher versions through 3.4.3, where all HTTP REST API endpoints and the WebSocket interface are exposed without any authentication or authorization. This flaw allows any unauthenticated user to access critical functions such as file uploads and deletions, research task generation, report access, and chat interactions. The vulnerability arises because the FastAPI application does not implement authentication middleware or authorization checks, leaving 14 endpoints accessible to any network user.
Users are advised to implement API key authentication middleware on all sensitive routes, require valid tokens for WebSocket connections, and add rate limiting to research task requests. Additionally, the application should be configured to bind only to localhost by default, remove the static '/outputs/' mount, and include a security warning in the README about the lack of built-in authentication.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 6, 2026CISA-ADP
Assessed Apr 6, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/assafelovic/gpt-researcher/ | [email protected] | ProductSource CodeVendor |
| https://github.com/assafelovic/gpt-researcher/issues/1695 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/785874 | [email protected] | Technical Description |
| https://vuldb.com/vuln/355420 | [email protected] | AdvisoryExploitTechnical Description |
| https://vuldb.com/vuln/355420/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| assafelovic gpt-researcher | All versions |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 6, 2026 | New CVE Received | [email protected] |
Volerion