CVE Vulnerabilities

CVE-2026-45185

Use After Free

Published: May 12, 2026 | Modified: May 28, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
HIGH
root.io logo minimus.io logo echo.ai logo

Exim before 4.99.3, in certain GnuTLS configurations, has a remotely reachable use-after-free in the BDAT body parsing path. It is triggered when a client sends a TLS close_notify mid-body during a CHUNKING transfer, followed by a final cleartext byte on the same TCP connection. This can lead to heap corruption. An unauthenticated network attacker exploiting this vulnerability could execute arbitrary code.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

NameVendorStart VersionEnd Version
EximExim4.97 (including)4.99.3 (excluding)
Exim4Ubuntudevel*
Exim4Ubuntuesm-infra-legacy/trusty*
Exim4Ubuntuesm-infra-legacy/xenial*
Exim4Ubuntuesm-infra/bionic*
Exim4Ubuntuesm-infra/focal*
Exim4Ubuntuesm-infra/xenial*
Exim4Ubuntujammy*
Exim4Ubuntunoble*
Exim4Ubuntuquesting*
Exim4Ubunturesolute*

Potential Mitigations

References