Skip to content

Commit dc8531e

Browse files
committed
Fix after applied suggestions (escape ')
1 parent f579235 commit dc8531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/bentoml_runner_server_rce_cve_2025_32375.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(info = {})
1313
super(
1414
update_info(
1515
info,
16-
'Name' => 'BentoML's runner server RCE',
16+
'Name' => 'BentoML\'s runner server RCE',
1717
'Description' => %q{
1818
There was an insecure deserialization in BentoML's runner server prior to version 1.4.8.
1919
By setting specific headers and parameters in the POST request, it is possible to execute unauthorized arbitrary code in the context of the user running the server,

0 commit comments

Comments
 (0)