๐Ÿ” CVE Alert

CVE-2026-10098

UNKNOWN 0.0

OCSP CertID serial-number length-confusion in wolfSSL_OCSP_resp_find_status

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

OCSP CertID serial-number length-confusion in wolfSSL_OCSP_resp_find_status allows a same-issuer SingleResponse whose serial is a prefix of the target serial to be reported as the revocation status of a different certificate. The lookup compared serial-number bytes without first requiring the two serial numbers to be of equal length, so a SingleResponse for one certificate (same issuer) whose serial is a prefix of the target's serial would match, returning the wrong certificate's status. The fix requires the serial lengths to be equal before comparing the serial bytes.

CWE CWE-295
Vendor wolfssl
Product wolfssl
Published Jun 25, 2026
Stay Ahead of the Next One

Get instant alerts for wolfssl wolfssl

Be the first to know when new unknown vulnerabilities affecting wolfssl wolfssl are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

wolfSSL / wolfSSL
4.6.0 โ‰ค 5.9.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/wolfSSL/wolfssl/pull/10554 wolfssl.com: https://www.wolfssl.com/docs/security-vulnerabilities/

Credits

Kim Youngjoon (Team-Atlanta and Georgia Institute of Technology)