node-irc is a socket wrapper for the IRC protocol that extends Node.js' EventEmitter. The vulnerability allows an attacker to manipulate a Matrix user into executing IRC commands by having them reply to a maliciously crafted message. Incorrect handling of a CR character allowed for making part of the message be sent to the IRC server verbatim rather than as a message to the channel. The vulnerability has been patched in node-irc version 1.2.1.
{
"github_reviewed": true,
"github_reviewed_at": "2022-05-05T16:00:50Z",
"cwe_ids": [
"CWE-74",
"CWE-93"
],
"severity": "HIGH",
"nvd_published_at": null
}