Unit 5: Securing Applications and Data
Cybersecurity · Unit 5 · Paper 2

Securing Applications and Data unit test

A test on this unit alone, marked as a percentage and a letter grade — for the test your class is actually sitting, rather than for May. Answer everything, then submit once: seeing the answer to question 3 before attempting question 4 makes the final percentage meaningless.

Each paper is built from this unit’s 46 terms and is the same for everyone, so a teacher can assign “Unit 5, Paper 2” and every student sits the identical test. Multiple choice is marked objectively; the written sections you mark yourself against the model answer and rubric.
Suggested time 33 min 30 points0/17 attempted
1

Access review (recertification)

2

Certificate authority

3

Buffer overflow

4

Insecure deserialization

5

Access control model

6

Input validation

7

Incident response phases

8

Certificate revocation

9

Hashing

10

Discretionary access control (DAC)

11

Data loss prevention (DLP)

12

Digital signature

Short answer 1. Define or explain: Data minimization

3 pts

Short answer 2. Define or explain: Secure software development lifecycle

3 pts

Short answer 3. Define or explain: Cross-site scripting (XSS)

3 pts

Short answer 4. Define or explain: 3-2-1 backup rule

3 pts

Free response

6 pts

A student-built web application lets users search a course catalog. The developer builds the database query by concatenating the user's search text directly into a SQL string, and displays the search term back on the results page exactly as typed. (a) Name the vulnerability created by the query construction and explain the mechanism by which it is exploited. (b) Explain why parameterized queries fix it, and why filtering out the word "DROP" does not. (c) Name the separate vulnerability created by echoing the search term back to the page, and describe its impact on other users. (d) Explain what defense in depth means and apply it to this application with two distinct layers.