← Vulnerability feed

Vulnerability record · CVE-2023-49785 · published 12 March 2024

CVE-2023-49785: NextChat unauthenticated SSRF and reflected XSS in chat UI

Nextchat · Nextchat

NextChat (ChatGPT-Next-Web) versions 2.11.2 and prior are vulnerable to server-side request forgery and cross-site scripting. The SSRF allows reading and writing to internal HTTP endpoints via POST, PUT and other methods, and the application can be abused as an open proxy. No patch was available at publication, so exposure to the public internet is the main risk.

9.8 CVSS 3.1 Critical EPSS 83% · top 0.3% CWE-79 · Cross-site scriptingCWE-918 · Server-side request forgery (SSRF)
9.8CVSS 3.1 base score
83%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
10References, 8 tagged exploit
17 Jun 2026Last modified by NVD

Description

NextChat, also known as ChatGPT-Next-Web, is a cross-platform chat user interface for use with ChatGPT. Versions 2.11.2 and prior are vulnerable to server-side request forgery and cross-site scripting. This vulnerability enables read access to internal HTTP endpoints but also write access using HTTP POST, PUT, and other methods. Attackers can also use this vulnerability to mask their source IP by forwarding malicious traffic intended for other Internet targets through these open proxies. As of time of publication, no patch is available, but other mitigation strategies are available. Users may avoid exposing the application to the public internet or, if exposing the application to the internet, ensure it is an isolated network with no access to any other internal resources.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

critical priorityCVSS 9.8 with network reachability, no authentication, no user interaction, and very high EPSS make this an urgent exposure if the application is internet-facing.

What it is

NextChat (ChatGPT-Next-Web) versions 2.11.2 and prior are vulnerable to server-side request forgery and cross-site scripting. The SSRF allows reading and writing to internal HTTP endpoints via POST, PUT and other methods, and the application can be abused as an open proxy. No patch was available at publication, so exposure to the public internet is the main risk.

Impact

An unauthenticated attacker can reach internal HTTP services for read and write operations, and can mask their source IP by proxying traffic through the host. The XSS component can execute script in a victim's browser context.

Attack surface

Reachable over the network with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. The SSRF is triggered through the application's HTTP handling, while the XSS requires a victim to load crafted content.

Exploitation

Public exploit write-ups are referenced and EPSS is very high (0.83163, 99.66th percentile), indicating likely active interest. The CVE is not listed in CISA KEV, so confirmed in-the-wild exploitation is not established by this record.

What to do

  • Apply the fix referenced in the project's pull request 4285 if it resolves the issue for your version; otherwise treat 2.11.2 and prior as unpatched.
  • Do not expose NextChat directly to the public internet; place it behind authentication and a reverse proxy.
  • Run the application on an isolated network segment with no access to internal services, metadata endpoints or other internal resources.
  • Restrict outbound HTTP/HTTPS from the host to only required destinations to limit SSRF and open-proxy abuse.
  • Sanitize and encode user-supplied content to reduce reflected XSS risk.

Detection

  • Monitor application and proxy logs for requests to internal IP ranges, localhost, or cloud metadata addresses (169.254.169.254).
  • Alert on unusual outbound POST/PUT requests originating from the NextChat host.
  • Inspect for reflected script payloads in request parameters and responses tied to the chat interface.
  • Baseline normal outbound destinations for the host and alert on new or high-volume egress.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-49785 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2025-50735Nextchat path traversal vulnerabilityDirectory traversal vulnerability in NextChat thru 2.16.0 due to the WebDAV proxy failing to canonicalize or reject dot path segments in its catch-al…EPSS 0.85%5.5CVE-2026-7178Nextchat server-side request forgery (ssrf) vulnerabilityA weakness has been identified in ChatGPTNextWeb NextChat up to 2.16.1. This affects the function storeUrl of the file app/api/artifacts/route.ts of …EPSS 0.60%5.5CVE-2026-7177Nextchat server-side request forgery (ssrf) vulnerabilityA security flaw has been discovered in ChatGPTNextWeb NextChat up to 2.16.1. Affected by this issue is the function proxyHandler of the file app/api/…EPSS 0.60%6.1CVE-2026-42897Microsoft Exchange Server XSS enables spoofingMicrosoft Exchange Server and Exchange Server Subscription Edition fail to neutralize input during web page generation, a cross-site scripting flaw (…KEVEPSS 0.52%analysed6.1CVE-2025-48700Zimbra Classic UI stored XSS via crafted email HTMLZimbra Collaboration Suite Classic UI fails to properly sanitize HTML content in email messages, allowing crafted tag structures and attribute values…KEVEPSS 1.7%analysed6.1CVE-2025-66376Zimbra Collaboration Classic UI stored XSS via CSS @import in emailZimbra Collaboration Suite 10 before 10.0.18 and 10.1 before 10.1.13 allows stored cross-site scripting in the Classic UI through CSS @import directi…KEVEPSS 20%analysed6.1CVE-2025-68461Roundcube Webmail XSS via SVG animate tagRoundcube Webmail before 1.5.12 and 1.6 before 1.6.12 is vulnerable to cross-site scripting through the animate tag in an SVG document. Because the f…KEVEPSS 27%analysed10.0CVE-2026-22769Dell RecoverPoint for Virtual Machines hardcoded credential flawDell RecoverPoint for Virtual Machines versions prior to 6.0.3.1 HF1 contain a hardcoded credential vulnerability (CWE-798). An unauthenticated remot…KEVEPSS 13%analysed

Source: NIST National Vulnerability Database (record CVE-2023-49785), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.