Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
python-kdcproxy (1.0.0-1deepin2) unstable; urgency=medium

* Fix CVE-2025-59088: Unauthenticated SSRF via Realm-Controlled DNS.
Allowing DNS discovery for any requested realm created a SSRF
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:
https://github.com/latchset/kdcproxy/commit/1773f28eeea72ec6efcd433d
3b66595c44d1253f

-- deepin-ci-robot <packages@deepin.org> Thu, 07 May 2026 20:53:10 +0800

python-kdcproxy (1.0.0-1deepin1) unstable; urgency=medium

* Fix 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:
https://github.com/latchset/kdcproxy/commit/c7675365aa20be11f0324796
6336c7613cac84e1

-- deepin-ci-robot <packages@deepin.org> Thu, 07 May 2026 20:52:40 +0800

python-kdcproxy (1.0.0-1) unstable; urgency=medium

* New upstream release.
Expand Down
Loading
Loading