CVE-2021-36159

libfetch before 2021-07-26, as used in apk-tools, xbps, and other products, mishandles numeric strings for the FTP and HTTP protocols. The FTP passive mode implementation allows an out-of-bounds read because strtol is used to parse the relevant numbers into address bytes. It does not check if the line ends prematurely. If it does, the for-loop condition checks for the '' terminator one byte too late.
Configurations

Configuration 1

cpe:2.3:a:freebsd:libfetch:*:*:*:*:*:*:*:*

Information

Published : 2021-08-03 02:15

Updated : 2021-10-18 12:19


NVD link : CVE-2021-36159

Mitre link : CVE-2021-36159

Products Affected
No products.
CWE
CWE-125

Out-of-bounds Read