Skip to content

Commit 301e9e6

Browse files
Chocapikkjvoisin
andauthored
Update modules/exploits/linux/http/craftcms_preauth_rce_cve_2025_32432.rb
Co-authored-by: Julien Voisin <[email protected]>
1 parent 39a5d71 commit 301e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/craftcms_preauth_rce_cve_2025_32432.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def check
217217
return CheckCode::Unknown('No response') unless res
218218

219219
if res.body.include?(sum.to_s)
220-
CheckCode::Vulnerable("Detected RCE: #{sum}")
220+
CheckCode::Vulnerable("Detected RCE: send #{a}+#{b}, got #{sum}!")
221221
else
222222
CheckCode::Safe("Sum #{sum} not found")
223223
end

0 commit comments

Comments
 (0)