nput Validation and Business Logic Security Controls

profilessss123
20171206022248sdev_460_hw4__2_.pdf

SDEV 460 – Homework 4

Input Validation and Business Logic Security Controls

Overview:

This homework will demonstrate your knowledge of testing security controls aligned with Input validation and business logic. You will also use the recommended OWASP testing guide reporting format

to report your test findings.

Assignment: Total 100 points

Using the readings from weeks 7 and 8 as a baseline, analyze, test and document the results for the

tutoring web application found on the SDEV virtual machine. Use both manual means and automated

tools (e.g., ZAP). The latter will enable you to discover more information than a cursory manual

examination. Specific tests to be conducted include:

1. Testing for Reflected Cross site scripting (OTG-INPVAL-001)

 What is the importance of testing for this vulnerability?

 How many occurrences of the vulnerability did an automated scan discover?

 What is your recommendation to address any issues?

 Can you place a simple JavaScript alert (e.g., DeleteSession.php as an example)?

2. Testing for Stored Cross site scripting (OTG-INPVAL-002)

 What is the importance of testing for this vulnerability?

 What happens when you attempt to add a pop-up window (e.g.,

<script>alert(document.cookie)</script>) to the email input field within the “index.html” field?

 Can you introduce Stored Cross site scripting?

3. Testing for SQL Injection (OTG-INPVAL-005)

 Did your manual and automated testing discover any SQL Injection vulnerabilities – if so, how

many? (Note: There should be at least one occurrence).

 Name two or more steps you can take according to the reading to resolve the issue.

 Fix and test at least one occurrence of the vulnerabilities – displaying your resulting source code

and output results.

4. Testing for Code Injection (OTG-INPVAL-012)

 What is the importance of testing for this vulnerability?

 What are at least two measures you can take to remediate this issue?

 Can you input some simple html code or exploit Remote File Inclusion (RFI)?

5. Test business logic data validation (OTG-BUSLOGIC-001) 

 What are at least two examples of business logic errors? This could be from various input forms or areas you discovered in previous HW assignments.

 How can you mitigate against such errors?

6. Test integrity checks (OTG-BUSLOGIC-003)

 Do Drop down menus exist and are they sufficient for the application? Why does the use of drop-down menus help mitigate against this risk?

 Does your manual or automated scan reveal the use of password “AUTOCOMPLETE”? What issue, if any, does the use of AUTOCOMPLETE pose?

7. Test defenses against application misuse (OTG-BUSLOGIC-007) 

 What is the importance of testing for this vulnerability?

 Can adding additional characters in input fields cause unexpected results? Verify for at least

two instances.

General Guidelines

You should document the results for the tests, your comments, and recommendations for improved

security for each security control tested in a word or PDF document. The format of your document

should be the format that is recommended in chapter 5 of the OWASP testing guide. Provide screen

captures and descriptions of your tests conducted. Discuss any issues found and possible mitigations.

Note: The SDEV Virtual Machine you downloaded and used for SDEV 300. The URL is here if you need to

download it again: https://citeapps.umuc.edu/SDEV/ The VM runs on the latest version of Oracle Virtual Box. The directions to reinstall the Tutoring Web Application are also included in the course resources –

which also includes any required passwords.

Deliverables:

You should submit your document by the due date. Your document should be well-organized, use the

OWASP recommended reporting format, include all references used and contain minimal spelling and

grammar errors.

Grading Rubric:

Attribute Meets

Reflected Cross site scripting 10 points Tests for Reflected Cross site scripting (OTG-INVAL-001) as applied to the sample tutor application. (5 points) Discusses the importance of testing for this vulnerability. (1 point) Discusses and demonstrates if a user can place a simple JavaScript alert. (4 points)

Stored Cross site scripting 10 points Tests for Stored Cross site scripting (OTG-INVAL-002) as applied to the sample tutor application. (5 points) Discusses the importance of testing for this vulnerability. (2 points) Discusses and demonstrates if a user can introduce Stored Cross site scripting and attempt to add a pop-up window. (3 points)

SQL Injection 20 points Tests for SQL injection (OTG- INPVAL-005) as applied to the sample tutor application. (5 points) Names two or more mitigation steps according to reading or other research. (5 points) Fixes and tests at least one discovered SQL injection - and displays source code changes and resulting test output.

(10 points)

Code Injection 10 points Tests for Code Injection (OTG- INVAL-012) as applied to the sample tutor application. (5 points) Discusses the importance of testing for this vulnerability. (1 point) Names two or more mitigation steps according to reading or other research. (1 point) Discusses and demonstrates if a user can introduce some simple HTML code and exploit Remote File Inclusion (RFI). (3 points)

Business logic data validation 10 points Tests business logic data validation (OTG-BUSLOGIC-001) as applied to the sample tutor application. (5 points) Discusses and demonstrates two or more logic errors. (5 points) Discusses how to mitigate logic errors. (2 points)

Integrity checks 10 points Tests integrity checks (OTG- BUSLOGIC-003) as applied to the sample tutor application. (5 points) Discusses and demonstrates if drop-down menus exist and are sufficient for the application. (3 points)

Discusses the use of password AUTOCOMPLETE functionality and its importance. (2 points)

Defenses against application misuse

10 points Tests defenses against application misuse (OTG- BUSLOGIC-007) as applied to the sample tutor application. (5 points) Discusses the importance of testing for this vulnerability. (1 point) Discusses and demonstrates if additional characters can be added in at least 2 instances to cause unexpected results. (4 points)

Documentation and Submission 20 points Documents the results for the tests and your comments, and recommendations for improved security for each security control tested in a Word or PDF document. (5 points) Uses the format that is recommended in Chapter 5 of the OWASP testing guide. (5 points) Screen captures are clearly labeled indicating exactly what the screen capture represents. (5 points) Document is well-organized, includes page numbers, includes all references used, and contains minimal spelling and grammatical errors. (5 points)