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 cassandra-cpp
to version 3.0.0 or higher.
Affected versions of this package are vulnerable to Use After Free due to the improper handling of iterator advancement. An attacker can access freed memory and cause undefined behavior by using an item returned by an iterator after the iterator has advanced to the next item.
Note: Such code will almost always fail immediately, so it is unlikely that any code using this pattern would have reached production.
Use get_first_row() rather than an iterator or completely process an item before advancing the iterator with next().