Skip to content

Commit 7998955

Browse files
committed
The double-quote character is a badchar
1 parent 30e7a35 commit 7998955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/exploits/unix/webapp/vbulletin_unserialize.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ def initialize(info = {})
2323
'cutz', # original exploit
2424
'Julien (jvoisin) Voisin', # metasploit module
2525
],
26+
'Payload' =>
27+
{
28+
'BadChars' => "\x22",
29+
},
2630
'References' =>
2731
[
2832
['CVE', '2015-7808'],

0 commit comments

Comments
 (0)