← volver
CVE-2024-23336

Incomplete disallowed remote addresses list in MyBB

CVSS 5 MEDIUMEPSS 0.5%CWE-184CWE-918
En resumen

El filtro de seguridad de MyBB no bloquea todas las direcciones locales (127.0.0.0/8), permitiendo que atacantes usen el foro para hacer solicitudes al propio servidor y acceder a datos o servicios internos sensibles.

Detalle técnico

Vulnerabilidad SSRF en MyBB por filtrado incompleto de rango de loopback IPv4 en la configuración disallowed_remote_addresses. La lista predeterminada incluye solo 127.0.0.1 pero omite el bloque CIDR completo 127.0.0.0/8, permitiendo que atacantes remotos elaboren solicitudes a través de funcionalidades que obtienen contenido remoto, apuntando a servicios internos en el rango localhost sin segmentación adecuada.

Resumen generado y traducido por IA a partir de la descripción oficial.
MyBB is a free and open source forum software. The default list of disallowed remote hosts does not contain the `127.0.0.0/8` block, which may result in a Server-Side Request Forgery (SSRF) vulnerability. The Configuration File's _Disallowed Remote Addresses_ list (`$config['disallowed_remote_addresses']`) contains the address `127.0.0.1`, but does not include the complete block `127.0.0.0/8`. MyBB 1.8.38 resolves this issue in default installations. Administrators of installed boards should update the existing configuration (`inc/config.php`) to include all addresses blocked by default. Additionally, users are advised to verify that it includes any other IPv4 addresses resolving to the server and other internal resources. Users unable to upgrade may manually add 127.0.0.0/8' to their disallowed address list.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
Productos afectados
mybb · mybb

¿Quieres saber si tu infraestructura está expuesta a esto?

Hablar con TrueHacking →