CVE Catalog
CVE-2026-54481
HighCVSS 7.5Exploitation Probability (EPSS)
Low risk0.21%
11th percentile - higher than 11% of all known CVEs
Summary
The internal API HTTP client hardcodes InsecureSkipVerify:true with no config override, disabling TLS certificate verification. This violates CWE-295 (improper certificate validation).
Risk Assessment
A man-in-the-middle attacker could intercept or modify traffic between components, potentially leading to data leakage or system integrity compromise.
Recommendation
Modify the code to enable certificate verification by default and allow configuration. If necessary, use a secure certificate store.
Original NVD description (English source)
Internal API HTTP client hardcodes InsecureSkipVerify:true with no config override (CWE-295)

