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.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
Configuration 4 (hide)
|
History
No history.
Information
Published : 2019-12-01 22:15
Updated : 2024-11-21 04:33
NVD link : CVE-2019-18609
Mitre link : CVE-2019-18609
CVE.ORG link : CVE-2019-18609
JSON object : View
Products Affected
debian
- debian_linux
fedoraproject
- fedora
canonical
- ubuntu_linux
rabbitmq-c_project
- rabbitmq-c
CWE
CWE-787
Out-of-bounds Write