Skip to content

Commit f7554d2

Browse files
authored
Update lib/msf/core/exploit/remote/ms_icpr.rb
1 parent b5a116f commit f7554d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/remote/ms_icpr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def do_request_cert(icpr, opts)
198198

199199
policy_oids = get_cert_policy_oids(response[:certificate])
200200
if application_policies.present? && !(application_policies - policy_oids.map(&:value)).empty?
201-
print_error('Certificate application policy OIDs were submitted, but some are missing in the response. This indicates the target has received the patch for ESC15 (CVE-2024-49019).')
201+
print_error('Certificate application policy OIDs were submitted, but some are missing in the response. This indicates the target has received the patch for ESC15 (CVE-2024-49019) or the template is not vulnerable.')
202202
return
203203
end
204204

0 commit comments

Comments
 (0)