← Back

Rabbitmq C Project

rabbitmq-c_project

2 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Rabbitmq C
rabbitmq-c

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Rabbitmq C Project
1Rabbitmq C
Jun 17, 2026
Jun 16, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to loca...Show more
An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to local attackers by listing a process and its arguments.Show less
4Canonical
DebianFedoraproject+1 more
4Debian Linux
FedoraRabbitmq C+1 more
Jun 17, 2026
Dec 1, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 re...Show more
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.Show less