CVE-2026-7643 — ChatGPTNextWeb NextChat Vulnerability
CVE-2026-7643 — A flaw has been found in ChatGPTNextWeb NextChat up to 2.16.1. This impacts an unknown function of the file Next.js of the component API Endpoint. Executing a manipulation can lead to permissive cross-domain policy with untrusted domains. The attack may be launched remotely. The expl
What This Means For You
- If your environment is affected by CWE-346, CWE-942, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7643 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7643 - NextChat API Endpoint Cross-Domain Policy Manipulation
title: CVE-2026-7643 - NextChat API Endpoint Cross-Domain Policy Manipulation
id: scw-2026-05-02-ai-1
status: experimental
level: high
description: |
This rule detects attempts to exploit CVE-2026-7643 by targeting the NextChat API endpoint, specifically the '/api/auth/session' path, with a POST request that includes a 'callback=' parameter in the query string. This pattern is indicative of an attempt to manipulate cross-domain policies with untrusted domains, as described in the vulnerability details. The 'referer' field check helps to narrow down to requests originating from the NextChat application itself, making the detection more specific to the vulnerable component.
author: SCW Feed Engine (AI-generated)
date: 2026-05-02
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7643/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/auth/session'
cs-method:
- 'POST'
sc-status:
- '200'
cs-uri-query|contains:
- 'callback='
referer|contains:
- 'localhost:3000'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7643 | vulnerability | CVE-2026-7643 |
| CWE-346 | weakness | CWE-346 |
| CWE-942 | weakness | CWE-942 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 02, 2026 at 18:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.