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(libarchive): CVE-2026-14164 by deepin-ci-robot@deepin-community/libarchive by deepin-community-ci-bot[bot] #13642
Fix CVE-2026-14164: Double free in libarchive RAR5 reader.
Clear filtered_buf and window_buf pointers to NULL after freeing
in init_unpack, preventing access through dangling pointers.
Upstream: libarchive/libarchive@1c914cd
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
libarchive (3.7.4-4+deb13u1deepin2) unstable; urgency=medium
Clear filtered_buf and window_buf pointers to NULL after freeing
in init_unpack, preventing access through dangling pointers.
Upstream: libarchive/libarchive@1c914cd