Skip to content

Commit 34c424f

Browse files
committed
update based on dledda-r7 comments
1 parent 61dfc29 commit 34c424f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/linux/http/centreon_auth_rce_cve_2025_5946.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def initialize(info = {})
6060
},
6161
'Notes' => {
6262
'Stability' => [CRASH_SAFE],
63-
'SideEffects' => [ARTIFACTS_ON_DISK, IOC_IN_LOGS],
63+
'SideEffects' => [ARTIFACTS_ON_DISK, IOC_IN_LOGS, CONFIG_CHANGES],
6464
'Reliability' => [REPEATABLE_SESSION]
6565
}
6666
)
@@ -272,6 +272,8 @@ def check
272272
return CheckCode::Appears("Centreon version #{version}") if Rex::Version.new(version) < Rex::Version.new('24.04.18')
273273
when '23.10'
274274
return CheckCode::Appears("Centreon version #{version}") if Rex::Version.new(version) < Rex::Version.new('23.10.28')
275+
else
276+
return CheckCode::Appears("Centreon version #{version}") if Rex::Version.new(version) >= Rex::Version.new('19.10.0')
275277
end
276278

277279
CheckCode::Safe("Centreon version #{version}")

0 commit comments

Comments
 (0)