First page Back Continue Last page Summary Graphics
Threat | Program Threats
Logic bomb
- Hidden program activated under certain conditions
- Ex:
if
lookup of Bill Ellison in payroll file fails
then
for every entry in payroll file
if entry.salary > 100K
then set entry.salary = 10K
endif
endfor
endif
Back door
- Hole in system security deliberately installed by designers or maintainers
- Intent not always sinister