CVE-2024-32000

matrix-appservice-irc is a Node.js IRC bridge for the Matrix messaging protocol. matrix-appservice-irc before version 2.0.0 can be exploited to leak the truncated body of a message if a malicious user sends a Matrix reply to an event ID they don't have access to. As a precondition to the attack, the malicious user needs to know the event ID of the message they want to leak, as well as to be joined to both the Matrix room and the IRC channel it is bridged to. The message reply containing the leaked message content is visible to IRC channel members when this happens. matrix-appservice-irc 2.0.0 checks whether the user has permission to view an event before constructing a reply. Administrators should upgrade to this version. It's possible to limit the amount of information leaked by setting a reply template that doesn't contain the original message. See these lines `601-604` in the configuration file linked.
Configurations

No configuration.

History

15 Apr 2024, 13:15

Type Values Removed Values Added
Summary
  • (es) Matrix-appservice-irc es un puente IRC de Node.js para el protocolo de mensajería Matrix. Matrix-appservice-irc anterior a la versión 2.0.0 puede explotarse para filtrar el cuerpo truncado de un mensaje si un usuario malintencionado envía una respuesta de Matrix a un ID de evento al que no tiene acceso. Como condición previa al ataque, el usuario malintencionado necesita conocer el ID del evento del mensaje que desea filtrar, así como estar unido tanto a la sala Matrix como al canal IRC al que está conectado. La respuesta al mensaje que contiene el contenido del mensaje filtrado es visible para los miembros del canal IRC cuando esto sucede. Matrix-appservice-irc 2.0.0 comprueba si el usuario tiene permiso para ver un evento antes de construir una respuesta. Los administradores deben actualizar a esta versión. Es posible limitar la cantidad de información filtrada configurando una plantilla de respuesta que no contenga el mensaje original. Consulte estas líneas `601-604` en el archivo de configuración vinculado.

12 Apr 2024, 20:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-12 20:15

Updated : 2024-04-15 13:15


NVD link : CVE-2024-32000

Mitre link : CVE-2024-32000

CVE.ORG link : CVE-2024-32000


JSON object : View

Products Affected

No product.

CWE
CWE-280

Improper Handling of Insufficient Permissions or Privileges

CWE-755

Improper Handling of Exceptional Conditions