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 RHEL:9
freerdp
to version 2:2.11.2-1.el9 or higher.
This issue was patched in RHSA-2024:2208
.
Note: Versions mentioned in the description apply only to the upstream freerdp
package and not the freerdp
package as distributed by RHEL
.
See How to fix?
for RHEL:9
relevant fixed versions and status.
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an invalid offset validation leading to Out Of Bound Write. This can be triggered when the values rect->left
and rect->top
are exactly equal to surface->width
and surface->height
. eg. rect->left
== surface->width
&& rect->top
== surface->height
. In practice this should cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.