Overview: 1 vulnerability

WSA Score Severity Issue Vulnerability type Scope Versions Fix Release date
WSA-2026-13 8.6
Use-after-free in the irc plugin when a batched message disconnects the server. Use After Free IRC 4.0.0 → 4.9.4 4.9.5

WSA-2026-13: [IRC] Use-after-free in the irc plugin when a batched message disconnects the server.

Vulnerability
CVE
Not available
CVSS vector
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H (detail)
CVSS score
8.6 / 10
Severity
high
Vulnerability type
Use After Free (detail)
Scope
IRC
Affected versions
4.0.0 → 4.9.4
Fixed version
4.9.5 () - ChangeLog
Commits
Description
When a batch message is received and one of the messages causes a disconnection from the server, the remaining messages are reading data that is already freed.
Mitigation
Disable batch capability: /set irc.server_default.capabilities "*,!batch".
Credit
The issue was discovered by Mohammed Arib (arib06).