The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade firefighter-incident to version 0.0.54 or higher.
firefighter-incident is an Incident Management tool made for Slack using Django
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the CreateJiraBotView class. An attacker can access internal resources and exfiltrate sensitive data by submitting crafted requests to the unauthenticated endpoint, causing the server to fetch arbitrary URLs and upload their contents as attachments.
Note: This is only exploitable if the deployment does not enforce IMDSv2 on EC2/EKS nodes.
This vulnerability can be mitigated by restricting ingress access to the affected endpoint to trusted networks, rotating or revoking the Jira API token, or enforcing IMDSv2 with HttpPutResponseHopLimit=1 on EC2/EKS nodes.