| 제목 | PackageKit v1.3.5 Incorrect Use of Privileged APIs |
|---|
| 설명 | PackageKit SetHints Method Leading to Unauthorized File Probing
PackageKit runs under root privilege. Moreover, the SetHints D-Bus methods can be called by a normal user with the parameter of a file path. The SetHints D-Bus method accepts a frontend-socket parameter that is supposed to be a path to a Unix socket. However, the code uses g_file_test() which follows symbolic links as root to check if the file exists. This allows unprivileged users to probe the existence of any file on the system.
The full root cause and PoC is shown in issue 969 of the github PackageKit repo (https://github.com/PackageKit/PackageKit/issues/969). |
|---|
| 원천 | ⚠️ https://github.com/PackageKit/PackageKit/issues/969 |
|---|
| 사용자 | Rosa Yu (UID 98185) |
|---|
| 제출 | 2026. 05. 12. AM 06:30 (23 날 ago) |
|---|
| 모더레이션 | 2026. 05. 31. PM 07:53 (20 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367587 [PackageKit 까지 1.3.5 API src/pk-transaction.c g_file_test frontend-socket 권한 상승] |
|---|
| 포인트들 | 20 |
|---|