155k views
3 votes
While reviewing the security logs of a web application, the security team have found traces of unknown users. Which of the following vulnerability is present in the Web application?

a. Cross-site scripting
b. Broken access control
c. Broken authentication
d. SQL injection

User Shadyyx
by
8.2k points

1 Answer

1 vote

Final answer:

The vulnerability present in the web application is broken authentication.

Step-by-step explanation:

The vulnerability present in the web application, based on the security team's findings, is broken authentication.

Broken authentication refers to weaknesses in the authentication process that allows unauthorized users to gain access to the application. It could be due to weak passwords, session management issues, or improper handling of authentication credentials.

To fix this vulnerability, the web development team should strengthen the authentication mechanisms, enforce strong password policies, implement secure session management techniques, and ensure proper handling of authentication credentials.

User Darshana
by
8.1k points