Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. firefighter-incident
  4. ›
  5. CVE-2026-42864

CVE-2026-42864: FireFighter has unauthenticated SSRF in its Raid jira_bot endpoint that allows IAM credential theft

May 5, 2026

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 docstring on the view claims a Bearer token is required, but the code does not enforce it.

Affected code paths:

  • src/firefighter/raid/views/__init__.py — CreateJiraBotView
  • src/firefighter/raid/serializers.py — LandbotIssueRequestSerializer.attachments
  • src/firefighter/raid/client.py — RaidJiraClient.add_attachments_to_issue

References

  • github.com/ManoManoTech/firefighter-incident
  • github.com/ManoManoTech/firefighter-incident/commit/2586679e6f32c12d223668b73e98f4c4de7b771f
  • github.com/ManoManoTech/firefighter-incident/security/advisories/GHSA-fqvv-jvhr-g5jc
  • github.com/advisories/GHSA-fqvv-jvhr-g5jc
  • nvd.nist.gov/vuln/detail/CVE-2026-42864

Code Behaviors & Features

Detect and mitigate CVE-2026-42864 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.54

Fixed versions

  • 0.0.54

Solution

Upgrade to version 0.0.54 or above.

Impact 9.9 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

pypi/firefighter-incident/CVE-2026-42864.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 00:19:51 +0000.