The GREATEST risk when end users have access to a database at its system level, instead of through the application, is that the users can:

Last Updated on December 26, 2021 by Admin 3

The GREATEST risk when end users have access to a database at its system level, instead of through the application, is that the users can:

  • make unauthorized changes to the database directly, without an audit trail.
  • make use of a system query language (SQL) to access information.
  • remotely access the database.
  • update data without authentication.
Explanation: 
Having access to the database could provide access to database utilities, which can update the database without an audit trail and without using the application. Using SQL only provides read access to information, in a networked environment, accessing the database remotely does not make a difference.
What is critical is what is possible or completed through this access. To access a database, it is necessary that a user is authenticated using a user ID.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments