Irssi before 1.0.8, 1.1.x before 1.1.3, and 1.2.x before 1.2.1, when SASL is enabled, has a use after free when sending SASL login to the server.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/irssi/irssi/commit/d23b0d22cc611e43c88d99192a59f413f951a955 | third party advisory patch |
https://irssi.org/security/irssi_sa_2019_06.txt | vendor advisory |
http://www.openwall.com/lists/oss-security/2019/06/29/1 | third party advisory mailing list |
https://seclists.org/bugtraq/2019/Jun/41 | third party advisory mailing list |
http://packetstormsecurity.com/files/153480/Slackware-Security-Advisory-irssi-Updates.html | third party advisory |
http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00004.html | third party advisory vendor advisory |
http://www.securityfocus.com/bid/108998 | vdb entry |
https://usn.ubuntu.com/4046-1/ | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00030.html | vendor advisory |