Lucene search

K
githubGitHub Advisory DatabaseGHSA-5H5V-M596-R6RF
HistoryMay 30, 2024 - 6:37 p.m.

TYPO3 Possible Insecure Deserialization in Extbase Request Handling

2024-05-3018:37:39
CWE-502
GitHub Advisory Database
github.com
2
typo3
insecure deserialization
extbase
request handling
encryptionkey
hmac-sha1
vulnerability
plugin
frontend
leaked
attackers
payload
malicious
calculation
exploit

6.8 Medium

AI Score

Confidence

Low

It has been discovered that request handling in Extbase can be vulnerable to insecure deserialization. User submitted payload has to be signed with a corresponding HMAC-SHA1 using the sensitive TYPO3 encryptionKey as secret - invalid or unsigned payload is not deserialized.

However, since sensitive information could have been leaked by accident (e.g. in repositories or in commonly known and unprotected backup files), there is the possibility that attackers know the private encryptionKey and are able to calculate the required HMAC-SHA1 to allow a malicious payload to be deserialized.

Requirements for successfully exploiting this vulnerability (all of the following):

  • rendering at least one Extbase plugin in the frontend
  • encryptionKey has been leaked (from LocalConfiguration.php or corresponding .env file)

Affected configurations

Vulners
Node
typo3cms_poll_system_extensionRange<9.5.12
OR
typo3cms_poll_system_extensionRange<8.7.30

6.8 Medium

AI Score

Confidence

Low