Answered by AI, Verified by Human Experts
Improper Authenticationis the flaw that can expose resources or functionality to an unintended actor. It occurs when a system doesn't verify the users' identities correctly before granting them access rights.Option C is correct.The flaw that can lead to the exposure of resources orfunctionalityto an unintended actor is typically Improper Authentication. This flaw occurs when a system doesn't verify the identity of the users properly before granting them access rights which might include access to sensitive information or functionality. .While all the others options, such asUnvalidated Redirectsand Forwards, Session Fixation, and Insecure Cryptographic Storage, can also lead to varioussecurity vulnerabilities, it's the Improper Authentication that directly leads to the exposure of system resources to an unintended actor.To know more aboutImproper Authenticationvisit:-brainly.com/question/32108887#SPJ11...