Gravitl · Netmaker · CVE-2022-36110
**Name of the Vulnerable Software and Affected Versions**
Netmaker versions prior to 0.15.1
**Description**
The issue is related to Improper Authorization functions, which allow non-privileged users to run privileged API calls. If users without admin privileges are added to the Netmaker platform, they can use their auth tokens to run admin-level functions via the API. Additionally, differing response codes based on function calls may allow non-users to brute force the determination of network names on the system.
**Recommendations**
For versions prior to 0.15.1, update to version 0.15.1 by following these steps:
1. Run `docker-compose down`
2. Run `docker pull gravitl/netmaker:v0.15.1`
3. Run `docker-compose up -d`