CVE-2026-73264 PUBLISHED

Prowler: Server-Side Request Forgery (SSRF) in Lighthouse Provider

Assigner: GitHub_M
Reserved: 11.08.2026 Published: 12.08.2026 Updated: 12.08.2026

Prowler is a cloud security platform. Prior to 5.33.1, an authenticated user with Lighthouse provider configuration access could supply an unvalidated base_url for the openai_compatible provider through POST /api/v1/lighthouse/providers and POST /api/v1/lighthouse/providers/{id}/connection, causing api/src/backend/tasks/jobs/lighthouse_providers.py to send outbound requests, including the API key in the Authorization header, to attacker-controlled or internal endpoints when client.models.list was called. This issue is fixed in version 5.33.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 7.6

Product Status

Vendor prowler-cloud
Product prowler
Versions
  • Version < 5.33.1 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE