Improper access control in snipe-it - #VU145104
Published: August 25, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the GET /api/v1/hardware/
Direct component API requests correctly enforce the required permission and return forbidden responses, but the affected endpoint checks only the parent asset permission before returning linked component data.