跳转到帖子

Alpine Linux: CVE-2024-5991: Out-of-bounds Read

recommended_posts

发布于
  • Members

Alpine Linux: CVE-2024-5991: Out-of-bounds Read

Severity
8
CVSS
(AV:N/AC:L/Au:N/C:N/I:N/A:C)
Published
08/27/2024
Created
10/02/2024
Added
10/01/2024
Modified
10/02/2024

Description

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.

Solution(s)

  • alpine-linux-upgrade-wolfssl

References

  • https://attackerkb.com/topics/cve-2024-5991
  • CVE - 2024-5991
  • https://security.alpinelinux.org/vuln/CVE-2024-5991
  • 查看数 692
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。

游客
回帖…