Skip to content

Commit c8aea65

Browse files
committed
Remove errant CVE reference.
1 parent 0b0b9bb commit c8aea65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/local/progress_kemp_loadmaster_sudo_privesc_2024.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def initialize(info = {})
3131
],
3232
'License' => MSF_LICENSE,
3333
'References' => [
34+
# The vendor declared this was not a vulnerability so no CVE has been assigned.
3435
['URL', 'https://rhinosecuritylabs.com/research/cve-2024-1212unauthenticated-command-injection-in-progress-kemp-loadmaster/'],
35-
['URL', 'https://kemptechnologies.com/kemp-load-balancers'],
36-
['CVE', '2024-1212']
36+
['URL', 'https://kemptechnologies.com/kemp-load-balancers']
3737
],
3838
'DisclosureDate' => '2024-03-19',
3939
'Notes' => {

0 commit comments

Comments
 (0)