CVE-2026-5772
Received Received - Intake
Stack Buffer Over-read in wolfSSL MatchDomainName Causes Crash

Publication date: 2026-04-09

Last updated on: 2026-04-29

Assigner: wolfSSL Inc.

Description
A 1-byte stack buffer over-read was identified in the MatchDomainName function (src/internal.c) during wildcard hostname validation when the LEFT_MOST_WILDCARD_ONLY flag is active. If a wildcard * exhausts the entire hostname string, the function reads one byte past the buffer without a bounds check, which could cause a crash.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-09
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2026-04-10
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wolfssl wolfssl to 5.9.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-126 The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a 1-byte stack buffer over-read found in the MatchDomainName function within the source code file src/internal.c. It occurs during the validation of wildcard hostnames when the LEFT_MOST_WILDCARD_ONLY flag is enabled. Specifically, if a wildcard character (*) matches the entire hostname string, the function reads one byte beyond the allocated buffer without checking boundaries, which can lead to a program crash.


How can this vulnerability impact me? :

The primary impact of this vulnerability is that it can cause the affected software to crash due to reading memory beyond the intended buffer. This could lead to denial of service if the software is critical to operations. There is no indication from the provided information that this vulnerability allows for code execution or data leakage.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart