You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
Twenty is an open source CRM built with NestJS (Node.js). In versions 1.18.0 and earlier, the SSRF protection in twenty-server's SecureHttpClientService can be bypassed using IPv4-mapped IPv6 addresses in URL IP literals. Node.js's URL parser normalizes IPv4-mapped IPv6 addresses to compressed hex form (e.g., ::ffff:169.254.169.254 becomes ::ffff:a9fe:a9fe), but the isPrivateIp utility only recognizes the dotted-decimal notation. As a result, the hex form passes the SSRF check unchecked. Additionally, the socket lookup validation event does not fire for IP literal addresses, bypassing the second validation layer. An authenticated user can reach any internal IP, including cloud metadata endpoints, to exfiltrate credentials such as IAM keys.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: Twenty de twentyhq, Description: Twenty es un CRM de código abierto construido con NestJS (Node.js). En las versiones 1.18.0 y anteriores, la protección SSRF en el SecureHttpClientService de twenty-server puede ser eludida utilizando direcciones IPv6 mapeadas a IPv4 en literales IP de URL. El analizador de URL de Node.js normaliza las direcciones IPv6 mapeadas a IPv4 a formato hexadecimal comprimido (por ejemplo, ::ffff:169.254.169.254 se convierte en ::ffff:a9fe:a9fe), pero la utilidad isPrivateIp solo reconoce la notación decimal con puntos. Como resultado, el formato hexadecimal pasa la verificación SSRF sin ser detectado. Además, el evento de validación de búsqueda de socket no se activa para direcciones IP literales, eludiendo la segunda capa de validación. Un usuario autenticado puede alcanzar cualquier IP interna, incluyendo puntos finales de metadatos en la nube, para exfiltrar credenciales como claves IAM.
New CVE Received from GitHub, Inc.5/05/2026 4:16:36 PM
Action
Type
Old Value
New Value
Added
Description
Twenty is an open source CRM built with NestJS (Node.js). In versions 1.18.0 and earlier, the SSRF protection in twenty-server's SecureHttpClientService can be bypassed using IPv4-mapped IPv6 addresses in URL IP literals. Node.js's URL parser normalizes IPv4-mapped IPv6 addresses to compressed hex form (e.g., ::ffff:169.254.169.254 becomes ::ffff:a9fe:a9fe), but the isPrivateIp utility only recognizes the dotted-decimal notation. As a result, the hex form passes the SSRF check unchecked. Additionally, the socket lookup validation event does not fire for IP literal addresses, bypassing the second validation layer. An authenticated user can reach any internal IP, including cloud metadata endpoints, to exfiltrate credentials such as IAM keys.