diff options
-rw-r--r-- | early-plugins.mk | 4 | ||||
-rw-r--r-- | release-notes/OTP-26.2.5.11.README.txt | 77 |
2 files changed, 79 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index 0c5a88c..d345cfa 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -20,7 +20,7 @@ OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.27 OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.20 OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.17 OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.19 -OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.10 +OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.11 OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-27.3.3 OTP-28 := OTP-28.0-rc3 @@ -125,7 +125,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \ OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1 OTP-25.3.2.2 \ OTP-25.3.2.3 OTP-25.3.2.4 OTP-25.3.2.5 OTP-25.3.2.6 OTP-25.3.2.7 OTP-25.3.2.8 OTP-25.3.2.9 OTP-25.3.2.10 OTP-25.3.2.11 OTP-25.3.2.12 OTP-25.3.2.13 OTP-25.3.2.14 OTP-25.3.2.15 OTP-25.3.2.16 OTP-25.3.2.17 OTP-25.3.2.18 OTP-26-DROPPED := OTP-26.0-rc3 \ - OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 OTP-26.2.5.8 OTP-26.2.5.9 + OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 OTP-26.2.5.8 OTP-26.2.5.9 OTP-26.2.5.10 OTP-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2 \ OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-27.3 OTP-27.3.1 OTP-27.3.2 OTP-28-DROPPED := OTP-28.0-rc1 OTP-28.0-rc2 diff --git a/release-notes/OTP-26.2.5.11.README.txt b/release-notes/OTP-26.2.5.11.README.txt new file mode 100644 index 0000000..3b799fe --- /dev/null +++ b/release-notes/OTP-26.2.5.11.README.txt @@ -0,0 +1,77 @@ +Patch Package: OTP 26.2.5.11 +Git Tag: OTP-26.2.5.11 +Date: 2025-04-16 +Trouble Report Id: OTP-19496, OTP-19582, OTP-19595 +Seq num: CVE-2025-32433, GH-9190, PR-9463, PR-9679 +System: OTP +Release: 26 +Application: ssh-5.1.4.8, xmerl-1.3.34.2 +Predecessor: OTP 26.2.5.10 + + Check out the git tag OTP-26.2.5.11, and build a full OTP system + including documentation. Apply one or more applications from this + build as patches to your installation using the 'otp_patch_apply' + tool. For information on install requirements, see descriptions for + each application version below. + + --------------------------------------------------------------------- + --- ssh-5.1.4.8 ----------------------------------------------------- + --------------------------------------------------------------------- + + The ssh-5.1.4.8 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19582 Application(s): ssh + Related Id(s): PR-9679 + + Reception of wrong Unicode does not cause unnecessary + processing. US-ASCII fields are not decoded as Unicode. + + + OTP-19595 Application(s): ssh + Related Id(s): CVE-2025-32433 + + SSH daemon disconnects upon receiving connection + protocol message for unauthenticated used. + + Thanks to Fabian Bäumer, Marcel Maehren, Marcus + Brinkmann, Nurullah Erinola, Jörg Schwenk (Ruhr + University Bochum). + + + Full runtime dependencies of ssh-5.1.4.8: crypto-5.0, erts-14.0, + kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0, + stdlib-5.0 + + + --------------------------------------------------------------------- + --- xmerl-1.3.34.2 -------------------------------------------------- + --------------------------------------------------------------------- + + The xmerl-1.3.34.2 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19496 Application(s): xmerl + Related Id(s): GH-9190, PR-9463 + + Some old-style catch expressions in the + xmerl_sax_parser when the continuation fun was called + caused the stack to grow until all free memory was + exhausted. These parts have been rewritten so that the + parser now runs correctly without growing the stack. At + the same time all old-style catch expressions in xmerl + were replaced with try/catch. + + + Full runtime dependencies of xmerl-1.3.34.2: erts-6.0, kernel-8.4, + stdlib-2.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + |