In advanced database security, how does the principle of least privilege help in mitigating SQL injection risks?

  • It encrypts the database
  • It grants maximum access rights
  • It grants the minimum necessary access rights
  • It relies on strong passwords only
The principle of least privilege in advanced database security advocates granting the minimum necessary access rights to users or processes. By adhering to this principle, the risk of SQL injection is mitigated, as users and processes are only given the specific permissions required for their legitimate tasks, reducing the attack surface and potential impact of SQL injection attacks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *