Correct a typo in description
parent
79c612cd67
commit
b139757021
|
@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
of this freed memory will still be kept by CDoc::ScrollPointerIntoView, specifically after
|
||||
the CDoc::GetLineInfo call, because it is still trying to use that to update
|
||||
CDisplayPointer's position. When this invalid reference arrives in QIClassID, a crash
|
||||
finally occurs due to accessing the freed memory. By controling this freed memory, it is
|
||||
finally occurs due to accessing the freed memory. By controlling this freed memory, it is
|
||||
possible to achieve arbitrary code execution under the context of the user.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
|
|
Loading…
Reference in New Issue