Incorrect Comparison in TeamPass - #VU140791
Published: August 3, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to incorrect comparison in app/sources/admin.queries.php when handling administrative action requests. A remote privileged user can send a specially crafted request to cause a denial of service.
The issue affects 13 administrative switch cases, and the outer page-access gate restricts access to admin users while the inverted inner check blocks those same users from executing the operations.