Buffer overflow

Programming error which leads to many security problems. The programmer has incorporated fixed variables for certain inputs, but has not in the program prevented these variables from being selectively overwritten. By skilfully exploiting this error, programs can be made to crash; what’s more, any desired program code can be smuggled in and executed using impermissible inputs.

Follow us