CVE-2026-10856

A URL validation flaw in the MISP dashboard button widget allowed a crafted relative-looking URL to be accepted as a local path while being interpreted by browsers as an external URL. The validation rejected URLs containing an explicit scheme, host, or user component, but did not reject paths beginning with a slash followed by a backslash, such as /\example.com. Some browsers normalize backslashes in URLs as forward slashes, which can turn this into a scheme-relative external navigation target. In addition, the generated href concatenated the reconstructed URL with the original URL, increasing the possibility of unsafe or malformed link generation. An attacker able to configure or influence a dashboard button URL could craft a button that appears to point inside the application but redirects users to an attacker-controlled site when clicked. This could be used for phishing, credential theft, or social engineering. The patch fixes the issue by rejecting empty paths and paths starting with /\, and by emitting only the reconstructed validated URL in the anchor href.
Configurations

Configuration 1 (hide)

cpe:2.3:a:misp-project:misp:*:*:*:*:*:*:*:*

History

22 Jul 2026, 20:10

Type Values Removed Values Added
Summary
  • (es) Una falla de validación de URL en el widget del botón del panel de control de MISP permitió que una URL elaborada con apariencia relativa fuera aceptada como una ruta local mientras era interpretada por los navegadores como una URL externa. La validación rechazó URLs que contenían un esquema, host o componente de usuario explícito, pero no rechazó rutas que comenzaban con una barra diagonal seguida de una barra invertida, como /\example.com. Algunos navegadores normalizan las barras invertidas en las URLs como barras diagonales, lo que puede convertir esto en un objetivo de navegación externa relativo al esquema. Además, el href generado concatenaba la URL reconstruida con la URL original, aumentando la posibilidad de generación de enlaces inseguros o malformados. Un atacante capaz de configurar o influir en la URL de un botón del panel de control podría elaborar un botón que parece apuntar dentro de la aplicación pero redirige a los usuarios a un sitio controlado por el atacante cuando se hace clic. Esto podría usarse para phishing, robo de credenciales o ingeniería social. El parche soluciona el problema al rechazar rutas vacías y rutas que comienzan con /\, y al emitir solo la URL validada reconstruida en el href del ancla.

22 Jun 2026, 19:23

Type Values Removed Values Added
First Time Misp-project
Misp-project misp
CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* cpe:2.3:a:misp-project:misp:*:*:*:*:*:*:*:*

08 Jun 2026, 13:59

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.1
References () https://github.com/MISP/MISP/commit/f879f16fb5db7a9aab0a70fdcafea12ce4847e9a - () https://github.com/MISP/MISP/commit/f879f16fb5db7a9aab0a70fdcafea12ce4847e9a - Patch
First Time Misp
Misp misp
CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*

04 Jun 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-04 14:16

Updated : 2026-07-22 20:10


NVD link : CVE-2026-10856

Mitre link : CVE-2026-10856

CVE.ORG link : CVE-2026-10856


JSON object : View

Products Affected

misp-project

  • misp
CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')