summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-02-10 12:15:27 -0500
committerThomas Markwalder <tmark@isc.org>2018-02-10 12:15:27 -0500
commitc5931725b48b121d232df4ba9e45bc41e0ba114d (patch)
tree9ac2c7b9ea4613d5f9e66075ccd973523a23ccb8 /RELNOTES
parent197b26f25309f947b97a83b8fdfc414b767798f8 (diff)
downloadisc-dhcp-c5931725b48b121d232df4ba9e45bc41e0ba114d.tar.gz
[master] Correct buffer overrun in pretty_print_option
Merges in rt47139.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index e8d2a5c7..1e203677 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -101,7 +101,13 @@ by Eric Young (eay@cryptsoft.com).
when parsing buffer for options. Reported by Felix Wilhelm, Google
Security Team.
[ISC-Bugs #47140]
- CVE: CVE-2018-xxxx
+ CVE: CVE-2018-5733
+
+! Corrected an issue where large sized 'X/x' format options were causing
+ option handling logic to overwrite memory when expanding them to human
+ readable form. Reported by Felix Wilhelm, Google Security Team.
+ [ISC-Bugs #47139]
+ CVE: CVE-2018-5732
Changes since 4.4.0b1 (New Features)