8-62.1 Source Code Vulnerabilities Flashcards
1
Q
Results in the excess data being executed by the processor
A
Buffer Overflow
2
Q
Results in slow response time or denial of service
A
Memory Leak
3
Q
When multiple threads or processes access the same resources and one of them modifies the resource.
A
Race condition
4
Q
Input the includes “…./.”
A
Directory Traversal
5
Q
A collection of code written using high level programming languages
A
Source code