TYPO3 9.5.42 ELTS

Release Notes

Version 9.5.42 ELTS

Stay secure and up-to-date with TYPO3 ELTS!

The TYPO3 CMS community supported from 2018-10-02 until 2021-09-30.
Extend your support now until 2024-09-30 to get access to the latest security and compatibility updates for this version.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 9.5.42

This document contains information about TYPO3 CMS 9.5.42 which was released on 25.07.2023.

Get TYPO3 9.5.42 now

Checksums of TYPO3 9.5.42

SHA256

92b16c7529d0deab298a5b01737f5782b32bdf6b2839e6a82391d35ac4804e49 typo3_src-9.5.42.tar.gz
1f3c14ab8c95f4bcbb125a8953d8bfd564e6c7cfca04e2a0757d3a84cbcd5d11 typo3_src-9.5.42.zip

SHA1

19f66ff0807966d40f6dcb9a3f2fae394ab7676c typo3_src-9.5.42.tar.gz
63738d8ae603bdcf3ed9cc850bcdba3043c302d9 typo3_src-9.5.42.zip

MD5

d41d8cd98f00b204e9800998ecf8427e typo3_src-9.5.42.tar.gz
d41d8cd98f00b204e9800998ecf8427e typo3_src-9.5.42.zip

Package Signatures

TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures during the automated release process. Besides that, MD5 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.

Download GPG signed release README.md file

Example of verifying integrity of tar.gz package of current release:

wget --content-disposition https://get.typo3.org/9.5.42/tar.gz
wget --content-disposition https://get.typo3.org/9.5.42/tar.gz.sig
gpg --verify typo3_src-9.5.42.tar.gz.sig typo3_src-9.5.42.tar.gz

Upgrading

The usual upgrading procedure applies. No database updates are necessary. It might be required to clear all caches; the "important actions" section in the TYPO3 Install Tool offers the accordant possibility to do so.

Changes

Here is a list of what was fixed since 9.5.41:

  • 2023-07-25 200ddc2e58 [RELEASE] Release of TYPO3 9.5.42 (thanks to Andreas Fernandez)
  • 2023-07-25 d13b68309a [SECURITY] Upgrade to typo3/html-sanitizer v2.1.3 (thanks to Benjamin Franzke)
  • 2023-07-25 642ec69b90 [SECURITY] Mitigate XSS in CKEditor4 plugin wordcount (thanks to Oliver Hader)
  • 2023-07-25 b326dbbfb4 [SECURITY] Avoid out-of-scope page access for non-matching site (thanks to Oliver Hader)