Skip to content

Commit 621868b

Browse files
author
Pedro Ribeiro
authored
Add CVE numbers
1 parent b734af4 commit 621868b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/linux/http/asuswrt_lan_rce.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def initialize(info = {})
3030
'References' =>
3131
[
3232
['URL', 'https://blogs.securiteam.com/index.php/archives/3589'],
33-
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/asuswrt-lan-rce.txt']
33+
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/asuswrt-lan-rce.txt'],
34+
['CVE', '2018-5999'],
35+
['CVE', '2018-6000']
3436
],
3537
'Targets' =>
3638
[

0 commit comments

Comments
 (0)