Skip to content

Commit f098069

Browse files
committed
Add GHSA reference support and convert 49 hardcoded GHSA URLs to structured format
1 parent edca3b0 commit f098069

File tree

42 files changed

+49
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+49
-49
lines changed

modules/auxiliary/admin/http/pihole_domains_api_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info = {})
2626
'SchneiderSec' # original PoC, discovery
2727
],
2828
'References' => [
29-
['URL', 'https://github.com/pi-hole/AdminLTE/security/advisories/GHSA-5cm9-6p3m-v259'],
29+
['GHSA', '5cm9-6p3m-v259'],
3030
['CVE', '2021-32706']
3131
],
3232
'Targets' => [

modules/auxiliary/gather/jetty_web_inf_disclosure.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def initialize(info = {})
3131
[ 'EDB', '50438' ],
3232
[ 'EDB', '50478' ],
3333
[ 'URL', 'https://github.com/ColdFusionX/CVE-2021-34429' ],
34-
[ 'URL', 'https://github.com/eclipse/jetty.project/security/advisories/GHSA-vjv5-gp2w-65vm' ], # CVE-2021-34429
35-
[ 'URL', 'https://github.com/eclipse/jetty.project/security/advisories/GHSA-v7ff-8wcx-gmc5' ], # CVE-2021-28164
34+
[ 'GHSA', 'vjv5-gp2w-65vm' ], # CVE-2021-34429
35+
[ 'GHSA', 'v7ff-8wcx-gmc5' ], # CVE-2021-28164
3636
[ 'CVE', '2021-34429' ],
3737
[ 'CVE', '2021-28164' ]
3838
],

modules/auxiliary/gather/listmonk_env_disclosure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'License' => MSF_LICENSE,
2222
'References' => [
2323
['CVE', '2025-49136'],
24-
['URL', 'https://github.com/knadh/listmonk/security/advisories/GHSA-jc7g-x28f-3v3h']
24+
['GHSA', 'jc7g-x28f-3v3h']
2525
],
2626
'DisclosureDate' => '2025-06-08',
2727
'Notes' => {

modules/auxiliary/gather/minio_bootstrap_verify_info_disc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(info = {})
2424
'RicterZ' # original PoC, analysis
2525
],
2626
'References' => [
27-
[ 'URL', 'https://github.com/minio/minio/security/advisories/GHSA-6xvq-wj2x-3h3q'],
27+
[ 'GHSA', '6xvq-wj2x-3h3q' ],
2828
[ 'CVE', '2023-28432']
2929
],
3030
'Targets' => [

modules/auxiliary/gather/mongodb_ops_manager_diagnostic_archive_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
'h00die', # msf module
3434
],
3535
'References' => [
36-
[ 'URL', 'https://github.com/advisories/GHSA-xqvf-v5jg-pxc2'],
36+
[ 'GHSA', 'xqvf-v5jg-pxc2' ],
3737
[ 'URL', 'https://www.mongodb.com/docs/ops-manager/current/reference/configuration/#mongodb-setting-mms.https.PEMKeyFilePassword'],
3838
[ 'CVE', '2023-0342']
3939
],

modules/auxiliary/gather/onedev_arbitrary_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info = {})
2727
'License' => MSF_LICENSE,
2828
'References' => [
2929
['CVE', '2024-45309'],
30-
['URL', 'https://github.com/theonedev/onedev/security/advisories/GHSA-7wg5-6864-v489']
30+
['GHSA', '7wg5-6864-v489']
3131
],
3232
'DisclosureDate' => '2024-10-19',
3333
'Notes' => {

modules/auxiliary/gather/rancher_authenticated_api_cred_exposure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info = {})
2727
'Marco Stuurman' # discovery
2828
],
2929
'References' => [
30-
[ 'URL', 'https://github.com/advisories/GHSA-g7j7-h4q8-8w2f'],
30+
[ 'GHSA', 'g7j7-h4q8-8w2f' ],
3131
[ 'URL', 'https://github.com/fe-ax/tf-cve-2021-36782'],
3232
[ 'URL', 'https://fe.ax/cve-2021-36782/'],
3333
[ 'CVE', '2021-36782']

modules/auxiliary/scanner/http/grafana_plugin_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'DisclosureDate' => '2021-12-02',
3030
'References' => [
3131
['CVE', '2021-43798'],
32-
['URL', 'https://github.com/grafana/grafana/security/advisories/GHSA-8pjx-jj86-j47p'],
32+
['GHSA', '8pjx-jj86-j47p'],
3333
['URL', 'https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/'],
3434
['EDB', '50581'],
3535
['URL', 'https://github.com/jas502n/Grafana-CVE-2021-43798'],

modules/auxiliary/scanner/http/icinga_static_library_file_directory_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838
'References' => [
3939
['EDB', '51329'],
4040
['URL', 'https://www.sonarsource.com/blog/path-traversal-vulnerabilities-in-icinga-web/'],
41-
['URL', 'https://github.com/Icinga/icingaweb2/security/advisories/GHSA-5p3f-rh28-8frw'],
41+
['GHSA', '5p3f-rh28-8frw'],
4242
['URL', 'https://github.com/Icinga/icingaweb2/commit/9931ed799650f5b8d5e1dc58ea3415a4cdc5773d'],
4343
['CVE', '2022-24716'],
4444
],

modules/auxiliary/scanner/misc/cups_browsed_info_disclosure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize
2121
'License' => MSF_LICENSE,
2222
'References' => [
2323
['CVE', '2024-47176'],
24-
['URL', 'https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8' ],
24+
['GHSA', 'rj88-6mr5-rcw8'],
2525
['URL', 'https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I/' ],
2626
],
2727
'DefaultOptions' => { 'RPORT' => 631 },

0 commit comments

Comments
 (0)