Skip to content
Merged
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
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libxml2 (2.12.7+dfsg+really2.9.14-2.1+deb13u3deepin1) unstable; urgency=medium

* Fix CVE-2026-6653: entity amplification check rework
- Rework entity amplification check to fix billion-laughs attack
- Limit document size after entity substitution to 10x before
expansion
- Add saturation arithmetic to prevent 32-bit integer overflow
- Enable entity amplification check even when XML_PARSE_HUGE is set

-- lichenggang <lichenggang@deepin.org> Fri, 26 Jun 2026 22:29:41 +0800

libxml2 (2.12.7+dfsg+really2.9.14-2.1+deb13u3) trixie; urgency=high

* Non-maintainer upload.
Expand Down
Loading
Loading