In function MatchDomainName(), input param str is treated...
Critical severity
Unreviewed
Published
Aug 27, 2024
to the GitHub Advisory Database
•
Updated Sep 7, 2024
Description
Published by the National Vulnerability Database
Aug 27, 2024
Published to the GitHub Advisory Database
Aug 27, 2024
Last updated
Sep 7, 2024
In function MatchDomainName(), input param str is treated as a NULL terminated string despite being user provided and unchecked. Specifically, the function X509_check_host() takes in a pointer and length to check against, with no requirements that it be NULL terminated. If a caller was attempting to do a name check on a non-NULL terminated buffer, the code would read beyond the bounds of the input array until it found a NULL terminator.This issue affects wolfSSL: through 5.7.0.
References