Snyk has a proof-of-concept or detailed explanation of how to exploit 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 freerdp/freerdp to version 3.23.0 or higher.
Affected versions of this package are vulnerable to Use After Free through the xf_cliprdr_provide_data_() function. An attacker can cause the application to crash or become unresponsive by triggering a heap use-after-free condition during clipboard handling.
xfreerdp with AddressSanitizer enabled.cliprdr support that responds to CB_FORMAT_DATA_REQUEST with dummy UTF-16LE data, and disconnects after 3 seconds to trigger auto-reconnect.xfreerdp /v:127.0.0.1:13390 /u:a /p:a /cert:ignore +clipboard +auto-reconnect /auto-reconnect-max-retries:20.xclip -selection clipboard) and reads (xclip -o -selection clipboard) to provoke format list re-sends (clearing the cache) and selection requests (triggering data responses).pDstData in XChangeProperty after the X11 thread freed it via HashTable_Clear — ASan detects heap-use-after-free in memcpy inside XChangeProperty.