Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Fix command injection vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Mar 31, 2016
1 parent af2c9ea commit 7f643bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[03.31.2016]
Released.: 2.26
Fixed....: Fixed command injection vulnerability because @botnet_hunter supplied us with a fix that worked against all of his tests. Thanks to @botnet_hunter for helping to remediate this issue!

[03.29.2016]
Released.: 2.25
Fixed....: Security vulnerability reported to us by @botnet_hunter. There was an issue with the RPC server when binding to 0.0.0.0 that essentially allowed RCE. If you weren't using the RPC server, you weren't affected, but it's good to patch.
Expand Down
2 changes: 1 addition & 1 deletion modules/common/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import helpers


version = "2.25"
version = "2.26"


# try to find and import the settings.py config file
Expand Down

0 comments on commit 7f643bd

Please sign in to comment.