Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-75803

Published Aug 25, 2026 CWE-354

Overview

CVE-2026-75803 is a known-severity vulnerability. It was published on August 25, 2026.

Technical Description

Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty

ciphertext can report success without verifying the supplied authentication

tag when the operation is finalized by calling the EVP_Cipher() function.

Impact summary: Applications calling EVP_Cipher() on an empty ciphertext and

expecting the call to check the AEAD tag may accept forged messages.

CWE: CWE-354 (Improper Validation of Integrity Check Value)

Description: The EVP_Cipher() API call for AEAD ciphers behaves like a one

shot encryption and decryption call. It also verifies the AEAD tag after the

decryption operation. However for AES-OCB and ChaCha20-Poly1305 ciphers

it skipped the AEAD tag verification when an empty ciphertext was passed to

the function. The callers of this function might believe that a successful

return indicates a valid AEAD tag for these ciphers, even when that has not

truly been validated in this case.

FIPS impact: no

The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-75803?

CVE-2026-75803 is a known-severity vulnerability. It was published on August 25, 2026.

How severe is CVE-2026-75803?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-75803?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-75803?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-75803 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026