Description
A flaw has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected by this issue is the function getJailbreak of the file server/backend.py of the component Jailbreak Mode. Executing a manipulation can lead to allocation of resources. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. 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 getJailbreak endpoint of the backend.py module of the freegpt-webui's Jailbreak Mode. When invoked with crafted input, the function allocates system resources without adequate controls, potentially leading to exhaustion of memory, CPU, or other resources. This class of flaw aligns with CWE-400 and CWE-770, whereby an attacker can trigger a denial of service by forcing the application to consume excessive resources. The exploit is remote and has been published, so attackers can trigger it over the network without local access.

Affected Systems

Vendor: ramon-victor. Product: freegpt-webui. The issue appears in all releases up through the commit 098db3dfeb41555c2ca9269df0f13e10ec1c35dc, but the maintainer no longer supports these releases. No specific version numbers are available, yet any installation of the product that has not been upgraded to a later, unsupported‑release‑free commit is affected. The product uses a rolling release model, therefore newer patched releases, if available, are not yet catalogued.

Risk and Exploitability

The CVSS base score of 6.9 classifies the vulnerability as medium; the EPSS score is not available, and it is not listed in CISA's KEV catalog, indicating a moderate but not widely exploited risk. A remote attacker can trigger the flaw simply by sending requests to the getJailbreak endpoint, with no authentication required. Because the exploit has already been published, there is an operational risk that attackers can automate the abuse; the lack of a vendor patch means the risk persists unless mitigated by configuration or operational changes.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Move to a supported release of freegpt-webui or replace the product with an actively maintained alternative.
  • Disable or restrict access to the getJailbreak endpoint by applying firewall or access control rules so that only trusted users can invoke it.
  • Implement system resource limits or runtime rate limiting (e.g., ulimit, cgroups) to prevent a single request from exhausting memory or CPU.
  • Monitor application logs for abnormal resource consumption and audit for potential abuse.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A flaw has been found in ramon-victor freegpt-webui up to 098db3dfeb41555c2ca9269df0f13e10ec1c35dc. Affected by this issue is the function getJailbreak of the file server/backend.py of the component Jailbreak Mode. Executing a manipulation can lead to allocation of resources. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. This vulnerability only affects products that are no longer supported by the maintainer.
Title ramon-victor freegpt-webui Jailbreak Mode backend.py getJailbreak allocation of resources
First Time appeared Ramon-victor
Ramon-victor freegpt-webui
Weaknesses CWE-400
CWE-770
CPEs cpe:2.3:a:ramon-victor:freegpt-webui:*:*:*:*:*:*:*:*
Vendors & Products Ramon-victor
Ramon-victor freegpt-webui
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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:N/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:45:08.295Z

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

Link: CVE-2026-85703

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-85703

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling