Description
wolfProvider before 1.2.2 generates the 8-byte explicit AES-GCM nonce once when the TLS write key is set and never increments it per record. As a result every TLS 1.2 and DTLS 1.2 AES-GCM record within a connection is encrypted under an identical key and nonce pair. Reusing a GCM key and nonce discloses the keystream (the XOR of two ciphertexts equals the XOR of their plaintexts, so one known record recovers the others) and leaks the GHASH authentication key, enabling authentication tag forgery. AES-CCM, TLS 1.3, and non-TLS use of the cipher are not affected.
Published: 2026-08-28
Score: 7.4 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in wolfProvider causes the 8‑byte explicit AES‑GCM nonce to be generated once when the TLS write key is set and never incremented for subsequent records. This means every TLS 1.2 or DTLS 1.2 AES‑GCM packet within a session is encrypted with the same key‑nonce pair, violating GCM security requirements and exposing the keystream. An attacker who observes two ciphertexts from the same connection can recover the plaintexts and forge authentication tags, compromising confidentiality and integrity of all data transmitted in that session.

Affected Systems

wolfSSL Inc.'s wolfProvider library is affected. All releases earlier than version 1.2.2 exhibit the nonce‑reuse flaw for TLS 1.2 and DTLS 1.2 AES‑GCM traffic. Non‑TLS use of the cipher and the AES‑CCM mode are not impacted, and TLS 1.3 traffic is fully protected.

Risk and Exploitability

The CVSS score of 7.4 signals a moderate‑to‑high risk. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker must have the ability to capture multiple records from a TLS session. The likely attack vector is passive network traffic observation; once two ciphertexts are available, the attacker can exploit the nonce reuse to recover plaintexts and forge authentication tags.

Generated by OpenCVE AI on August 28, 2026 at 17:02 UTC.

Remediation

Vendor Solution

Upgrade to wolfProvider 1.2.2, which increments the explicit nonce after each record. As an interim mitigation use AES-CCM or TLS 1.3 instead of TLS 1.2 / DTLS 1.2 AES-GCM.


OpenCVE Recommended Actions

  • Upgrade wolfProvider to version 1.2.2 or later to ensure per‑record nonce incrementation
  • If an upgrade is not immediately feasible, configure the application to use AES‑CCM mode or TLS 1.3 instead of AES‑GCM with TLS 1.2/DTLS 1.2
  • Restrict or disable TLS 1.2/DTLS 1.2 AES‑GCM traffic in the deployment configuration, enforcing TLS 1.3 usage where possible

Generated by OpenCVE AI on August 28, 2026 at 17:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description wolfProvider before 1.2.2 generates the 8-byte explicit AES-GCM nonce once when the TLS write key is set and never increments it per record. As a result every TLS 1.2 and DTLS 1.2 AES-GCM record within a connection is encrypted under an identical key and nonce pair. Reusing a GCM key and nonce discloses the keystream (the XOR of two ciphertexts equals the XOR of their plaintexts, so one known record recovers the others) and leaks the GHASH authentication key, enabling authentication tag forgery. AES-CCM, TLS 1.3, and non-TLS use of the cipher are not affected.
Title wolfProvider reuses the AES-GCM nonce on every TLS 1.2 / DTLS 1.2 record
Weaknesses CWE-323
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: wolfSSL

Published:

Updated: 2026-08-28T18:22:34.803Z

Reserved: 2026-08-26T14:40:10.441Z

Link: CVE-2026-81019

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T16:18:28.757

Modified: 2026-08-28T16:18:28.757

Link: CVE-2026-81019

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T17:15:04Z

Weaknesses
  • CWE-323

    Reusing a Nonce, Key Pair in Encryption