The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary File Upload vulnerabilities in an interactive lesson.
Start learningUpgrade typo3/cms-core
to version 12.4.31, 13.4.12 or higher.
typo3/cms-core is a free open source enterprise content management system.
Affected versions of this package are vulnerable to Arbitrary File Upload via the file management module that allows to upload of any file type, except for those that are directly executable in a web server context. An attacker can introduce potentially harmful files that may disrupt third-party services such as antivirus scanners or malware detection systems, indirectly affecting the availability or reputation of the site.
Note:
After upgrading, acceptable file extensions must be set via $GLOBALS['TYPO3_CONF_VARS']['SYS']['miscfile_ext']
and the security.system.enforceAllowedFileExtensions
feature flag must be enabled to enforce it.