CVE-2026-24682
Analyzed Analyzed - Analysis Complete
Out-of-Bounds Access in FreeRDP Audio Format Parsing

Publication date: 2026-02-09

Last updated on: 2026-02-10

Assigner: GitHub, Inc.

Description
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, audin_server_recv_formats frees an incorrect number of audio formats on parse failure (i + i), leading to out-of-bounds access in audio_formats_free. This vulnerability is fixed in 3.22.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-09
Last Modified
2026-02-10
Generated
2026-05-27
AI Q&A
2026-02-09
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
freerdp freerdp to 3.22.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in FreeRDP, a free implementation of the Remote Desktop Protocol. Before version 3.22.0, the function audin_server_recv_formats incorrectly frees an incorrect number of audio formats when a parsing failure occurs. Specifically, it frees (i + i) audio formats instead of the correct amount, which leads to an out-of-bounds memory access in the audio_formats_free function.

This issue is fixed in FreeRDP version 3.22.0.


How can this vulnerability impact me? :

The out-of-bounds access caused by this vulnerability can lead to memory corruption, which may result in application crashes or potentially allow an attacker to execute arbitrary code or cause a denial of service. Since the vulnerability is exploitable remotely without authentication, it poses a high risk to affected systems.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

The vulnerability in FreeRDP is fixed in version 3.22.0. To mitigate this vulnerability, you should upgrade your FreeRDP installation to version 3.22.0 or later.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart