FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size > 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0.
総合評価: CVE-2026-31883 は公開エクスプロイトあり(50/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.32%、23 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.07% | 0.32% | +0.25% |
| 2 | 2026-04-24 | 0.03% | 0.07% | +0.04% |
| 3 | 2026-03-14 | — | 0.03% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-31883: 1 source package rows (freerdp); 30 state rows across 2 repos (3.23-community, edge-community); fixed 2, open 28. | https://security.alpinelinux.org/vuln/CVE-2026-31883 |
debian
|
not yet assigned | CVE-2026-31883 not yet assigned priority: Debian including 2 source packages (freerdp2, freerdp3), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 3, open 2. | https://security-tracker.debian.org/tracker/CVE-2026-31883 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-31883 |
suse
|
high | CVE-2026-31883 severity important: SUSE including 49 source package names (freerdp-2.11.2-150600.4.18.1, freerdp-3.10.3-150700.3.9.1, …), 53 product×package rows across 6 product lines (SUSE Linux Enterprise Module for Package Hub 15 SP7, SUSE Linux Enterprise Server 12 SP5-LTSS, … (6 product lines)): Fixed 53. | https://www.suse.com/security/cve/CVE-2026-31883/ |
ubuntu
|
medium | CVE-2026-31883 medium priority: Ubuntu including 3 source packages (freerdp, freerdp2, freerdp3), 16 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 10, DNE 5, released 1. | https://ubuntu.com/security/CVE-2026-31883 |
| URL | タグ |
|---|---|
| https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8 | Patch |
| https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5 | Exploit Patch Vendor Advisory |