Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 23

Количество 23

ubuntu логотип

CVE-2026-31883

5 месяцев назад

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.

CVSS3: 6.5
EPSS: Низкий
redhat логотип

CVE-2026-31883

5 месяцев назад

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.

CVSS3: 7.3
EPSS: Низкий
nvd логотип

CVE-2026-31883

5 месяцев назад

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.

CVSS3: 6.5
EPSS: Низкий
debian логотип

CVE-2026-31883

5 месяцев назад

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior ...

CVSS3: 6.5
EPSS: Низкий
fstec логотип

BDU:2026-04142

5 месяцев назад

Уязвимость RDP-клиента FreeRDP, связанная с переполнением буфера в динамической памяти, позволяющая нарушителю выполнить произвольный код

CVSS3: 6.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1165-1

4 месяца назад

Security update for freerdp

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1164-1

4 месяца назад

Security update for freerdp2

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1160-1

4 месяца назад

Security update for freerdp

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1129-1

4 месяца назад

Security update for freerdp

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1398-1

4 месяца назад

Security update for freerdp

EPSS: Низкий
rocky логотип

RLSA-2026:19358

2 месяца назад

Moderate: freerdp security update

EPSS: Низкий
rocky логотип

RLSA-2026:16482

3 месяца назад

Moderate: freerdp security update

EPSS: Низкий
rocky логотип

RLSA-2026:16019

3 месяца назад

Moderate: freerdp security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-20546

около 1 месяца назад

ELSA-2026-20546: freerdp security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-19358

около 1 месяца назад

ELSA-2026-19358: freerdp security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-16482

3 месяца назад

ELSA-2026-16482: freerdp security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-16019

3 месяца назад

ELSA-2026-16019: freerdp security update (MODERATE)

EPSS: Низкий
rocky логотип

RLSA-2026:19142

2 месяца назад

Moderate: freerdp security update

EPSS: Низкий
rocky логотип

RLSA-2026:16014

3 месяца назад

Moderate: freerdp security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-19142

11 дней назад

ELSA-2026-19142: freerdp security update (MODERATE)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-31883

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.

CVSS3: 6.5
0%
Низкий
5 месяцев назад
redhat логотип
CVE-2026-31883

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.

CVSS3: 7.3
0%
Низкий
5 месяцев назад
nvd логотип
CVE-2026-31883

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.

CVSS3: 6.5
0%
Низкий
5 месяцев назад
debian логотип
CVE-2026-31883

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior ...

CVSS3: 6.5
0%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-04142

Уязвимость RDP-клиента FreeRDP, связанная с переполнением буфера в динамической памяти, позволяющая нарушителю выполнить произвольный код

CVSS3: 6.5
0%
Низкий
5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1165-1

Security update for freerdp

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1164-1

Security update for freerdp2

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1160-1

Security update for freerdp

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1129-1

Security update for freerdp

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1398-1

Security update for freerdp

4 месяца назад
rocky логотип
RLSA-2026:19358

Moderate: freerdp security update

2 месяца назад
rocky логотип
RLSA-2026:16482

Moderate: freerdp security update

3 месяца назад
rocky логотип
RLSA-2026:16019

Moderate: freerdp security update

3 месяца назад
oracle-oval логотип
ELSA-2026-20546

ELSA-2026-20546: freerdp security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2026-19358

ELSA-2026-19358: freerdp security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2026-16482

ELSA-2026-16482: freerdp security update (MODERATE)

3 месяца назад
oracle-oval логотип
ELSA-2026-16019

ELSA-2026-16019: freerdp security update (MODERATE)

3 месяца назад
rocky логотип
RLSA-2026:19142

Moderate: freerdp security update

2 месяца назад
rocky логотип
RLSA-2026:16014

Moderate: freerdp security update

3 месяца назад
oracle-oval логотип
ELSA-2026-19142

ELSA-2026-19142: freerdp security update (MODERATE)

11 дней назад

Уязвимостей на страницу

exploitDog - Комплексное решение для обнаружения, оценки и устранения уязвимостей.