CVE-2023-25392: Allegro Tech BigFlow vulnerable to Missing SSL Certificate Validation
5.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.22875%
CWE
Published
4/10/2023
Updated
2/11/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
bigflow | pip | < 1.6.0 | 1.6.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability root cause was identified in the get_vault_token function where certificate validation was explicitly disabled. This is confirmed by:
- The GitHub commit diff showing verify=False being used in requests.get
- The CWE-295 (Improper Certificate Validation) mapping
- The security advisory explicitly mentioning MITM vulnerability in Vault endpoint handling
- Lutra Security's analysis showing this was the primary vulnerable code path
- The patch adding a vault_endpoint_verify parameter to control validation