Vulnerability Description
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.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Freebsd | Libfetch | < 2021-07-26 |
Related Weaknesses (CWE)
References
- https://github.com/freebsd/freebsd-src/commits/main/lib/libfetchPatchThird Party Advisory
- https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10749ExploitThird Party Advisory
- https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b
- https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b
- https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c2
- https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c2
- https://github.com/freebsd/freebsd-src/commits/main/lib/libfetchPatchThird Party Advisory
- https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10749ExploitThird Party Advisory
- https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b
- https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b
- https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c2
- https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c2
FAQ
What is CVE-2021-36159?
CVE-2021-36159 is a vulnerability with a CVSS score of 9.1 (CRITICAL). 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 ...
How severe is CVE-2021-36159?
CVE-2021-36159 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2021-36159?
Check the references section above for vendor advisories and patch information. Affected products include: Freebsd Libfetch.