Skip to content

Commit 9949432

Browse files
author
Tod Beardsley
committed
Update Nvidia module with an OSVDB ref
The paper is really good, but could use a more traditional reference. [See rapid7#4884]
1 parent cd992d5 commit 9949432

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)