CVE-2026-42864
published 2026-05-11CVE-2026-42864: FireFighter is an incident management application. Prior to 0.0.54, the POST /api/v2/firefighter/raid/jira_bot endpoint (CreateJiraBotView) is reachable…
PriorityP269critical9.9CVSS 3.1
AVNACLPRNUINSCCHILAL
EPSS
0.27%
18.9th percentile
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.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| manomanotech | firefighter-incident | < 0.0.54 | 0.0.54 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
ManoManoTech firefighter-incident up to 0.0.53 jira_bot httpx.get missing authentication
vuldb·2026-05-11·CVSS 9.9
CVE-2026-42864 [CRITICAL] ManoManoTech firefighter-incident up to 0.0.53 jira_bot httpx.get missing authentication
A vulnerability classified as critical has been found in ManoManoTech firefighter-incident up to 0.0.53. The affected element is the function httpx.get of the file /api/v2/firefighter/raid/jira_bot. The manipulation leads to missing authentication.
This vulnerability is listed as CVE-2026-42864. The attack may be initiated remotely. There is no available exploit.
It is recommended to upgrade the affected component.
GHSA
FireFighter has unauthenticated SSRF in its Raid jira_bot endpoint that allows IAM credential theft
ghsa·2026-05-05
CVE-2026-42864 [CRITICAL] CWE-306 FireFighter has unauthenticated SSRF in its Raid jira_bot endpoint that allows IAM credential theft
FireFighter has unauthenticated SSRF in its Raid jira_bot endpoint that allows IAM credential theft
### Impact
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 — including the cloud metadata endpoint at
`http://169.254.169.254/` — 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 docstr
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-05-11
Published