๐Ÿ” CVE Alert

CVE-2026-44235

MEDIUM 6.5

rabbitmq-c: size_t underflow in AMQP frame length computation leads to out-of-bounds read

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

rabbitmq-c is a C-language AMQP client library for RabbitMQ. Prior to 0.16.0, a malicious AMQP server can send an undersized HEADER or METHOD frame during client login and cause unsigned size_t underflow in amqp_handle_input() in librabbitmq/amqp_connection.c. The parser subtracts HEADER_SIZE, fixed per-frame fields, and FOOTER_SIZE from state->target_size without first checking the minimum frame length. The wrapped encoded.len value is passed through amqp_decode_properties() to amqp_decode_table_internal(), where it defeats bounds checks and causes an out-of-bounds read and process crash. An on-path attacker can also trigger the issue when AMQP traffic is not protected by TLS with certificate validation. The demonstrated impact is denial of service, with no reliable memory disclosure or code execution shown. This issue is fixed in version 0.16.0.

CWE CWE-125 CWE-191
Vendor alanxz
Product rabbitmq-c
Published Sep 17, 2026
Last Updated Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for alanxz rabbitmq-c

Be the first to know when new medium vulnerabilities affecting alanxz rabbitmq-c are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

alanxz / rabbitmq-c
< 0.16.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/alanxz/rabbitmq-c/security/advisories/GHSA-9mmv-r8g3-qp46 github.com: https://github.com/alanxz/rabbitmq-c/pull/878 github.com: https://github.com/alanxz/rabbitmq-c/commit/1d3afbb056fee5cc9ea05680bf32288715d0d802 github.com: https://github.com/alanxz/rabbitmq-c/releases/tag/v0.16.0