home/dictionary/Fork Bomb

Fork Bomb

nouncandidate·updated May 9, 2026

A Fork Bomb works by using the fork() call to create a new process which is a copy of the original. By doing this repeatedly, all available processes on the machine can be taken up.

Framework senses

SANS Glossary of Security Terms1 senseview framework →
§1
A Fork Bomb works by using the fork() call to create a new process which is a copy of the original. By doing this repeatedly, all available processes on the machine can be taken up.