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 froxlor/froxlor to version 2.3.8 or higher.
froxlor/froxlor is a server administration software.
Affected versions of this package are vulnerable to SQL Injection in the ipaddress parameter of the Admins.add or Admins.update process. An attacker can extract sensitive database information, including administrator login names and password hashes, by injecting a crafted payload that is later executed when the IpsAndPorts.listing process is called by the compromised account. This is only exploitable if the attacker possesses a valid admin API key with the change_serversettings permission enabled.
This vulnerability can be mitigated by ensuring that all elements of the ipaddress array are integer-cast before being used in SQL queries or by validating input at storage time to allow only numeric values.