mention Drupal REST API requirement

This commit is contained in:
ophirharpazg 2020-08-31 17:55:24 +03:00
parent b82a6e48b2
commit 6184400f51
1 changed files with 3 additions and 4 deletions

View File

@ -793,10 +793,9 @@ class ReportPageComponent extends AuthComponent {
className="badge badge-info" style={{margin: '2px'}}>{issue.ip_address}</span>) is vulnerable to <span className="badge badge-info" style={{margin: '2px'}}>{issue.ip_address}</span>) is vulnerable to <span
className="badge badge-danger">remote command execution</span> attack. className="badge badge-danger">remote command execution</span> attack.
<br/> <br/>
The attack was made possible because the server is using an old version of Drupal. The attack was made possible because the server is using an old version of Drupal, for which REST API is
For possible workarounds and more info read <a enabled. For possible workarounds and more info read
href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6340" <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6340">here</a>.
>here</a>.
</CollapsibleWellComponent> </CollapsibleWellComponent>
</> </>
); );