Skip to content

fix(python-kdcproxy): CVE-2025-59088, CVE-2025-59089#2

Open
deepin-ci-robot wants to merge 2 commits intomasterfrom
fix/CVE-2025-59088-multi
Open

fix(python-kdcproxy): CVE-2025-59088, CVE-2025-59089#2
deepin-ci-robot wants to merge 2 commits intomasterfrom
fix/CVE-2025-59088-multi

Conversation

@deepin-ci-robot
Copy link
Copy Markdown

Security Update

This PR fixes two security vulnerabilities in python-kdcproxy:

CVE-2025-59089: Fix DoS vulnerability based on unbounded TCP buffering

In Application.__handle_recv(), the next part of the TCP exchange is received and queued to the io.BytesIO stream. This update fixes:

  • Interrupt receiving message after exceeding maximum length
  • Only export buffer content once receiving process has ended

Upstream: latchset/kdcproxy@c767536

CVE-2025-59088: Unauthenticated SSRF via Realm-Controlled DNS

Allowing DNS discovery for any requested realm created a server-side request forgery vulnerability. This update:

  • Makes use_dns apply only to realms declared in configuration
  • Adds wildcard support for realm section names
  • Adds dns_realm_discovery parameter for unsafe behavior

Upstream: latchset/kdcproxy@1773f28



Generated by AI

deepin-ci-robot and others added 2 commits May 7, 2026 20:52
Fix DoS vulnerability based on unbounded TCP buffering.

In Application.__handle_recv(), the next part of the TCP exchange is
received and queued to the io.BytesIO stream. This update fixes:
- Interrupt receiving message after exceeding maximum length
- Only export buffer content once receiving process has ended

Upstream: latchset/kdcproxy@c767536
Generated-By: glm-5.1
Co-Authored-By: hudeng <hudeng@deepin.org>
Unauthenticated SSRF via Realm-Controlled DNS.

Allowing DNS discovery for any requested realm created a server-side
request forgery vulnerability. This update:
- Makes use_dns apply only to realms declared in configuration
- Adds wildcard support for realm section names
- Adds dns_realm_discovery parameter for unsafe behavior

Upstream: latchset/kdcproxy@1773f28
Generated-By: glm-5.1
Co-Authored-By: hudeng <hudeng@deepin.org>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

TAG Bot

TAG: 1.0.0-1deepin2
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link
Copy Markdown
Author

[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 assign qaqland for approval. 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

@hudeng-go
Copy link
Copy Markdown

/integrate

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

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

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.

2 participants