Anonymous users enabled? Check these 3 common security misconfigurations
Dec 7, 2021
Attackers are constantly on the lookout to exploit security vulnerabilities in applications and systems to gain access to or control of sensitive information. This post will discuss 3 security misconfigurations that often cause vulnerabilities in Mendix applications, even if you don’t have anonymous users enabled. #1 Constants - exposed to client # Constants are often used to define configuration values, these can differ per environment. Many developers use constants to store secrets, usernames or passwords. ...