Skip to content

Commit 8223df3

Browse files
committed
Avoid making the title sound too generic.
1 parent 0b2ea3e commit 8223df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/real_player_url_property_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
1515

1616
def initialize(info = {})
1717
super(update_info(info,
18-
'Name' => 'RealPlayer File Handling Buffer Overflow',
18+
'Name' => 'RealPlayer RealMedia File Handling Buffer Overflow',
1919
'Description' => %q{
2020
This module exploits a stack based buffer overflow on RealPlayer <=15.0.6.14.
2121
The vulnerability exists in the handling of real media files, due to the insecure

0 commit comments

Comments
 (0)