CVE-2026-74875
Received Received - Intake

OpenSSL Encrypt JSON Schema Validation Bypass

Vulnerability report for CVE-2026-74875, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

openssl_encrypt versions before 1.4.0 silently skip JSON schema validation when the jsonschema library is not installed, allowing malformed metadata to be accepted. Attackers can remove the jsonschema package or supply unknown metadata format versions to bypass all schema checks and process malicious data.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects openssl_encrypt versions before 1.4.0. When the jsonschema library is missing, the system silently skips JSON schema validation instead of enforcing it. Attackers can exploit this by removing the jsonschema package or using unknown metadata formats to bypass security checks and process malicious data.

Detection Guidance

Check if the jsonschema library is installed alongside openssl_encrypt versions before 1.4.0. Run commands like 'pip show jsonschema' or 'composer show' to verify dependencies. Inspect application logs for warnings about missing jsonschema library during openssl_encrypt operations.

Impact Analysis

This flaw allows attackers to bypass security checks and process malicious data, potentially leading to unauthorized access, data corruption, or other harmful actions. Systems relying on openssl_encrypt for data validation are at risk if they use versions prior to 1.4.0.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by allowing unauthorized processing or exposure of sensitive data due to skipped JSON schema validation. Malicious data could bypass security checks, potentially violating data integrity and confidentiality requirements.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.0 or later. Ensure jsonschema is installed as a mandatory dependency. Modify schemas to set 'additionalProperties: false' to reject unknown fields. Implement fail-closed behavior if validation libraries are missing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74875. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart