Erlang/OTP 27.3.4.11

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl, asdf or mise).

docker run -it erlang:27.3.4.11
Patch Package OTP 27.3.4.11
Git Tag OTP-27.3.4.11
Date 2026-04-21
Issue Id
System OTP
Release 27
Application

OTP-27.3.4.11 #

OTP-20086
Related Id(s):

PR-10985

Fix the otp_patch_apply script to properly handle installation of documentation for OTP versions with more than one digit in version parts less significant than the major version.

erts-15.2.7.8 #

The erts-15.2.7.8 application can be applied independently of other applications on a full OTP 27 installation.

OTP-20098
Related Id(s):

PR-10976

Fixed bug in enif_make_map_from_arrays for arrays with at least 33 keys. If duplicate keys existed, instead of failing, it would skip the duplicates. If less than 33 unique keys existed, an internally inconsistent and broken map was returned.

OTP-20101
Related Id(s):

GH-10667

Fixed an issue when supplying the args_file option to erl.exe on windows that did not handle unicode characters correctly.

Full runtime dependencies of erts-15.2.7.8

kernel-9.0, sasl-3.3, stdlib-4.1

mnesia-4.23.5.2 #

The mnesia-4.23.5.2 application can be applied independently of other applications on a full OTP 27 installation.

OTP-20094
Related Id(s):

GH-10967, PR-11002

Fixed a bug where stacktrace was not returned from mnesia:transaction/1 when transaction aborts with an error exception.

Full runtime dependencies of mnesia-4.23.5.2

erts-9.0, kernel-5.3, stdlib-5.0

ssh-5.2.11.7 #

The ssh-5.2.11.7 application can be applied independently of other applications on a full OTP 27 installation.

OTP-20081
Related Id(s):

PR-11027, CVE-2026-32147

Fixed a vulnerability in the SFTP server where file attributes could be modified outside the configured root directory. When using FSETSTAT on an open file handle, the operation used the path stored in the handle without verifying it was within the root directory, allowing attribute changes to files outside the chroot boundary.

Thanks to John Downey.

Full runtime dependencies of ssh-5.2.11.7

crypto-5.0, erts-14.0, kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0, stdlib-6.0

Thanks To #

Nick Vatamaniuc