2020-07-02 13:53:41 +00:00
|
|
|
id: atlassian-crowd-panel
|
2021-01-10 14:55:57 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
info:
|
2022-03-22 03:48:47 +00:00
|
|
|
name: Atlassian Crowd Login Panel
|
2023-06-24 22:25:54 +00:00
|
|
|
author: organiccrap,AdamCrosser
|
2022-04-22 10:38:41 +00:00
|
|
|
severity: info
|
2022-03-22 03:48:47 +00:00
|
|
|
description: An Atlassian Crowd login panel was discovered.
|
|
|
|
reference:
|
|
|
|
- https://www.atlassian.com/
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-02-22 00:55:04 +00:00
|
|
|
vendor: atlassian
|
|
|
|
product: crowd
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-24 22:25:54 +00:00
|
|
|
category: sso
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: panel,atlassian
|
2021-04-06 07:25:57 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-07-02 13:53:41 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/crowd/console/login.action'
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- <title>Atlassian Crowd - Login</title>
|
|
|
|
part: body
|
2022-03-22 03:48:47 +00:00
|
|
|
|
2023-06-24 22:25:54 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'value="Version: ([\d.]+)'
|
|
|
|
part: body
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022058e3efd996636014da83a97270ff8ceeffaf677d640c65e6bee08cff09f6fd8902206ec9b89a16efc001752c4ed1dd8de24c369521320b86bfa896b101cedf978233:922c64590222798bb761d5b6d8e72950
|