what Software design flaw?

A hacker was able to easily gain access to a website. He was able to log in via the frontend user login form of
the website using default or commonly used credentials. This exploitation is an example of what Software
design flaw?

A hacker was able to easily gain access to a website. He was able to log in via the frontend user login form of
the website using default or commonly used credentials. This exploitation is an example of what Software
design flaw?

A.
Insufficient security management

B.
Insufficient database hardening

C.
Insufficient input validation

D.
Insufficient exception handling



Leave a Reply 6

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


FB

FB

answer B. removing or disabling the standard username/passwords is a form of hardening the system

Anon

Anon

So is it C and B? And why?