1 Homework 2 Demonstrating Insecure Interaction between Components Overview In this homework you use Netbeans to create two different unique and complete demonstrations of insecure interaction between...

Once again, here are the respective due dates for these exercises:

Example 2 due on June 3rd
Example 3 due on June 13th
Example 4 due on June 20th
Example 5 due on June 27th
Please let me know if you need any more supporting details. Thanks


1 Homework 2 Demonstrating Insecure Interaction between Components Overview In this homework you use Netbeans to create two different unique and complete demonstrations of insecure interaction between components such as SQL Injection, Command Line Injection, Cross-Site Scripting, Unrestricted Upload of File with Dangerous Type, Cross-Site Request Forgery (CSRF), and URL Redirection to Untrusted Site ('Open Redirect'). You will demonstrate and describe how to fix each of the problems. Therefore, a total of four code samples will be created. Two will have insecure interaction between components and two will have the issues fixed. Assignment Details Be sure you have carefully read and understand the materials in week 1 and 2 as well as successfully configured your environment. 1. Select 2 CWE/SANS Top 25 vulnerabilities under the category of Insecure Interaction between Components. Review and try the existing examples in links in the classroom. Use Netbeans to experiment. Work in multiple languages where possible. 2. Using Netbeans, create your own unique, full example for each of the 2 vulnerabilities in this category. Note: by unique and full I mean, this should not just be a code snippet. It should be part of a small application. In other words, you need to adapt the examples provided in the documentation to something more meaningful and substantive. It doesn’t have to be a large, overly complex application, but it needs to be complete, and runnable and demonstrate how this vulnerability may appear in the real world. 3. Demonstrate for each of the two applications they are vulnerable to this attack. You need to show explicitly the attack you use and demonstrate the impact of the vulnerability. The demonstration should occur through screen shots and detailed walkthrough of the steps you performed. 4. Finally, using the information in the CWE/SANS Top 25 vulnerabilities, fix the issues in each of the two examples you created in step 2. 5. Document the vulnerabilities and describe specifically how the issues were corrected. Note: You may need to conduct additional research to better understand the vulnerability or the features associated with a specific language. Deliverables Provide all of your source files for this assignment. Two source code files will have software vulnerabilities. The remaining two will have the issues fixed. Provide any supplemental or utility files supporting your main source files. Prepare a word or PDF file describing and demonstrating the vulnerabilities in each of your source files and specifically how you fixed the issue. You should demonstrate with properly labeled screen captures and code within the document to report your findings. Note: Be sure to provide all screen 2 shots in one word of PDF document. You can compress the files using a zip application for easier upload. Grading Rubric: Attribute Meets Does not meet Vulnerabilities 50 points Selects 2 CWE/SANS Top 25 vulnerabilities under the category of Insecure Interaction between Components. (10 points) Creates unique, full example for each of the 2 vulnerabilities in this category. (20 points) Demonstrates for each application, they are vulnerable to an attack. (20 points) 0 points Does not select 2 CWE/SANS Top 25 vulnerabilities under the category of Insecure Interaction between Components. Does not create unique, full example for each of the 2 vulnerabilities in this category. Does not demonstrate for each application, they are vulnerable to an attack. Mitigation 25 points Fixes the issues in each of the two examples you created. (25 points) 0 points Does not fix the issues in each of the two examples you created. Documentation and submissions 25 points Provides all source files (those with vulnerabilities, those fixed and any supplemental files needed to run the application. (5 points) Within a word or PDF file, documents vulnerabilities and describe specifically how the issues were corrected. (10 points) Demonstrates with properly labeled screen captures and code within the document to report your findings. (10 points) 0 points Does not provide all source files (those with vulnerabilities, those fixed and any supplemental files needed to run the application. Within a word or PDF file, does not document vulnerabilities and describe specifically how the issues were corrected. Does not demonstrate with properly labeled screen captures and code within the document to report your findings. 1 Homework 3 Demonstrating Risky Resource Management Overview In this homework you use Netbeans to create two different unique and complete demonstrations of Risky Resource Management such as Buffer Copy without Checking Size of Input, Improper Limitation of a Pathname to a Restricted Directory, Download of Code Without Integrity Check, Inclusion of Functionality from Untrusted Control Sphere, Use of Potentially Dangerous Function, Incorrect Calculation of Buffer Size, Uncontrolled Format String, and Integer Overflow or Wraparound. You will demonstrate and describe how to fix each of the problems. Therefore a total of four code samples will be created. Two will Risky Resource Management and two will have the issues fixed. Assignment Details Be sure you have carefully read and understand the materials in weeks 3 and 4. 1. Select 2 CWE/SANS Top 25 vulnerabilities under the category of Risky Resource Management from one of these specific issues: a. Buffer Copy without Checking Size of Input, b. Improper Limitation of a Pathname to a Restricted Directory , c. Download of Code Without Integrity Check, and d. Inclusion of Functionality from Untrusted Control Sphere. e. Use of Potentially Dangerous Function f. Incorrect Calculation of Buffer Size g. Uncontrolled Format String h. Integer Overflow or Wraparound Review and try the existing examples in links in the classroom. Use Netbeans to experiment. Work in multiple languages where possible. 2. Using Netbeans, create your own unique, full example for each of the 2 vulnerabilities in this category. Note: by unique and full I mean, this should not just be a code snippet. It should be part of a small application. In other words, you need to adapt the examples provided in the documentation to something more meaningful and substantive. It doesn’t have to be a large, overly complex application, but it needs to be complete, and runnable and demonstrate how this vulnerability may appear in the real world. 3. Demonstrate for each of the two applications they are vulnerable to this attack. You need to show explicitly the attack you use and demonstrate the impact of the vulnerability. The demonstration should occur through screen shots and detailed walkthrough of the steps you performed. 4. Finally, using the information in the CWE/SANS Top 25 vulnerabilities, fix the issues in each of the two examples you created in step 2. 5. Document the vulnerabilities and describe specifically how the issues were corrected. Note: You may need to conduct additional research to better understand the vulnerability or the features associated with a specific language. 2 Deliverables Provide all of your source files for this assignment. Two source code files will have software vulnerabilities. The remaining two will have the issues fixed. Provide any supplemental or utility files supporting your main source files. Prepare a word or PDF file describing and demonstrating the vulnerabilities in each of your source files and specifically how you fixed the issue. You should demonstrate with screen shots and code within the document to report your findings. Note: Be sure to provide all screen shots in one word of PDF document. You can compress the files using a zip application for easier upload. Grading Rubric: Attribute Meets Does not meet Vulnerabilities 50 points Selects 2 CWE/SANS Top 25 vulnerabilities under the category of Risky Resource Management. (10 points) Creates unique, full example for each of the 2 vulnerabilities in this category. (20 points) Demonstrates for each application, they are vulnerable to an attack. (20 points) 0 points Does not select 2 CWE/SANS Top 25 vulnerabilities under the category of Risky Resource Management. Does not create unique, full example for each of the 2 vulnerabilities in this category. Does not demonstrate for each application, they are vulnerable to an attack. Mitigation 25 points Fixes the issues in each of the two examples you created. (25 points) 0 points Does not fix the issues in each of the two examples you created. Documentation and submissions 25 points Provides all source files (those with vulnerabilities, those fixed and any supplemental files needed to run the application. (5 points) Within a word or PDF file, documents vulnerabilities and describe specifically how the issues were corrected. (10 points) Demonstrates with properly labeled screen captures and code within the document to report your findings. (10 points) 0 points Does not provide all source files (those with vulnerabilities, those fixed and any supplemental files needed to run the application. Within a word or PDF file, does not document vulnerabilities and describe specifically how the issues were corrected. Does not demonstrate with properly labeled screen captures and code within the document to report your findings. 1 Homework 4 Demonstrating Porous Defenses Overview In this homework you use Netbeans to create two different unique and complete demonstrations of Porous Defenses such as Missing Encryption of Sensitive Data, Use of Hard-coded Credentials, Missing Authorization, Missing Authentication for Critical Function, Incorrect Permission Assignment for Critical Resource, Incorrect Authorization, Execution with Unnecessary Privileges, and Reliance on Untrusted Inputs in a Security Decision. You will demonstrate and describe how to fix each
May 31, 2020
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here