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 '\0' terminator one byte too late.
References
Configurations
History
21 Nov 2024, 06:13
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/freebsd/freebsd-src/commits/main/lib/libfetch - Patch, Third Party Advisory | |
References | () https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10749 - Exploit, Third Party Advisory | |
References | () https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc%40%3Cdev.kafka.apache.org%3E - | |
References | () https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc%40%3Cusers.kafka.apache.org%3E - | |
References | () https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7%40%3Cdev.kafka.apache.org%3E - | |
References | () https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7%40%3Cusers.kafka.apache.org%3E - |
18 Oct 2021, 12:19
Type | Values Removed | Values Added |
---|---|---|
References | (MLIST) https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E - Mailing List, Third Party Advisory | |
References | (MLIST) https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E - Mailing List, Third Party Advisory | |
References | (MLIST) https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E - Mailing List, Third Party Advisory | |
References | (MLIST) https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E - Mailing List, Third Party Advisory |
02 Sep 2021, 04:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
31 Aug 2021, 22:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
12 Aug 2021, 15:03
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:freebsd:libfetch:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : 6.4
v3 : 9.1 |
CWE | CWE-125 | |
References | (MISC) https://github.com/freebsd/freebsd-src/commits/main/lib/libfetch - Patch, Third Party Advisory | |
References | (MISC) https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10749 - Exploit, Third Party Advisory |
03 Aug 2021, 14:58
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-08-03 14:15
Updated : 2024-11-21 06:13
NVD link : CVE-2021-36159
Mitre link : CVE-2021-36159
CVE.ORG link : CVE-2021-36159
JSON object : View
Products Affected
freebsd
- libfetch
CWE
CWE-125
Out-of-bounds Read