summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:27:14 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:27:14 -0500
commitb018978c278d42c7abf78941251b887c95dfdb07 (patch)
tree5f025bf49fff840df1694d59f3d3fd3e556c206a /CHANGES.md
parentbb640280b68fc570140bb8c1bedad13357b05473 (diff)
downloadcups-b018978c278d42c7abf78941251b887c95dfdb07.tar.gz
CVE-2019-2228: Fix ippSetValueTag validation of default language.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2afa7686a..78ca1f98a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-CHANGES - 2.3.1 - 2019-12-04
+CHANGES - 2.3.1 - 2019-12-13
============================
@@ -6,6 +6,8 @@ Changes in CUPS v2.3.1
----------------------
- Documentation updates (Issue #5661, #5674, #5682)
+- CVE-2019-2228: The `ippSetValuetag` function did not validate the default
+ language value.
- Fixed a crash bug in the web interface (Issue #5621)
- The PPD cache code now looks up page sizes using their dimensions
(Issue #5633)