๐Ÿ” CVE Alert

CVE-2026-44236

HIGH 7.1

rabbitmq-c: Heap buffer overflow in AMQP login handshake via undersized connection.tune.frame_max

CVSS Score
7.1
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 connection.tune.frame_max value during amqp_login(), and rabbitmq-c accepts the value in amqp_login_inner() in librabbitmq/amqp_socket.c. amqp_tune_connection() in librabbitmq/amqp_connection.c uses frame_max to reallocate the outbound buffer without enforcing AMQP_FRAME_MIN_SIZE. Immediate serialization of connection.tune-ok through amqp_frame_to_bytes() writes beyond the undersized heap allocation, causing memory corruption and likely denial of service. An on-path attacker can also trigger the flaw against plaintext AMQP traffic. Code execution is theoretically possible but was not demonstrated. This issue is fixed in version 0.16.0.

CWE CWE-122
Vendor alanxz
Product rabbitmq-c
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for alanxz rabbitmq-c

Be the first to know when new high 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:L/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
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-jh48-qjf5-fx5v github.com: https://github.com/alanxz/rabbitmq-c/pull/879 github.com: https://github.com/alanxz/rabbitmq-c/commit/4777d0b5c58cb02966a04a85832436bd66ed5d1f github.com: https://github.com/alanxz/rabbitmq-c/releases/tag/v0.16.0