Skip to content

Commit

Permalink
jboss_vulnscan & status: add CVE ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotin committed Sep 11, 2019
1 parent 9a6830c commit b460dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/auxiliary/scanner/http/jboss_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def initialize
'References' =>
[
['CVE', '2008-3273'],
['CVE', '2010-1429'], # regression
['URL', 'https://seclists.org/fulldisclosure/2011/Sep/139'],
['URL', 'https://www.owasp.org/images/a/a9/OWASP3011_Luca.pdf'],
['URL', 'http://www.slideshare.net/chrisgates/lares-fromlowtopwned']
Expand Down
7 changes: 5 additions & 2 deletions modules/auxiliary/scanner/http/jboss_vulnscan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ def initialize(info = {})
],
'References' =>
[
[ 'CVE', '2010-0738' ], # VERB auth bypass
[ 'CVE', '2017-12149' ]
[ 'CVE', '2008-3273' ], # info disclosure via unauthenticated access to "/status"
[ 'CVE', '2010-1429' ], # info disclosure via unauthenticated access to "/status" (regression)
[ 'CVE', '2010-0738' ], # VERB auth bypass on "JMX-Console": /jmx-console/
[ 'CVE', '2010-1428' ], # VERB auth bypass on "Web Console": /web-console/
[ 'CVE', '2017-12149' ] # deserialization: "/invoker/readonly"
],
'License' => BSD_LICENSE
))
Expand Down

0 comments on commit b460dc1

Please sign in to comment.