updated docs

This commit is contained in:
Sebastian Hildebrandt
2021-03-14 18:17:10 +01:00
parent af9b8a522e
commit d84fea93dc
4 changed files with 26 additions and 4 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<div class="text">
<h2>Command Injection Vulnerability</h2>
<p><span class="bold">Affected versions:</span>
&lt; 5.6.3 and &lt; 4.34.13<br>
&lt; 5.6.3 and &lt; 4.34.16<br>
<span class="bold">Date:</span> 2021-03-14<br>
<span class="bold">CVE indentifier</span> -
</p>
@@ -54,7 +54,7 @@
<p>We had an issue that there was a possibility to perform a potential command injection possibility by passing a manipulated string prototype as a parameter to the following functions. Affected commands: <span class="code">inetLatency()</span>, <span class="code">inetChecksite()</span>, <span class="code">services()</span>, <span class="code">processLoad()</span>.</p>
<h4>Patch</h4>
<p>Problem was fixed with additional parameter checking. Please upgrade to version >= 5.6.3 (or >= 4.34.13 if you are using version 4).</p>
<p>Problem was fixed with additional parameter checking. Please upgrade to version >= 5.6.3 (or >= 4.34.16 if you are using version 4).</p>
<h4>Workarround</h4>
<p>If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to <span class="code">inetLatency()</span>, <span class="code">inetChecksite()</span>, <span class="code">services()</span>, <span class="code">processLoad()</span> (string only)</p>