Add CHANGES and release note for [GL #3158]

This commit is contained in:
Mark Andrews 2022-02-16 19:30:19 +11:00 committed by Michał Kępień
parent bc8f721d59
commit 4a23672009
2 changed files with 10 additions and 0 deletions

View file

@ -24,6 +24,10 @@
5821. [bug] Fix query context management issues in the TCP part
of dig. [GL #3184]
5819. [security] Lookups involving a DNAME could trigger an INSIST when
"synth-from-dnssec" was enabled. (CVE-2022-0635)
[GL #3158]
5818. [security] A synchronous call to closehandle_cb() caused
isc__nm_process_sock_buffer() to be called recursively,
which in turn left TCP connections hanging in the

View file

@ -28,6 +28,12 @@ Security Fixes
TCP sockets in the ``CLOSE_WAIT`` state when the client did not
properly shut down the connection. (CVE-2022-0396) :gl:`#3112`
- Lookups involving a DNAME could trigger an assertion failure when
``synth-from-dnssec`` was enabled (which is the default).
(CVE-2022-0635)
ISC would like to thank Vincent Levigneron from AFNIC for bringing
this vulnerability to our attention. :gl:`#3158`
Known Issues
~~~~~~~~~~~~