Lucene search

K
freebsdFreeBSDD22B336D-0567-11EC-B69D-4062311215D5
HistoryAug 24, 2021 - 12:00 a.m.

FreeBSD -- libfetch out of bounds read

2021-08-2400:00:00
vuxml.freebsd.org
17

0.004 Low

EPSS

Percentile

73.2%

Problem Description:
The passive mode in FTP communication allows an out of boundary read while
libfetch uses strtol 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 *p == ‘\0’ one byte too late because p++ was already
performed.
Impact:
The connection buffer size can be controlled by a malicious FTP server
because the size is increased until a newline is encountered (or no more
characters are read). This also allows to move the buffer into more
interesting areas within the address space, potentially parsing relevant
numbers for the attacker. Since these bytes become available to the server
in form of a new TCP connection to a constructed port number or even part of
the IPv6 address this is a potential information leak.

OSVersionArchitecturePackageVersionFilename
FreeBSDanynoarchfreebsd= 13.0UNKNOWN
FreeBSDanynoarchfreebsd< 13.0_4UNKNOWN

0.004 Low

EPSS

Percentile

73.2%