CVE-2026-24682
Analyzed Analyzed - Analysis Complete

Out-of-Bounds Access in FreeRDP Audio Format Parsing

Vulnerability report for CVE-2026-24682, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2026-02-09
EPSS Evaluated
2026-07-05
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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-24682. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart