ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 31 - CS0-003 discussion

Report
Export

A SOC analyst identifies the following content while examining the output of a debugger command over a client-server application:

getconnection (database01, 'alpha ' , 'AXTV. 127GdCx94GTd') ;

Which of the following is the most likely vulnerability in this system?

A.
Lack of input validation
Answers
A.
Lack of input validation
B.
SQL injection
Answers
B.
SQL injection
C.
Hard-coded credential
Answers
C.
Hard-coded credential
D.
Buffer overflow attacks
Answers
D.
Buffer overflow attacks
Suggested answer: C

Explanation:

The most likely vulnerability in this system is hard-coded credential. Hard-coded credential is a practice of embedding or storing a username, password, or other sensitive information in the source code or configuration file of a system or application. Hard-coded credential can pose a serious security risk, as it can expose the system or application to unauthorized access, data theft, or compromise if the credential is discovered or leaked by an attacker. Hard-coded credential can also make it difficult to change or update the credential if needed, as it may require modifying the code or file and redeploying the system or application.

asked 02/10/2024
Lawrence Acherman
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first