Skip to content

Commit c85fe60

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 301e9e6 commit c85fe60

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
@@ -219,7 +219,7 @@ def check
219219
if res.body.include?(sum.to_s)
220220
CheckCode::Vulnerable("Detected RCE: send #{a}+#{b}, got #{sum}!")
221221
else
222-
CheckCode::Safe("Sum #{sum} not found")
222+
CheckCode::Safe("Unable to exercise code execution.")
223223
end
224224
end
225225

0 commit comments

Comments
 (0)