mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2025-30086](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-30086)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
CNCF Harbor 2.13.x before 2.13.1 and 2.12.x before 2.12.4 allows information disclosure by administrators who can exploit an ORM Leak present in the /api/v2.0/users endpoint to leak users' password hash and salt values. The q URL parameter allows a user to filter users by any column, and filter password=~ could be abused to leak out a user's password hash character by character. An attacker with administrator access could exploit this to leak highly sensitive information stored in the Harbor database. All endpoints that support the q URL parameter are vulnerable to this ORM leak attack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.elttam.com/blog/plormbing-your-django-orm/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|