CVE-2026-74881
Received Received - Intake

Cross-Origin Request Forgery in OpenSSL Encrypt

Vulnerability report for CVE-2026-74881, 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 configure CORS with allow_origins set to wildcard and allow_credentials enabled to true. Attackers can create malicious websites that make authenticated cross-origin requests to the API on behalf of any user who visits them.

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

Showing 1 associated CPE
Vendor Product Version / Range
openssl openssl_encrypt to 1.4.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-942 The product uses a web-client protection mechanism such as a Content Security Policy (CSP) or cross-domain policy file, but the policy includes untrusted domains with which the web client is allowed to communicate.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects openssl_encrypt versions before 1.4.0 due to improper CORS configuration. The software sets allow_origins to wildcard (*) and enables allow_credentials, allowing any website to make authenticated cross-origin requests to the API on behalf of users who visit malicious sites.

Detection Guidance

Check CORS configuration in your openssl_encrypt application by inspecting environment variables and code for settings like allow_origins=[*], allow_credentials=True, allow_methods=[*], and allow_headers=[*]. Review .env files, docker-compose.yml, and app/main.py for wildcard defaults.

Impact Analysis

Attackers can exploit this to perform actions on your behalf if you visit their malicious website. This could lead to unauthorized data access, account manipulation, or other malicious activities depending on the API's functionality.

Compliance Impact

This vulnerability may violate data protection regulations like GDPR and HIPAA by enabling unauthorized cross-origin data access. It compromises user consent and data integrity, potentially leading to non-compliance with privacy and security requirements.

Mitigation Strategies

Update openssl_encrypt to version 1.4.0 or later. Remove wildcard defaults for CORS origins and avoid combining allow_origins=[*] with allow_credentials=True. Replace * with specific trusted domains in .env.example and configuration files.

Chat Assistant

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

EPSS Chart