
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-3547 is an out-of-bounds read vulnerability in wolfSSL's ALPN (Application Layer Protocol Negotiation) parsing logic caused by incomplete validation. It affects wolfSSL versions 5.8.4 and earlier (all versions before 5.9.0) when built with ALPN support enabled (HAVE_ALPN / --enable-alpn). A crafted ALPN protocol list can trigger the out-of-bounds read, potentially crashing the affected process. The vulnerability was published on March 19, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (Feedly, GitHub PR).
The root cause is an incorrect loop exit condition in wolfSSL's ALPN parsing code (CWE-125: Out-of-bounds Read). Specifically, the loop variable s — which includes an offset — was incorrectly compared against size (the remaining buffer length after the offset) rather than length (the total buffer length), allowing the loop to read beyond the allocated buffer boundary (GitHub PR). An unauthenticated remote attacker can exploit this by sending a specially crafted ALPN protocol list during a TLS handshake. ALPN is disabled by default in wolfSSL but is automatically enabled when building with third-party compatibility flags: enable-apachehttpd, enable-bind, enable-curl, enable-haproxy, enable-hitch, enable-lighty, enable-jni, enable-nginx, and enable-quic (Feedly).
Successful exploitation causes an out-of-bounds memory read that leads to a process crash, resulting in a denial of service (DoS) for any application or service relying on wolfSSL with ALPN enabled. The impact is limited to availability — there is no confidentiality or integrity impact, as the vulnerability does not enable code execution or data exfiltration. Services such as NGINX, HAProxy, Apache HTTPD, curl-based applications, and QUIC implementations built against a vulnerable wolfSSL version are at risk of service disruption (Feedly).
s against size instead of length, causing a memory access violation.Upgrade wolfSSL to version 5.9.0 or later, which contains the fix for the incorrect loop exit condition (GitHub PR). If immediate patching is not feasible, disable ALPN support by removing the relevant build flags (--enable-alpn, HAVE_ALPN) and rebuilding, or by avoiding the third-party compatibility build options that implicitly enable ALPN (enable-apachehttpd, enable-bind, enable-curl, enable-haproxy, enable-hitch, enable-lighty, enable-jni, enable-nginx, enable-quic). Assess which ALPN-enabling integrations are strictly necessary in your environment and disable any that are not (Feedly).
The vulnerability received routine coverage across CVE aggregation platforms and security feeds shortly after disclosure on March 19, 2026, including mentions on Mastodon and Bluesky (Feedly). A technical write-up was published by Infinitsec covering the DoS impact and affected configurations. No significant vendor statements beyond the patch PR or notable researcher commentary have been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."