Skip to content

Commit 9e4e9ae

Browse files
author
Tod Beardsley
committed
Add a reference to the TR-064 spec
1 parent ddac560 commit 9e4e9ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/linux/http/tr069_ntpserver_cmdinject.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def initialize(info = {})
3131
[
3232
[ 'EDB', '40740' ],
3333
[ 'URL', 'https://devicereversing.wordpress.com/2016/11/07/eirs-d1000-modem-is-wide-open-to-being-hacked/'],
34-
[ 'URL', 'https://isc.sans.edu/forums/diary/Port+7547+SOAP+Remote+Code+Execution+Attack+Against+DSL+Modems/21759']
34+
[ 'URL', 'https://isc.sans.edu/forums/diary/Port+7547+SOAP+Remote+Code+Execution+Attack+Against+DSL+Modems/21759'],
35+
[ 'URL', 'https://broadband-forum.org/technical/download/TR-064.pdf']
3536
],
3637
'DisclosureDate' => 'Nov 07 2016',
3738
'Privileged' => true,

0 commit comments

Comments
 (0)