Snyk has a published code exploit for this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade dolibarr/dolibarr
to version 7.0.1 or higher.
dolibarr/dolibarr is a modern and easy to use web software to manage your business.
Affected versions of this package are vulnerable to SQL Injection via the integer parameters qty
and value_unit
.
When editing a billing at /expensereport/card.phpid=$id_integer&action=editline&rowid=$rowid_integer
, the POST parameters fail to properly sanitise the parameters due to the application using a recursive call to an eregi()
or a preg_match()
regex to determine the legitimacy of the query being processed. This allows the integer parameters qty
, value_unit
to be abused efficiently.