Description
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.
Published: 2026-08-12
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A legitimate user with Lighthouse provider configuration permissions can supply an arbitrary base_url for the openai_compatible provider. The backend then performs outbound HTTP calls that include the API key in the Authorization header. If the supplied URL is attacker‑controlled, the key is sent to an external host, enabling credential leakage and potential further compromise. The flaw is a classic SSRF (CWE‑918) and can affect the confidentiality of credentials and the integrity of internal network resources.

Affected Systems

Prowler cloud platform versions prior to 5.33.1 are vulnerable. The issue was fixed in release 5.33.1; all newer releases are not impacted.

Risk and Exploitability

The CVSS score of 7.6 classifies the vulnerability as High severity. No EPSS data is available, but the lack of entry in the KEV catalog suggests no public exploits yet. Exploitation requires authenticated API access with provider configuration rights, and the attacker can trigger the request by submitting a crafted POST to /api/v1/lighthouse/providers or /api/v1/lighthouse/providers/{id}/connection. The high score combined with the ability to exfiltrate credentials makes this a significant risk to any organization using the affected Prowler version.

Generated by OpenCVE AI on August 13, 2026 at 00:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Prowler to version 5.33.1 or later.
  • Limit Lighthouse provider configuration privileges to trusted administrators only.
  • Implement network monitoring to detect unexpected outbound requests to internal or external hosts.

Generated by OpenCVE AI on August 13, 2026 at 00:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Prowler-cloud
Prowler-cloud prowler
Vendors & Products Prowler-cloud
Prowler-cloud prowler

Wed, 12 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Prowler: Server-Side Request Forgery (SSRF) in Lighthouse Provider
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N'}


Subscriptions

Prowler-cloud Prowler
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T15:18:30.035Z

Reserved: 2026-08-11T17:18:01.599Z

Link: CVE-2026-73264

cve-icon Vulnrichment

Updated: 2026-08-12T15:18:05.566Z

cve-icon NVD

Status : Received

Published: 2026-08-12T15:18:31.087

Modified: 2026-08-12T16:17:22.013

Link: CVE-2026-73264

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T00:15:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)