updated id, severity,cvss
parent
e2eae9d51a
commit
f762917e4a
|
@ -1,4 +1,4 @@
|
|||
id: solr-exposure
|
||||
id: solr-panel-exposure
|
||||
|
||||
info:
|
||||
name: Apache Solr Admin Panel - Detect
|
||||
|
@ -6,12 +6,13 @@ info:
|
|||
severity: info
|
||||
description: Apache Solr admin panel was detected.
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
|
||||
cvss-score: 8.6
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Solr Admin"
|
||||
tags: panel,solr,apache
|
||||
tags: panel,solr,apache,admin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -20,8 +21,10 @@ requests:
|
|||
- '{{BaseURL}}'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Solr Admin</title>"
|
||||
|
Loading…
Reference in New Issue