Web Application Security Flashcards

1
Q

How do injection vulnerabilities work?

A

the attacker tricks victim application into executing code
designed by the attacker.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is SQL injection?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is cross-side scripting (XSS)?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is code injection?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why are network firewalls not as helpful for web application security

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the components of a web stack? (4)

A
  1. Operating system
  2. Server-side scripting language
  3. Web server
  4. Database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between stored and reflected XXS?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the general rue for protecting against injection attacks?

A

Never trust user-provided input data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly