diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-09 21:48:09 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-09 23:28:55 +0100 |
commit | 86d36ef502a1bc2a11e0535eeb115e761d9f3515 (patch) | |
tree | cab2c7e3433bc5e6cc20ebd8354af43455b6a076 /ChangeLog.txt | |
parent | 75fbe2b8aac2aab05665c458fe744855f4e55533 (diff) | |
download | current-86d36ef502a1bc2a11e0535eeb115e761d9f3515.tar.gz current-86d36ef502a1bc2a11e0535eeb115e761d9f3515.tar.xz |
Fri Feb 9 21:48:09 UTC 202420240209214809
l/libhandy-1.8.3-x86_64-1.txz: Upgraded.
xap/xpdf-4.05-x86_64-1.txz: Upgraded.
This update fixes security issues:
Fixed a bug in the ICCBased color space parser that was allowing the number
of components to be zero. Thanks to huckleberry for the bug report.
Fixed a bug in the ICCBased color space parser that was allowing the number
of components to be zero. Thanks to huckleberry for the bug report.
Added checks for PDF object loops in AcroForm::scanField(),
Catalog::readPageLabelTree2(), and Catalog::readEmbeddedFileTree().
The zero-width character problem can also happen if the page size is very
large -- that needs to be limited too, the same way as character position
coordinates. Thanks to jlinliu for the bug report.
Add some missing bounds check code in DCTStream. Thanks to Jiahao Liu for
the bug report.
Fix a deadlock when an object stream's length field is contained in another
object stream. Thanks to Jiahao Liu for the bug report.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-2662
https://www.cve.org/CVERecord?id=CVE-2023-2662
https://www.cve.org/CVERecord?id=CVE-2018-7453
https://www.cve.org/CVERecord?id=CVE-2018-16369
https://www.cve.org/CVERecord?id=CVE-2022-36561
https://www.cve.org/CVERecord?id=CVE-2022-41844
https://www.cve.org/CVERecord?id=CVE-2023-2663
https://www.cve.org/CVERecord?id=CVE-2023-2664
https://www.cve.org/CVERecord?id=CVE-2023-3044
https://www.cve.org/CVERecord?id=CVE-2023-3436
(* Security fix *)
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index fa4aed52a..ecfeda000 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,33 @@ +Fri Feb 9 21:48:09 UTC 2024 +l/libhandy-1.8.3-x86_64-1.txz: Upgraded. +xap/xpdf-4.05-x86_64-1.txz: Upgraded. + This update fixes security issues: + Fixed a bug in the ICCBased color space parser that was allowing the number + of components to be zero. Thanks to huckleberry for the bug report. + Fixed a bug in the ICCBased color space parser that was allowing the number + of components to be zero. Thanks to huckleberry for the bug report. + Added checks for PDF object loops in AcroForm::scanField(), + Catalog::readPageLabelTree2(), and Catalog::readEmbeddedFileTree(). + The zero-width character problem can also happen if the page size is very + large -- that needs to be limited too, the same way as character position + coordinates. Thanks to jlinliu for the bug report. + Add some missing bounds check code in DCTStream. Thanks to Jiahao Liu for + the bug report. + Fix a deadlock when an object stream's length field is contained in another + object stream. Thanks to Jiahao Liu for the bug report. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2023-2662 + https://www.cve.org/CVERecord?id=CVE-2023-2662 + https://www.cve.org/CVERecord?id=CVE-2018-7453 + https://www.cve.org/CVERecord?id=CVE-2018-16369 + https://www.cve.org/CVERecord?id=CVE-2022-36561 + https://www.cve.org/CVERecord?id=CVE-2022-41844 + https://www.cve.org/CVERecord?id=CVE-2023-2663 + https://www.cve.org/CVERecord?id=CVE-2023-2664 + https://www.cve.org/CVERecord?id=CVE-2023-3044 + https://www.cve.org/CVERecord?id=CVE-2023-3436 + (* Security fix *) ++--------------------------+ Thu Feb 8 22:17:18 UTC 2024 a/kernel-firmware-20240208_fbef4d3-noarch-1.txz: Upgraded. a/kernel-generic-6.6.16-x86_64-1.txz: Upgraded. |