Skip to content
Snippets Groups Projects
Commit ed8c5848 authored by Oliver Hader's avatar Oliver Hader Committed by Susanne Moog
Browse files

[TASK] Enable PharMetaDataInterceptor

Enable experimental checking of serialized Phar meta-data against
PHP objects. This would consider a Phar archive malicious in case
not only scalar values are found. A custom low-level Phar\Reader
is used in order to avoid using PHP's Phar object which would
trigger the initial vulnerability.

Resolves: #90010
Releases: master
Change-Id: Ifda811fab44bdbb8f4858d18e392e0f321dbf1be
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62760


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 07c83403
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment