Skip to content

Commit c49b49b

Browse files
authored
Merge pull request #19893 from bwatters-r7/fix/loadmaster_priv_esc_cve
Remove errant CVE reference.
2 parents 0cbd4d1 + c8aea65 commit c49b49b

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)