Skip to content

Commit 24440b8

Browse files
author
HD Moore
committed
Lands rapid7#4913, adds OSVDB reference to nvidia module
2 parents cdef992 + 9949432 commit 24440b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/misc/nvidia_mental_ray.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def initialize(info = {})
3131
],
3232
'References' =>
3333
[
34-
[ 'URL', 'http://revuln.com/files/ReVuln_NVIDIA_mental_ray.pdf' ]
34+
[ 'URL', 'http://revuln.com/files/ReVuln_NVIDIA_mental_ray.pdf' ],
35+
[ 'OSVDB', '100827' ]
3536
],
3637
'Stance' => Msf::Exploit::Stance::Aggressive,
3738
'Platform' => 'win',

0 commit comments

Comments
 (0)