diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js
index 1d6072ece..8a27cc7cc 100644
--- a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js
+++ b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js
@@ -892,6 +892,24 @@ class ReportPageComponent extends AuthComponent {
);
}
+ generateZerologonIssue(issue) {
+ return (
+ <>
+ Install Windows security updates.
+
+ The attack was possible because the latest security updates from Microsoft
+ have not been applied to this machine. For more information about this
+ vulnerability, read
+ Microsoft's documentation.
+