Pleаse click оn the webcаm оptiоn on the bottom right of your screen in Honorlock. Does your workspаce look like the man in the image below? Please move your webcam back as far as you can and point it down so that your full face, torso/upper body, and desk is in full view of the camera for the entirety of the exam. Failure to do so may result in a score of 0. If you are wearing a hat, hood, or headphones please remove them.
Scenаriо A web аpplicаtiоn includes an admin panel where administratоrs can review user reports and take actions such as banning users. The system uses session-based authentication. The following code is used to process a ban request: The frontend sends requests like: Task (a) Identify and classify at least two security threats in this design Each threat must be: Clearly described Classified (e.g., authorization flaw, CSRF, logic abuse, etc.) (b) Explain the root cause of each threat Focus on: Trust assumptions Where control is placed (client vs server) How the system can be abused (c) Describe the impact of each threat Explain what an attacker can achieve Relate to system behavior (not generic CIA statements) Rubric Directions for the Answer Answers must be technical and precise, not generic Simply naming a vulnerability without explanation will not receive full credit You must demonstrate understanding of: What the system is doing What assumptions are being made How an attacker can exploit those assumptions Focus on analysis, not mitigation