A financial institution's database contains critical customer financial data. During a routine security review, a vulnerability is discovered that could lead to unauthorized data access. How should this vulnerability be addressed to maintain database security?
- Apply the latest security patches and updates to the database software.
- Conduct penetration testing to identify and fix other potential vulnerabilities.
- Increase network perimeter defenses such as firewalls and intrusion detection systems.
- Perform regular backups of the database to mitigate potential data loss.
The vulnerability should be addressed by applying the latest security patches and updates to the database software. This helps in fixing known vulnerabilities and reducing the risk of unauthorized data access. Increasing network perimeter defenses and performing regular backups are essential security practices but do not directly address the identified vulnerability. Penetration testing is important for identifying other potential vulnerabilities but does not constitute an immediate response to the discovered vulnerability.
Loading...
Related Quiz
- When implementing database security, it's crucial to perform ____________ testing to identify vulnerabilities and weaknesses.
- Which type of testing ensures that the database schema follows the defined structure and constraints?
- Test automation frameworks provide a structured approach to designing and executing database ____________.
- What are some common challenges in database testing?
- Which defense mechanism can be used to mitigate SQL injection attacks in web applications?