CVE-2026-42864
CriticalSummary
The FireFighter incident management application has a vulnerability that allows access to the POST /api/v2/firefighter/raid/jira_bot endpoint without authentication. This enables unauthorized users to coerce the fetching of arbitrary URLs and submit them as attachments to Jira tickets.
Risk Assessment
The organization is at risk of theft of temporary AWS credentials, which could lead to unauthorized access to cloud resources. The lack of proper URL validation poses a data leakage risk.
Recommendation
It is recommended to update the FireFighter application to version 0.0.54 or later to mitigate this vulnerability. Additionally, implementing proper authentication mechanisms and URL validation is advisable.
Original NVD description (English source)
FireFighter is an incident management application. Prior to 0.0.54, the POST /api/v2/firefighter/raid/jira_bot endpoint (CreateJiraBotView) is reachable without authentication (permission_classes = [permissions.AllowAny]). Its attachments payload is fetched server-side via httpx.get() with no URL validation, then uploaded as an attachment on the Jira ticket that gets created. An unauthenticated caller able to reach the ingress can coerce the pod into fetching arbitrary URLs and exfiltrate the response as a Jira attachment. On EC2/EKS deployments that do not enforce IMDSv2, this allows theft of the temporary AWS credentials attached to the pod's IAM role. The docstring on the view claims a Bearer token is required, but the code does not enforce it. This vulnerability is fixed in 0.0.54.

