CVE-2026-44235

Source
https://cve.org/CVERecord?id=CVE-2026-44235
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44235.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-44235
Aliases
  • GHSA-9mmv-r8g3-qp46
Downstream
Published
2026-09-17T17:09:48Z
Modified
2026-09-18T03:46:38Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
rabbitmq-c: size_t underflow in AMQP frame length computation leads to out-of-bounds read
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-125",
        "CWE-191"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44235.json"
}
References

Affected packages

Git / github.com/alanxz/rabbitmq-c

Affected ranges

Type
GIT
Repo
https://github.com/alanxz/rabbitmq-c
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.16.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

0.*
0.2
librabbitmq-0.*
librabbitmq-0.1-amqp_0_8
rabbitmq-c-v0.*
rabbitmq-c-v0.3.0
v0.*
v0.1
v0.10.0
v0.11.0
v0.12.0
v0.13.0
v0.14.0
v0.15.0
v0.2
v0.3.0
v0.4.0
v0.4.0-test
v0.5.0
v0.5.1
v0.5.2
v0.6.0
v0.7.0
v0.7.1
v0.8.0
v0.9.0-master

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44235.json"