CVE-2026-42864 Details
Description
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.
A server-side request forgery (SSRF) vulnerability has been identified in the FireFighter incident management application, prior to version 0.0.54. The issue arises in the POST /api/v2/firefighter/raid/jira_bot endpoint, which is accessible without authentication. This endpoint fetches attachment payloads via httpx.get() without proper URL validation, and then uploads these attachments to Jira tickets. An unauthenticated user can exploit this to have the application retrieve arbitrary URLs, including the EC2 metadata service, and exfiltrate the data as a Jira attachment. On EC2 or EKS deployments that do not enforce IMDSv2, this could lead to unauthorized access to temporary AWS credentials associated with the pod's IAM role.
Users are advised to upgrade to FireFighter version 0.0.54 or later, where this vulnerability has been fixed by implementing authentication requirements, validating attachment URLs, and addressing an unrelated regression error. Until an upgrade is possible, access to the vulnerable endpoint can be restricted to trusted networks, the Jira API token can be rotated or revoked as an emergency measure, or IMDSv2 can be enforced on EC2/EKS nodes to mitigate the risk of credential theft.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 11, 2026CISA-ADP
Assessed May 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/ManoManoTech/firefighter-incident/security/advisories/GHSA-fqvv-jvhr-g5jc | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ManoManoTech FireFighter | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 11, 2026 | New CVE Received | [email protected] |
Volerion