Possible ORM Leak Vulnerability in the Harbor

链接: https://github.com/advisories/GHSA-h27m-3qw8-3pw8

仓库 Star: 26008

CVSS 评分: 4.9

参考链接:

描述:

Impact

Administrator users on Harbor could exploit an ORM Leak (https://www.elttam.com/blog/plormbing-your-django-orm/) vulnerability that was present in the /api/v2.0/users endpoint to leak users’ password hash and salt values. This vulnerability was introduced into the application because the q URL parameter allowed the administrator to filter users by any column, and the filter password=~ could be abused to leak out a user’s password hash character by character.

An attacker with administrator access could exploit this vulnerability to leak highly sensitive information stored on the Harbor database, as demonstrated in the attached writeup by the leaking of users’ password hashes and salts. All endpoints that support the q URL parameter are vulnerable to this ORM leak attack, and could potentially be exploitable by lower privileged users to gain unauthorised access to other sensitive information.

Patches

No available

Workarounds

NA

References

Credit

alex@elttam.com


Possible ORM Leak Vulnerability in the Harbor
http://example.com/2025/07/23/github_1304791850/
作者
lianccc
发布于
2025年7月23日
许可协议