312-96: Certified Application Security Engineer (CASE) JAVA
ECCouncil
Exam Number: 312-96
Exam Name: Certified Application Security Engineer (CASE) JAVA
Length of test: 120 mins
Exam Format: Multiple-choice, Drag and Drop, and HOTSPOT questions.
Exam Language: English
Number of questions in the actual exam: 50 questions
Passing Score: 70%
Skill:
-
Understanding Application Security: Threats, attacks, and the importance of security in the software development lifecycle (SDLC).
-
Security Requirements Gathering: Identifying and documenting security requirements.
-
Secure Application Design and Architecture: Designing applications with security in mind.
-
Secure Coding Practices: Best practices for input validation, authentication, authorization, cryptography, session management, and error handling.
-
Static and Dynamic Application Security Testing (SAST & DAST): Techniques for identifying vulnerabilities in applications.
-
Secure Deployment and Maintenance: Ensuring applications remain secure throughout their lifecycle.
This study guide should help you understand what to expect on 312-96 exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.
Related questions
Identify the type of encryption depicted in the following figure.
Stephen is a web developer in the InterCall Systems. He was working on a Real Estate website for one of his clients. He was given a task to design a web page with properties search feature. He designed the following searchpage.jsp
< form Id='form1' method='post' action='SearchProperty.jsp' >
< input type='text' id=''txt_Search' name='txt_Search' placeholder='Search Property...' / >
< input type='Submit' Id='Btn_Search' value='Search' / >
< /form >
However, when the application went to security testing phase, the security tester found an XSS vulnerability on this page. How can he mitigate the XSS vulnerability on this page?
Thomas is not skilled in secure coding. He neither underwent secure coding training nor is aware of the consequences of insecure coding. One day, he wrote code as shown in the following screenshot. He passed 'false' parameter to setHttpOnly() method that may result in the existence of a certain type of vulnerability. Identify the attack that could exploit the vulnerability in the above case.
During his secure code review, John, an independent application security expert, found that the developer has used Java code as highlighted in the following screenshot. Identify the security mistake committed by the developer?
Which of the following method will you use in place of ex.printStackTrace() method to avoid printing stack trace on error?
A US-based ecommerce company has developed their website www.ec-sell.com to sell their products online. The website has a feature that allows their customer to search products based on the price. Recently, a bug bounty has discovered a security flaw in the Search page of the website, where he could see all products from the database table when he altered the website URL http://www.ec-sell.com/products.jsp?val=100 to http://www.ec-sell.com/products.jsp?val=200 OR '1'='1 -. The product.jsp page is vulnerable to
Alice, a Server Administrator (Tomcat), wants to ensure that Tomcat can be shut down only by the user who owns the Tomcat process. Select the appropriate setting of the CATALINA_HOME/conf in server.xml that will enable him to do so.
In a certain website, a secure login feature is designed to prevent brute-force attack by implementing account lockout mechanism. The account will automatically be locked after five failed attempts. This feature will not allow the users to login to the website until their account is unlocked. However, there is a possibility that this security feature can be abused to perform __________ attack.
James is a Java developer working INFR INC. He has written Java code to open a file, read it line by line and display its content in the text editor. He wants to ensure that any unhandled exception raised by the code should automatically close the opened file stream. Which of the following exception handling block should he use for the above purpose?
Oliver, a Server Administrator (Tomcat), has set configuration in web.xml file as shown in the following screenshot. What is he trying to achieve?
Question