Description
A security flaw has been discovered in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function getJailbreak of the file server/config.py of the component Jailbreak Mode. The manipulation results in race condition. It is possible to launch the attack remotely. The attack requires a high level of complexity. The exploitability is assessed as difficult. The exploit has been released to the public and may be used for attacks. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. This vulnerability only affects products that are no longer supported by the maintainer.
Published: 2026-09-04
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a race condition in the getJailbreak function of freegpt-webui’s Jailbreak Mode implementation. Manipulating the request to trigger the race can allow an attacker to exploit the timing flaw to gain elevated privileges or execute code remotely. The description notes that a remote attack is possible, that it requires a significant level of complexity, and that the exploit is considered difficult to execute. No confirmed post‑exploitation capabilities are listed, but the presence of a race condition that can be triggered remotely indicates a potential for unauthorized control over the web interface.

Affected Systems

The affected product is freegpt-webui by ramon‑victor. The version information is not available because the project uses rolling releases, and the description indicates that only unsupported releases are impacted.

Risk and Exploitability

The CVSS score of 6.3 places the vulnerability in the medium severity range. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. The impact is influenced by the fact that the product is no longer supported, which reduces the likelihood of a vendor release. Attackers must overcome a difficult exploit path, but the public release of the exploit script raises concern. Overall, the risk is moderate, with potential for remote code execution if the race condition is successfully abused.

Generated by OpenCVE AI on September 4, 2026 at 22:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest supported release of freegpt-webui or replace the product with a maintained alternative; the current version is no longer supported and may not receive patches.
  • Disable the Jailbreak Mode feature if it is not needed, reducing the attack surface that relies on the getJailbreak functionality.
  • Implement additional concurrency controls such as mutexes or atomic operations around the getJailbreak handler to mitigate the race condition until a proper patch is applied.

Generated by OpenCVE AI on September 4, 2026 at 22:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. This issue affects the function getJailbreak of the file server/config.py of the component Jailbreak Mode. The manipulation results in race condition. It is possible to launch the attack remotely. The attack requires a high level of complexity. The exploitability is assessed as difficult. The exploit has been released to the public and may be used for attacks. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. This vulnerability only affects products that are no longer supported by the maintainer.
Title ramon-victor freegpt-webui Jailbreak Mode config.py getJailbreak race condition
First Time appeared Ramon-victor
Ramon-victor freegpt-webui
Weaknesses CWE-362
CPEs cpe:2.3:a:ramon-victor:freegpt-webui:*:*:*:*:*:*:*:*
Vendors & Products Ramon-victor
Ramon-victor freegpt-webui
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/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-04T21:00:07.481Z

Reserved: 2026-09-04T14:15:04.049Z

Link: CVE-2026-85704

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-85704

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')