updated id, severity,cvss

patch-1
Ritik Chaddha 2023-02-07 01:40:32 +05:30 committed by GitHub
parent e2eae9d51a
commit f762917e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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>"