AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-46380

MEDIUM · CVSS 6.7 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-14 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The HTTPSFetcher._do_fetch() method in compliance-trestle versions prior to 3.12.2 and 4.0.3 is vulnerable to Server-Side Request Forgery (SSRF) due to inadequate validation of user-supplied URLs. This flaw could allow attackers to access internal services or cloud metadata endpoints, potentially leading to data exposure or further exploitation. Organizations using affected versions should prioritize upgrading to the patched releases to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-46380
Severity
MEDIUM
CVSS
6.7
EPSS
N/A

Original NVD Description

compliance-trestle is a tooling platform for managing compliance as code. Prior to versions 3.12.2 and 4.0.3, the HTTPSFetcher._do_fetch() method passes a user-supplied URL directly to requests.get() without validation. This allows an attacker to perform Server-Side Request Forgery, targeting internal services or cloud metadata endpoints. Versions 3.12.2 and 4.0.3 fix the issue.