Skip to content

Commit

Permalink
Correct the CVE reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Sep 15, 2021
1 parent d82ed7d commit fb74888
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def initialize(info = {})
'Arch' => [ARCH_CMD, ARCH_PYTHON, ARCH_X86, ARCH_X64],
'Platform' => [ 'win', 'linux', 'python', 'unix' ],
'References' => [
[ 'CVE', '2021-3287' ],
[ 'CVE', '2020-28653' ], # original CVE
# [ 'CVE', '2021-3287' ], # patch bypass
[ 'URL', 'https://haxolot.com/posts/2021/manageengine_opmanager_pre_auth_rce/' ]
],
'Privileged' => true,
Expand Down

0 comments on commit fb74888

Please sign in to comment.