summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-08-15 14:06:47 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-08-15 14:06:47 -0400
commit2c030c7a06e0c2b8227c7e85f5c58dfb339731d0 (patch)
tree87e6adc4798757791b2782935ad5f06132283456 /CHANGES.md
parentd784ca2f837b6c221d97ec0850b7020d13db75a5 (diff)
downloadcups-2c030c7a06e0c2b8227c7e85f5c58dfb339731d0.tar.gz
Multiple security/disclosure issues:
- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows (rdar://51685251) - Fixed IPP buffer overflow (rdar://50035411) - Fixed memory disclosure issue in the scheduler (rdar://51373853) - Fixed DoS issues in the scheduler (rdar://51373929)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8c7bfb0cd..ffd236f90 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,6 +5,7 @@ CHANGES - 2.3.0 - 2019-08-07
Changes in CUPS v2.3.0
----------------------
+- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows (rdar://51685251)
- Documentation updates (Issue #5604)
- Fixed a bug in the scheduler job cleanup code (Issue #5588)
- Fixed builds when there is no TLS library (Issue #5590)
@@ -28,6 +29,9 @@ Changes in CUPS v2.3.0
- Fixed some PPD parser issues (Issue #5623, Issue #5624)
- The IPP parser no longer allows invalid member attributes in collections
(Issue #5630)
+- Fixed IPP buffer overflow (rdar://50035411)
+- Fixed memory disclosure issue in the scheduler (rdar://51373853)
+- Fixed DoS issues in the scheduler (rdar://51373929)
- Fixed an issue with unsupported "sides" values in the IPP backend
(rdar://51775322)
- The scheduler would restart continuously when idle and printers were not
@@ -37,6 +41,8 @@ Changes in CUPS v2.3.0
- Fixed a memory leak in `ppdOpen`.
+
+
Changes in CUPS v2.3rc1
-----------------------