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): CVE-2026-44235 and CVE-2026-44236 security fixes by deepin-ci-robot@deepin-community/librabbitmq by deepin-community-ci-bot[bot] #13706
Fix CVE-2026-44236: Clamp frame_max to AMQP_FRAME_MIN_SIZE to prevent
heap buffer overflow during AMQP login handshake when server negotiates
a frame_max below protocol minimum.
Fix CVE-2026-44235: Add target_size validation in amqp_handle_input to
prevent size_t underflow in AMQP frame length computation that leads
to out-of-bounds read.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
librabbitmq (0.11.0-1deepin1) UNRELEASED; urgency=medium
heap buffer overflow during AMQP login handshake when server negotiates
a frame_max below protocol minimum.
prevent size_t underflow in AMQP frame length computation that leads
to out-of-bounds read.