forked from p15670423/monkey
mention Drupal REST API requirement
This commit is contained in:
parent
b82a6e48b2
commit
6184400f51
|
@ -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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue