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 devcode-it/openstamanager to version 2.10.2 or higher.
devcode-it/openstamanager is a management software for technical assistance and electronic invoicing
Affected versions of this package are vulnerable to SQL Injection in the processing of the options[stato] parameter in multiple AJAX select handlers. An attacker can execute arbitrary SQL commands by injecting malicious input into the options[stato] parameter, which is concatenated directly into SQL WHERE clauses without proper validation or sanitization. This allows extraction of sensitive data, modification of database contents, or disruption of service through time-based queries. This is only exploitable if the attacker is authenticated and has network access to the application.
This vulnerability can be mitigated by implementing an allowlist validation for the options[stato] parameter, ensuring only permitted column names are accepted, or by applying strict regular expression validation to restrict input to safe characters.