logo

Buffer Overflow

  • Risk:
  • Medium

  • Type:
  • Active
Summary
Buffer overflow errors are characterized by the overwriting of memory spaces of the background web process, which should have never been modified intentionally or unintentionally. Overwriting values of the IP (Instruction Pointer), BP (Base Pointer) and other registers causes exceptions, segmentation faults, and other process errors to occur. Usually these errors end execution of the application in an unexpected way.
Solution
Rewrite the background program using proper return length checking. This will require a recompile of the background executable.
Other info
Potential Buffer Overflow. The script closed the connection and threw a 500 Internal Server Error
References

https://owasp.org/www-community/attacks/Buffer_overflow_attack

Back <<