fix: CVE-2026-27447 and regression in unauthenticated print policies (Issue #1557)#27
Merged
Merged
Conversation
|
TAG Bot TAG: 2.4.16-1deepin18 |
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
|
/hold |
hudeng-go
force-pushed
the
fix-CVE-2026-27447-regression
branch
3 times, most recently
from
July 23, 2026 05:54
097f3d3 to
cdde9ac
Compare
Non-local users without a local password entry could not print to unauthenticated queues after the CVE-2026-27447 fix. This patch adds a fallback for case-insensitive username comparison when the user has no local password entry and auth type is CUPSD_AUTH_NONE. Origin: upstream, OpenPrinting/cups@849fba7d7a
hudeng-go
force-pushed
the
fix-CVE-2026-27447-regression
branch
from
July 23, 2026 07:22
cdde9ac to
32d7549
Compare
Contributor
|
/integrate |
|
AutoIntegrationPr Bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
After the fix for CVE-2026-27447, non-local users (without a local password entry) could not print to unauthenticated queues because the code required a valid password entry for all username comparisons. This PR fixes the regression by allowing case-insensitive comparison for non-local users when the authentication type is
CUPSD_AUTH_NONE.Changes
debian/patches/CVE-2026-27447-fix-unauthenticated-print-policies.patch: New patch fixing the regression, applied on top of the existing CVE-2026-27447 fixdebian/patches/series: Added new patch entry afterCVE-2026-27447.patchdebian/changelog: Updated to version 2.4.16-1deepin18