Skip to content

Commit

Permalink
Land rapid7#12310, Add CVE info for jboss_vulnscan and jboss_status
Browse files Browse the repository at this point in the history
jboss_vulnscan and jboss_status: add CVE information
  • Loading branch information
wchen-r7 authored Sep 11, 2019
2 parents 3483881 + b460dc1 commit cfeaca6
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 cfeaca6

Please sign in to comment.