DescriptionGuilherme de Almeida Suckevicz
2019-12-26 18:38:54 UTC
An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.
Reference and upstream commit:
https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a
Comment 1Guilherme de Almeida Suckevicz
2019-12-26 18:39:09 UTC
Created librabbitmq tracking bugs for this issue:
Affects: epel-6 [bug 1786647]