File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ CHANGES - OpenPrinting CUPS
22===========================
33
44
5- Changes in CUPS v2.4.15 (YYYY-MM-DD )
5+ Changes in CUPS v2.4.15 (2025-11-27 )
66------------------------------------
77
8+ - Fix various cupsd issues which cause local DoS (CVE-2025 -61915)
9+ - Fix unresponsive cupsd process caused by slow client (CVE-2025 -58436)
810- Fixed potential crash in ` cups-driverd ` when there are duplicate PPDs
911 (Issue #1355 )
1012- Fixed error recovery when scanning for PPDs in ` cups-driverd ` (Issue #1416 )
Original file line number Diff line number Diff line change 1- OpenPrinting CUPS v2.4.14
1+ OpenPrinting CUPS v2.4.15
22=========================
33
44![ Version] ( https://img.shields.io/github/v/release/openprinting/cups?include_prereleases )
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ extern "C" {
4343 * Constants...
4444 */
4545
46- # define CUPS_VERSION 2.0414
46+ # define CUPS_VERSION 2.0415
4747# define CUPS_VERSION_MAJOR 2
4848# define CUPS_VERSION_MINOR 4
49- # define CUPS_VERSION_PATCH 14
49+ # define CUPS_VERSION_PATCH 15
5050
5151# define CUPS_BC_FD 3
5252 /* Back-channel file descriptor for
You can’t perform that action at this time.
0 commit comments