CVE-2026-94419: wolfSSL
- Severity
- 2.3 (LOW)
- Vendor
- WOLFSSL
- Affected versions
- 5.3.0 through 5.9.2
- Patch status
- Unknown
- Published
- 2026-09-27T09:16:36.493
- Modified
- 2026-09-27T09:16:36.493
Why it matters
This matters because the affected product may allow code execution. Prioritize systems that are internet-facing or have privileged access to other infrastructure.
Recommended admin actions
- Review during normal vulnerability triage unless the affected system is internet-facing or business-critical.
- Compare installed versions against the affected version range in the advisory.
- Review logs for suspicious activity related to the affected application or component.
Technical summary
Without NO_SESSION_CACHE_REF, wolfSSL_get_session() does not return a session object but a ClientSession reference of the form {row, index, hash(sessionID)} into the process-global SessionCache, and ClientSessionToSession() validates it against that hash alone. Because the TLS 1.2 session ID is chosen by the server and sent in clear, AddSessionToCache() matches any other server's session on the same ID and overwrites the client-side entry with that server's master secret, cipher suite and version, while the handle continues to resolve; nothing on the write path compares the peer, the application's server ID or the WOLFSSL_CTX. Resuming through the handle then produces an abbreviated handshake in which no Certificate message is sent, so neither chain verification nor wolfSSL_check_domain_name() runs, and the attacker is accepted as the original server for the whole of that connection. Affected builds are those leaving NO_SESSION_CACHE_REF, NO_SESSION_CACHE, NO_CLIENT_CACHE and TITAN_SESSION_CACHE all undefined, which includes a plain ./configure, –enable-opensslextra and –enable-opensslall; fifteen integration options define NO_SESSION_CACHE_REF and are therefore not affected, among them –enable-all, –enable-distro, –enable-curl, –enable-nginx, –enable-haproxy, –enable-stunnel, –enable-wpas and the rest of the OPENSSL_COMPATIBLE_DEFAULTS family, and –enable-leanpsk, –enable-leantls, –enable-lowresource and –enable-tinytls13 disable the cache outright. The application must use the legacy reference flow, wolfSSL_get_session() or SSL_get_session() followed by wolfSSL_set_session(); wolfSSL_get1_session() returns the session object itself and is not affected, nor are wolfSSL_SetServerID() lookups. Only TLS 1.2 and below and DTLS 1.2 and below are reachable, since TLS 1.3 and ticket resumption with an empty ServerHello session ID both use a client-chosen cache key. The poisoned entry lives in the process-global cache, so it crosses WOLFSSL_CTX boundaries and persists until the entry is evicted or the session times out, 500 seconds by default. Releases v5.3.0 through v5.9.2 are affected; the fix adds a per-write generation counter to the cache and raises WOLFSSL_CACHE_VERSION from 2 to 3, so a cache persisted by an older build is rejected by a fixed one.
View the official NVD record for CVE-2026-94419
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-100741 |
hMailServer PATCH
Reporter: CVE
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-100721 |
vm2 PATCH
Reporter: DISCLOSURE
|
9.5
CRITICAL
|
VIEW RECORD |
| CVE-2026-88771 EXPLOITED |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
9.5
CRITICAL
|
VIEW RECORD |
| CVE-2026-88772 EXPLOITED |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
9.5
CRITICAL
|
VIEW RECORD |
| CVE-2026-88773 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-100835 |
contrast PATCH
Reporter: DISCLOSURE
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-100722 |
vm2 PATCH
Reporter: DISCLOSURE
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-101045 |
fleet PATCH
Reporter: DISCLOSURE
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-100846 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88775 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88776 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88777 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88778 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-100847 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100852 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100856 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100864 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100865 |
heym PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100870 |
Sylius PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100871 |
Sylius PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100872 |
Sylius PATCH
Reporter: DISCLOSURE
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-100740 |
DIR-895L
Reporter: CNA
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-100838 |
contrast PATCH
Reporter: DISCLOSURE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-100844 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-100857 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2025-71423 |
contrast PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2025-71425 |
contrast PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100840 |
Product identification pending
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100841 |
MONAI
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100843 |
MONAI PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100845 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100839 |
contrast PATCH
Reporter: DISCLOSURE
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-101060 |
python-utcp PATCH
Reporter: DISCLOSURE
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-100725 |
http4k PATCH
Reporter: DISCLOSURE
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-89102 |
Product identification pending
Reporter: FACTS
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-89136 |
wolfSSL
Reporter: FACTS
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-93302 |
wolfSSL PATCH
Reporter: FACTS
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-101049 |
heym PATCH
Reporter: DISCLOSURE
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-101050 |
heym PATCH
Reporter: DISCLOSURE
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-101043 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-100834 |
http4k PATCH
Reporter: DISCLOSURE
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-100853 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-100869 |
Sylius PATCH
Reporter: DISCLOSURE
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-100833 |
contrast PATCH
Reporter: DISCLOSURE
|
7.6
HIGH
|
VIEW RECORD |
| CVE-2026-100858 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
7.6
HIGH
|
VIEW RECORD |
| CVE-2026-101042 |
parse-server PATCH
Reporter: DISCLOSURE
|
7.4
HIGH
|
VIEW RECORD |
| CVE-2026-72668 |
Kibana
Reporter: SECURITY
|
7.3
HIGH
|
VIEW RECORD |
| CVE-2026-100842 |
Product identification pending
Reporter: DISCLOSURE
|
7.3
HIGH
|
VIEW RECORD |
| CVE-2026-101032 |
navi
Reporter: DISCLOSURE
|
7.3
HIGH
|
VIEW RECORD |
| CVE-2026-100851 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
7.2
HIGH
|
VIEW RECORD |
| CVE-2025-71426 |
contrast PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-100848 |
AzuraCast PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-100849 |
AzuraCast PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-100855 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-100859 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-101044 |
pnpm PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-101058 |
python-utcp PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-101059 |
python-utcp PATCH
Reporter: DISCLOSURE
|
7.1
HIGH
|
VIEW RECORD |
| CVE-2026-97164 |
Event Gallery for Joomla
Reporter: SECURITY
|
7
HIGH
|
VIEW RECORD |
| CVE-2026-88774 |
ADC PATCH
Reporter: 50A63C94-1EA7-4568-8C11-EB79E7C5A2B5
|
7
HIGH
|
VIEW RECORD |
| CVE-2025-71422 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-100723 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-100862 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-100748 |
Event Gallery for Joomla
Reporter: SECURITY
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-101047 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-101056 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.9
MEDIUM
|
VIEW RECORD |
| CVE-2026-100860 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.8
MEDIUM
|
VIEW RECORD |
| CVE-2026-78582 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-82294 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-82300 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-94396 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-94397 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-94398 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-94399 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-94400 |
Product identification pending
Reporter: SECURITY
|
6.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-72662 |
Product identification pending
Reporter: SECURITY
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100724 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100837 |
contrast
Reporter: DISCLOSURE
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-89133 |
Product identification pending
Reporter: FACTS
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-89134 |
Product identification pending
Reporter: FACTS
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-89135 |
Product identification pending
Reporter: FACTS
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-93304 |
wolfSSL
Reporter: FACTS
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-101041 |
vulnerability-lookup
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
6.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100739 |
CloudClassroom-PHP-Project
Reporter: CNA
|
5.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-100744 |
Coolify PATCH
Reporter: CNA
|
5.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-100746 |
Coolify PATCH
Reporter: CNA
|
5.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-100874 |
CloudClassroom-PHP-Project
Reporter: CNA
|
5.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-100875 |
CloudClassroom-PHP-Project
Reporter: CNA
|
5.5
MEDIUM
|
VIEW RECORD |
| CVE-2026-100836 |
Product identification pending
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100854 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100861 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100863 |
Product identification pending
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-97165 |
Event Gallery for Joomla
Reporter: SECURITY
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-100868 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-101033 |
kitchenowl
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2026-101048 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
5.3
MEDIUM
|
VIEW RECORD |
| CVE-2025-71424 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
5.1
MEDIUM
|
VIEW RECORD |
| CVE-2026-100747 |
Event Gallery for Joomla
Reporter: SECURITY
|
5.1
MEDIUM
|
VIEW RECORD |
| CVE-2026-100749 |
Event Gallery for Joomla
Reporter: SECURITY
|
5.1
MEDIUM
|
VIEW RECORD |
| CVE-2026-94408 |
Product identification pending
Reporter: SECURITY
|
4.9
MEDIUM
|
VIEW RECORD |
About the Vulnerability Pulse CVE Feed
The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.
How to Use the CVE Advisory Tracker
Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.
What Is a CVE Advisory?
A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.
CVE Analysis & Writeups
For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.