CVE & CISA-KEV Catalog

CVE-2026-44235

MEDIUM
6.5
CVSS v3
NVD

Description

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.

How to fix

Remediation Available
librabbitmqDebian
Fixed in:0.11.0-1+deb12u2CVE-2026-44235
Fixed in:0.15.0-1+deb13u1CVE-2026-44235
Fixed in:0.16.0-1CVE-2026-44235
amqp-toolsUbuntu
Fixed in:0.4.1-1ubuntu0.1~esm2USN-8724-1

This Ubuntu release reached end-of-life on 2019-04-02.

Fixed in:0.7.1-1ubuntu0.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2021-04-02.

Fixed in:0.8.0-1ubuntu0.18.04.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2023-05-31. Extended security maintenance is available until 2028-04-01.

Fixed in:0.10.0-1ubuntu0.20.04.1~esm1USN-8724-1

This Ubuntu release reached end-of-life on 2025-05-31. Extended security maintenance is available until 2030-04-02.

Fixed in:0.10.0-1ubuntu2.2USN-8724-1
Fixed in:0.10.0-1ubuntu2.1USN-8437-1
Fixed in:0.11.0-1ubuntu0.2USN-8724-1
Fixed in:0.11.0-1ubuntu0.1USN-8437-1
librabbitmqUbuntu
Fixed in:0.4.1-1ubuntu0.1~esm2USN-8724-1

This Ubuntu release reached end-of-life on 2019-04-02.

Fixed in:0.7.1-1ubuntu0.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2021-04-02.

Fixed in:0.8.0-1ubuntu0.18.04.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2023-05-31. Extended security maintenance is available until 2028-04-01.

Fixed in:0.10.0-1ubuntu0.20.04.1~esm1USN-8724-1

This Ubuntu release reached end-of-life on 2025-05-31. Extended security maintenance is available until 2030-04-02.

Fixed in:0.10.0-1ubuntu2.2USN-8724-1
Fixed in:0.10.0-1ubuntu2.1USN-8437-1
Fixed in:0.11.0-1ubuntu0.2USN-8724-1
Fixed in:0.11.0-1ubuntu0.1USN-8437-1
librabbitmq-devUbuntu
Fixed in:0.4.1-1ubuntu0.1~esm2USN-8724-1

This Ubuntu release reached end-of-life on 2019-04-02.

Fixed in:0.7.1-1ubuntu0.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2021-04-02.

Fixed in:0.8.0-1ubuntu0.18.04.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2023-05-31. Extended security maintenance is available until 2028-04-01.

Fixed in:0.10.0-1ubuntu0.20.04.1~esm1USN-8724-1

This Ubuntu release reached end-of-life on 2025-05-31. Extended security maintenance is available until 2030-04-02.

Fixed in:0.10.0-1ubuntu2.2USN-8724-1
Fixed in:0.11.0-1ubuntu0.2USN-8724-1
librabbitmq1Ubuntu
Fixed in:0.4.1-1ubuntu0.1~esm2USN-8724-1

This Ubuntu release reached end-of-life on 2019-04-02.

librabbitmq4Ubuntu
Fixed in:0.7.1-1ubuntu0.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2021-04-02.

Fixed in:0.8.0-1ubuntu0.18.04.2+esm1USN-8724-1

This Ubuntu release reached end-of-life on 2023-05-31. Extended security maintenance is available until 2028-04-01.

Fixed in:0.10.0-1ubuntu0.20.04.1~esm1USN-8724-1

This Ubuntu release reached end-of-life on 2025-05-31. Extended security maintenance is available until 2030-04-02.

Fixed in:0.10.0-1ubuntu2.1USN-8437-1
Fixed in:0.10.0-1ubuntu2.2USN-8724-1
Fixed in:0.11.0-1ubuntu0.1USN-8437-1
Fixed in:0.11.0-1ubuntu0.2USN-8724-1
Fixed in:0.15.0-1ubuntu0.25.10.1USN-8437-1

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionRequired
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Exploit Intelligence

EPSS data unavailable for this CVE.

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEV + RansomFix
CVE-2020-8794Critical9.889%-Fix
CVE-2023-21769High7.589%-Fix
CVE-2023-49285High8.688%-Fix

Common questions

How do I fix CVE-2026-44235?

Published advisories record a fix for 6 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

How severe is CVE-2026-44235?

CVE-2026-44235 has a CVSS v3 base score of 6.5, rated medium. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-44235 affect?

Published advisories record a fix for librabbitmq (Debian), amqp-tools (Ubuntu), librabbitmq (Ubuntu), librabbitmq-dev (Ubuntu), and 2 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-44235
CVE-2026-44235 severity badge

Markdown

[![CVE-2026-44235](https://tridentstack.com/cve/badge/CVE-2026-44235.svg)](https://tridentstack.com/cve/CVE-2026-44235)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-44235"><img src="https://tridentstack.com/cve/badge/CVE-2026-44235.svg" alt="CVE-2026-44235"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-17.