CVE-2026-42344

FastGPT is an AI Agent building platform. In versions 4.14.11 and prior, FastGPT's isInternalAddress() function in packages/service/common/system/utils.ts is vulnerable to DNS rebinding (TOCTOU — Time-of-Check to Time-of-Use). The function resolves the hostname via dns.resolve4()/dns.resolve6() and checks resolved IPs against private ranges, but the actual HTTP request happens in a separate call with a new DNS resolution, allowing the DNS record to change between validation and fetch. At time of publication, there are no publicly available patches.
Configurations

No configuration.

History

24 Jul 2026, 21:10

Type Values Removed Values Added
Summary
  • (es) FastGPT es una plataforma de creación de agentes de IA. En las versiones 4.14.11 y anteriores, la función isInternalAddress() de FastGPT en packages/service/common/system/utils.ts es vulnerable a la reencuadernación de DNS (TOCTOU - Tiempo de verificación a tiempo de uso). La función resuelve el nombre de host a través de dns.resolve4()/dns.resolve6() y verifica las IP resueltas contra rangos privados, pero la solicitud HTTP real ocurre en una llamada separada con una nueva resolución de DNS, lo que permite que el registro DNS cambie entre la validación y la recuperación. En el momento de la publicación, no hay parches disponibles públicamente.

11 May 2026, 19:16

Type Values Removed Values Added
References () https://github.com/labring/FastGPT/security/advisories/GHSA-cc8x-jrqv-hmwh - () https://github.com/labring/FastGPT/security/advisories/GHSA-cc8x-jrqv-hmwh -

08 May 2026, 23:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-08 23:16

Updated : 2026-07-24 21:10


NVD link : CVE-2026-42344

Mitre link : CVE-2026-42344

CVE.ORG link : CVE-2026-42344


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition