]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to Xiang Li
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 1 May 2024 08:10:58 +0000 (10:10 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 1 May 2024 08:10:58 +0000 (10:10 +0200)
commitc3206f4568f60c486be6d165b1f2b5b254fea3de
tree891e74151fd1f0d5c89931061170b0a58019268b
parent9abed3fc8336d5f7688058c5675b7162ffa9d67e
- Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to Xiang Li
  from the Network and Information Security Lab of Tsinghua University
  for reporting it.
20 files changed:
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
services/cache/infra.c
services/cache/infra.h
services/mesh.c
testdata/cachedb_expired_client_timeout.crpl
testdata/cachedb_subnet_expired.crpl
testdata/doh_downstream.tdir/doh_downstream.conf
testdata/doh_downstream_notls.tdir/doh_downstream_notls.conf
testdata/doh_downstream_post.tdir/doh_downstream_post.conf
testdata/fwd_three_service.tdir/fwd_three_service.conf
testdata/iter_ghost_timewindow.rpl
testdata/ssl_req_order.tdir/ssl_req_order.conf
testdata/tcp_req_order.tdir/tcp_req_order.conf
testdata/tcp_sigpipe.tdir/tcp_sigpipe.conf
util/config_file.c
util/config_file.h
util/configlexer.lex
util/configparser.y