CyberRota Analysis
AI-GeneratedThe 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.
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.