CVE Vulnerabilities

CVE-2020-9273

Use After Free

Published: Feb 20, 2020 | Modified: Nov 21, 2024
CVSS 3.x
8.8
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
9 HIGH
AV:N/AC:L/Au:S/C:C/I:C/A:C
RedHat/V2
RedHat/V3
Ubuntu
MEDIUM

In ProFTPD 1.3.7, it is possible to corrupt the memory pool by interrupting the data transfer channel. This triggers a use-after-free in alloc_pool in pool.c, and possible remote code execution.

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

Name Vendor Start Version End Version
Proftpd Proftpd 1.3.7 (including) 1.3.7 (including)
Proftpd-dfsg Ubuntu bionic *
Proftpd-dfsg Ubuntu eoan *
Proftpd-dfsg Ubuntu esm-apps/bionic *
Proftpd-dfsg Ubuntu esm-apps/xenial *
Proftpd-dfsg Ubuntu trusty *
Proftpd-dfsg Ubuntu upstream *
Proftpd-dfsg Ubuntu xenial *

Potential Mitigations

References