Skip to content

Commit 79ac873

Browse files
committed
fix loadmaster 2024 cve ref
1 parent 7eee3f0 commit 79ac873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/linux/local/progress_kemp_loadmaster_sudo_privesc_2024.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info = {})
3232
'License' => MSF_LICENSE,
3333
'References' => [
3434
['URL', 'https://rhinosecuritylabs.com/research/cve-2024-1212unauthenticated-command-injection-in-progress-kemp-loadmaster/'],
35-
['URL', 'https://kemptechnologies.com/kemp-load-balancers']
35+
['URL', 'https://kemptechnologies.com/kemp-load-balancers'],
36+
['CVE', '2024-1212']
3637
],
3738
'DisclosureDate' => '2024-03-19',
3839
'Notes' => {

0 commit comments

Comments
 (0)