Description
A security vulnerability has been detected in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected is the function _conversation of the file server/backend.py of the component Backend Conversation API. Such manipulation of the argument model leads to missing authentication. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. This vulnerability only affects products that are no longer supported by the maintainer.
Published: 2026-09-04
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the _conversation function of the server/backend.py file in ramon-victor freegpt-webui. A manipulation of the argument model removes authentication checks, allowing an attacker to invoke the backend conversation API without credentials. This weakness is categorized as CWE‑287 (Authentication Bypass) and CWE‑306 (Missing Authentication Mechanism). The result is the potential for an attacker to send arbitrary conversation requests, potentially revealing private data or gaining control over user sessions.

Affected Systems

The affected software is the ramon‑victor freegpt-webui project, which follows a rolling release model. No specific version numbers are available for the vulnerable or patched releases because the project maintains continuous delivery. The flaw only exists in installations that are no longer supported by the maintainer, so currently unsupported or legacy deployments are at risk.

Risk and Exploitability

The CVSS score is 6.9, indicating a moderate severity of the unauthenticated remote risk. The EPSS score is not available, but an exploit has been publicly disclosed, meaning that exploitation is feasible with the right knowledge. The vulnerability is not listed in the CISA KEV catalog. Attackers can remotely manipulate the model argument to bypass authentication and use the conversation API, subject to the discovered exploitation conditions. The likelihood of exploitation is uncertain but potentially high for unattended or legacy deployments.

Generated by OpenCVE AI on September 4, 2026 at 21:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a supported release that removes the missing authentication check
  • Restrict access to the conversation API to authenticated users only, for example by adding token verification or IP whitelisting
  • Monitor application logs for unusual API usage and investigate any unauthorized conversation attempts

Generated by OpenCVE AI on September 4, 2026 at 21:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected is the function _conversation of the file server/backend.py of the component Backend Conversation API. Such manipulation of the argument model leads to missing authentication. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. This vulnerability only affects products that are no longer supported by the maintainer.
Title ramon-victor freegpt-webui Backend Conversation API backend.py _conversation missing authentication
First Time appeared Ramon-victor
Ramon-victor freegpt-webui
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:ramon-victor:freegpt-webui:*:*:*:*:*:*:*:*
Vendors & Products Ramon-victor
Ramon-victor freegpt-webui
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Ramon-victor Freegpt-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-04T20:30:08.379Z

Reserved: 2026-09-04T14:14:57.246Z

Link: CVE-2026-85702

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T21:17:26.480

Modified: 2026-09-04T21:17:26.480

Link: CVE-2026-85702

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:30:07Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function