Import Debian changes 4.92-8+deb10u6 debian
authorAndreas Metzler <ametzler@debian.org>
Sat, 1 May 2021 09:42:39 +0000 (11:42 +0200)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 7 Aug 2021 18:46:34 +0000 (14:46 -0400)
commit0c0c20aac64e1ef4037c144efec9a064add0d055
tree6a18289cb463d11227d1fa4c990548e50a09d917
parent798bcb8a094a3a7399d04d760c882f4f25922f41
Import Debian changes 4.92-8+deb10u6

exim4 (4.92-8+deb10u6) buster-security; urgency=high
.
  * Fix several security vulnerabilities reported by Qualys and add related
    robustness improvements. (Originally fixed in upstream release 4.94.3 and
    in upstream GIT branch exim-4.92.3+fixes. (Special thanks to Heiko)
    + CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash()
    + CVE-2020-28018: Use-after-free in tls-openssl.c
    + CVE-2020-28023: Out-of-bounds read in smtp_setup_msg()
    + CVE-2020-28010: Heap out-of-bounds write in main()
    + CVE-2020-28011: Heap buffer overflow in queue_run()
    + CVE-2020-28013: Heap buffer overflow in parse_fix_phrase()
    + CVE-2020-28017: Integer overflow in receive_add_recipient()
    + CVE-2020-28022: Heap out-of-bounds read and write in extract_option()
    + CVE-2020-28026: Line truncation and injection in spool_read_header()
    + CVE-2020-28015 and CVE-2020-28021: New-line injection into spool header
      file.
    + CVE-2020-28009: Integer overflow in get_stdinput()
    + CVE-2020-28024: Heap buffer underflow in smtp_ungetc()
    + CVE-2020-28012: Missing close-on-exec flag for privileged pipe
    + CVE-2020-28019: Failure to reset function pointer after BDAT error
    + CVE-2020-28007: Link attack in Exim's log directory
    + CVE-2020-28008: Assorted attacks in Exim's spool directory
    + CVE-2020-28014, CVE-2021-27216: Arbitrary PID file creation, clobbering,
      and deletion.
.
exim4 (4.92-8+deb10u5) buster; urgency=medium
.
  * Fix use of concurrent TLS connections under GnuTLS:
    80_01-GnuTLS-fix-hanging-callout-connections.patch
    80_02-GnuTLS-tls_write-wait-after-uncorking-the-session.patch
    80_03-GnuTLS-Do-not-care-about-corked-data-when-uncorking.patch
    (Thanks, Heiko Schlittermann for the backport)
  * Pull 82_TLS-use-RFC-6125-rules-for-certifucate-name-checks-w.patch from
    upstream git (already included in 4.94), on TLS connections to a CNAME
    verify the certificate against the original CNAME instead of against
    the A record. Closes: #985243
  * In README.Debian explicitly document the limitation/extent of server
    certificate checking (authenticity not enforced) in the default
    configuration (Thanks, Jö Fahlke). This Closes: #985244 (improved
    documentation and Closes: #985344 (Yes, without required cert
    checking MitM attacks are possible, but for a stable update documenting
    this is the best compromise.)
34 files changed:
debian/README.Debian.xml
debian/changelog
debian/patches/80_01-GnuTLS-fix-hanging-callout-connections.patch [new file with mode: 0644]
debian/patches/80_02-GnuTLS-tls_write-wait-after-uncorking-the-session.patch [new file with mode: 0644]
debian/patches/80_03-GnuTLS-Do-not-care-about-corked-data-when-uncorking.patch [new file with mode: 0644]
debian/patches/82_TLS-use-RFC-6125-rules-for-certifucate-name-checks-w.patch [new file with mode: 0644]
debian/patches/84_01-CVE-2020-28025-Heap-out-of-bounds-read-in-pdkim_fini.patch [new file with mode: 0644]
debian/patches/84_02-CVE-2020-28018-Use-after-free-in-tls-openssl.c.patch [new file with mode: 0644]
debian/patches/84_03-CVE-2020-28023-Out-of-bounds-read-in-smtp_setup_msg.patch [new file with mode: 0644]
debian/patches/84_04-CVE-2020-28010-Heap-out-of-bounds-write-in-main.patch [new file with mode: 0644]
debian/patches/84_05-CVE-2020-28011-Heap-buffer-overflow-in-queue_run.patch [new file with mode: 0644]
debian/patches/84_06-CVE-2020-28013-Heap-buffer-overflow-in-parse_fix_phr.patch [new file with mode: 0644]
debian/patches/84_07-Security-Refuse-negative-and-large-store-allocations.patch [new file with mode: 0644]
debian/patches/84_08-CVE-2020-28017-Integer-overflow-in-receive_add_recip.patch [new file with mode: 0644]
debian/patches/84_09-CVE-2020-28022-Heap-out-of-bounds-read-and-write-in-.patch [new file with mode: 0644]
debian/patches/84_10-CVE-2020-28026-Line-truncation-and-injection-in-spoo.patch [new file with mode: 0644]
debian/patches/84_11-CVE-2020-28015-28021-New-line-injection-into-spool-h.patch [new file with mode: 0644]
debian/patches/84_12-CVE-2020-28009-Integer-overflow-in-get_stdinput.patch [new file with mode: 0644]
debian/patches/84_13-CVE-2020-28024-Heap-buffer-underflow-in-smtp_ungetc.patch [new file with mode: 0644]
debian/patches/84_14-CVE-2020-28012-Missing-close-on-exec-flag-for-privil.patch [new file with mode: 0644]
debian/patches/84_15-Security-Safeguard-against-relative-names-for-msglog.patch [new file with mode: 0644]
debian/patches/84_16-Security-Check-overrun-rcpt_count-integer.patch [new file with mode: 0644]
debian/patches/84_17-Security-Always-exit-when-LOG_PANIC_DIE-is-set.patch [new file with mode: 0644]
debian/patches/84_18-Security-Fix-off-by-one-in-smtp-transport-read-respo.patch [new file with mode: 0644]
debian/patches/84_19-Security-Avoid-decrement-of-dkim_collect_input-if-al.patch [new file with mode: 0644]
debian/patches/84_20-Security-Leave-a-clean-smtp_out-input-buffer-even-in.patch [new file with mode: 0644]
debian/patches/84_21-Security-Avoid-modification-of-constant-data-in-dkim.patch [new file with mode: 0644]
debian/patches/84_22-CVE-2020-28019-Failure-to-reset-function-pointer-aft.patch [new file with mode: 0644]
debian/patches/84_23-CVE-2020-28007-Link-attack-in-Exim-s-log-directory.patch [new file with mode: 0644]
debian/patches/84_24-CVE-2020-28008-Assorted-attacks-in-Exim-s-spool-dire.patch [new file with mode: 0644]
debian/patches/84_26-CVE-2020-28014-CVE-2021-27216-Arbitrary-PID-file-cre.patch [new file with mode: 0644]
debian/patches/84_27-testsuite-adjustments-for-CVE-2020-28014-CVE-2021-27.patch [new file with mode: 0644]
debian/patches/84_29-Fix-BDAT-issue-for-body-w-o-trailing-CRLF-again-Bug-.patch [new file with mode: 0644]
debian/patches/series