Skip to content

fix: CVE-2026-27447 and regression in unauthenticated print policies (Issue #1557)#27

Merged
Zeno-sole merged 1 commit into
masterfrom
fix-CVE-2026-27447-regression
Jul 23, 2026
Merged

fix: CVE-2026-27447 and regression in unauthenticated print policies (Issue #1557)#27
Zeno-sole merged 1 commit into
masterfrom
fix-CVE-2026-27447-regression

Conversation

@hudeng-go

@hudeng-go hudeng-go commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

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 fix
  • debian/patches/series: Added new patch entry after CVE-2026-27447.patch
  • debian/changelog: Updated to version 2.4.16-1deepin18

@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown

TAG Bot

TAG: 2.4.16-1deepin18
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
deepin-ci-robot requested a review from myml July 23, 2026 03:17
@deepin-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from hudeng-go. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-ci-robot

Copy link
Copy Markdown
Contributor

/hold
因为该quilt包的上游版本号变更,详情见: deepin-community/infra-settings#134

@hudeng-go
hudeng-go force-pushed the fix-CVE-2026-27447-regression branch 3 times, most recently from 097f3d3 to cdde9ac Compare July 23, 2026 05:54
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
hudeng-go force-pushed the fix-CVE-2026-27447-regression branch from cdde9ac to 32d7549 Compare July 23, 2026 07:22
@Zeno-sole

Copy link
Copy Markdown
Contributor

/integrate

@github-actions

Copy link
Copy Markdown

AutoIntegrationPr Bot
auto integrate with pr url: deepin-community/Repository-Integration#4386
PrNumber: 4386
PrBranch: auto-integration-29988651217

@Zeno-sole
Zeno-sole merged commit d25d55c into master Jul 23, 2026
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants