Created attachment 184158 [details] Update irssi to 1.0.4 Two security vulnerabilities have been found in irssi, fixed in v1.0.4 (update patch attached): * CVE-2017-10965 When receiving messages with invalid time stamps, Irssi would try to dereference a NULL pointer. Found by Brian 'geeknik' Carpenter of Geeknik Labs. (CWE-690) * CVE-2017-10966 While updating the internal nick list, Irssi may incorrectly use the GHashTable interface and free the nick while updating it. This will then result in use-after-free conditions on each access of the hash table. Found by Brian 'geeknik' Carpenter of Geeknik Labs. (CWE-416 caused by CWE-227) * SA: https://irssi.org/security/irssi_sa_2017_07.txt
Builds with Poudriere 11.1-RC1, 11.0, amd64. Running in production.
A commit references this bug: Author: feld Date: Sat Jul 8 14:09:13 UTC 2017 New revision: 445337 URL: https://svnweb.freebsd.org/changeset/ports/445337 Log: irc/irssi: Update to 1.0.4 - Fixes two CVEs PR: 220544 MFH: 2017Q3 Security: CVE-2017-10965 Security: CVE-2017-10966 Changes: head/irc/irssi/Makefile head/irc/irssi/distinfo
A commit references this bug: Author: feld Date: Sat Jul 8 14:09:52 UTC 2017 New revision: 445338 URL: https://svnweb.freebsd.org/changeset/ports/445338 Log: MFH: r445337 irc/irssi: Update to 1.0.4 - Fixes two CVEs PR: 220544 Security: CVE-2017-10965 Security: CVE-2017-10966 Approved by: ports-secteam (with hat) Changes: _U branches/2017Q3/ branches/2017Q3/irc/irssi/Makefile branches/2017Q3/irc/irssi/distinfo
A commit references this bug: Author: feld Date: Sat Jul 8 14:15:25 UTC 2017 New revision: 445339 URL: https://svnweb.freebsd.org/changeset/ports/445339 Log: Document irssi vulnerabilities PR: 220544 Security: CVE-2017-10965 Security: CVE-2017-10966 Changes: head/security/vuxml/vuln.xml
committed, MFH, and vuxml updated. Thanks!