Skip to content

Commit

Permalink
Add CVE ID to module and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikWynter committed Nov 5, 2020
1 parent cf95488 commit e7a20ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Vulnerable Application
This module exploits an arbitrary file upload vulnerability in HorizontCMS 1.0.0-beta and prior in order to execute arbitrary commands.
This module exploits an arbitrary file upload vulnerability (CVE-2020-27387) in HorizontCMS 1.0.0-beta and prior
in order to execute arbitrary commands.

The module first tries to obtain the HorizontCMS version and a csrf token from `/admin/login`.
Next, the module tries to authenticate via an HTTP POST request to the same destination.
Expand Down
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/horizontcms_upload_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def initialize(info = {})
],
'References' =>
[
['URL', 'https://github.com/ttimot24/HorizontCMS/commit/436b5ab679fd27afa3d99c023dbe103113da4fee']
['CVE', '2020-27387']
],
'Payload' =>
{
Expand Down

0 comments on commit e7a20ec

Please sign in to comment.