CVE Vulnerabilities

CVE-2025-49113

Deserialization of Untrusted Data

Published: Jun 02, 2025 | Modified: Jun 12, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
9.9 CRITICAL
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Ubuntu
MEDIUM

Roundcube Webmail before 1.5.10 and 1.6.x before 1.6.11 allows remote code execution by authenticated users because the _from parameter in a URL is not validated in program/actions/settings/upload.php, leading to PHP Object Deserialization.

Weakness

The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Affected Software

Name Vendor Start Version End Version
Roundcube Ubuntu esm-apps/bionic *
Roundcube Ubuntu esm-apps/focal *
Roundcube Ubuntu esm-apps/jammy *
Roundcube Ubuntu esm-apps/noble *
Roundcube Ubuntu esm-apps/xenial *
Roundcube Ubuntu focal *
Roundcube Ubuntu jammy *
Roundcube Ubuntu noble *
Roundcube Ubuntu oracular *
Roundcube Ubuntu plucky *
Roundcube Ubuntu upstream *

Potential Mitigations

  • Make fields transient to protect them from deserialization.
  • An attempt to serialize and then deserialize a class containing transient fields will result in NULLs where the transient data should be. This is an excellent way to prevent time, environment-based, or sensitive variables from being carried over and used improperly.

References