You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] fix: CVE-2026-8829 heap-use-after-free in _decode_entities by hudeng-go@deepin-community/libhtml-parser-perl by deepin-community-ci-bot[bot] #13427
Fix CVE-2026-8829: heap-use-after-free in _decode_entities
When the input SV passed to _decode_entities is the same SV stored as a
self-referential value in the entity hash, grow_gap() could realloc the
SV's PV buffer, leaving repl pointing at freed memory. Copy the entity
value into an owned buffer when the hash entry SV aliases the input SV.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
libhtml-parser-perl (3.76-1deepin1) unstable; urgency=medium
When the input SV passed to _decode_entities is the same SV stored as a
self-referential value in the entity hash, grow_gap() could realloc the
SV's PV buffer, leaving repl pointing at freed memory. Copy the entity
value into an owned buffer when the hash entry SV aliases the input SV.