Which of the following application attacks is used to gain access to SEH?
A.
Cookie stealing
B.
Buffer overflow
C.
Directory traversal
D.
XML injection
Which of the following application attacks is used to gain access to SEH?
Which of the following application attacks is used to gain access to SEH?
A.
Cookie stealing
B.
Buffer overflow
C.
Directory traversal
D.
XML injection
… Seriously, what book are they using??
SEH, do you mean “Structured Exception Handling”, and why?
I agree, this was nowhere in the study book I read…..
I think it may be a typo – as in SHE (short for shell)
Structured exception handling enables you to have complete control over the handling of exceptions, provides support for debuggers, and is usable across all programming so I guess Buffer overflow is trying to overwhelm..
A buffer overflow occurs when a program or process tries to store more data in a buffer (temporary data storage area) than it was intended to hold. Since buffers are created to contain a finite amount of data, the extra information – which has to go somewhere – can overflow into adjacent buffers, corrupting or overwriting the valid data held in them
Buffer overflow