forked from p15670423/monkey
Island: add cve link to log4shell report
This commit is contained in:
parent
1840dd54ca
commit
76d6071f7c
|
@ -14,7 +14,8 @@ export function log4shellIssueReport(issue) {
|
||||||
className="badge badge-info" style={{margin: '2px'}}>{issue.ip_address}:{issue.port}</span>) is vulnerable to <span
|
className="badge badge-info" style={{margin: '2px'}}>{issue.ip_address}:{issue.port}</span>) is vulnerable to <span
|
||||||
className="badge badge-danger">the Log4Shell remote code execution</span> attack.
|
className="badge badge-danger">the Log4Shell remote code execution</span> attack.
|
||||||
<br/>
|
<br/>
|
||||||
The attack was made possible due to an old version of Apache Log4j component.
|
The attack was made possible due to an old version of Apache Log4j component. <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-44228"
|
||||||
|
target="_blank">CVE-2021-44228</a>
|
||||||
</CollapsibleWellComponent>
|
</CollapsibleWellComponent>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue