CVE Vulnerabilities

CVE-2012-3527

Deserialization of Untrusted Data

Published: Sep 05, 2012 | Modified: Apr 11, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
4.6 MEDIUM
AV:N/AC:H/Au:S/C:P/I:P/A:P
RedHat/V2
RedHat/V3
Ubuntu
MEDIUM

view_help.php in the backend help system in TYPO3 4.5.x before 4.5.19, 4.6.x before 4.6.12 and 4.7.x before 4.7.4 allows remote authenticated backend users to unserialize arbitrary objects and possibly execute arbitrary PHP code via an unspecified parameter, related to a missing signature (HMAC).

Weakness

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

Affected Software

Name Vendor Start Version End Version
Typo3 Typo3 4.5.0 (including) 4.5.19 (excluding)
Typo3 Typo3 4.6.0 (including) 4.6.12 (excluding)
Typo3 Typo3 4.7.0 (including) 4.7.4 (excluding)
Typo3-src Ubuntu hardy *
Typo3-src Ubuntu lucid *
Typo3-src Ubuntu natty *
Typo3-src Ubuntu oneiric *
Typo3-src Ubuntu precise *
Typo3-src 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