Island: add cve link to log4shell report

This commit is contained in:
vakarisz 2022-01-19 15:09:03 +02:00
parent 1840dd54ca
commit 76d6071f7c
1 changed files with 2 additions and 1 deletions

View File

@ -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-danger">the Log4Shell remote code execution</span> attack.
<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>
</>
);