From a0c8b9c9556882f00c68b9727a95a1b6d1452913 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 14 Sep 2023 09:16:45 +0000 Subject: [PATCH] Require authentication for CUPS-Get-Document. CVE: CVE-2023-32360 Upstream-Status: Backport [https://github.com/OpenPrinting/cups/commit/a0c8b9c9556882f00c68b9727a95a1b6d1452913] Signed-off-by: Yogita Urade --- conf/cupsd.conf.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in index b258849..08f5070 100644 --- a/conf/cupsd.conf.in +++ b/conf/cupsd.conf.in @@ -68,7 +68,13 @@ IdleExitTimeout @EXIT_TIMEOUT@ Order deny,allow - + + Require user @OWNER @SYSTEM + Order deny,allow + + + + AuthType Defaul Require user @OWNER @SYSTEM Order deny,allow -- 2.35.5