-
Notifications
You must be signed in to change notification settings - Fork 586
[Medium] Upgrade erlang to fix CVE-2025-4748 #14053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Medium] Upgrade erlang to fix CVE-2025-4748 #14053
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a minor release with this patch, OTP-26.2.5.13, please upgrade minor version instead of patching this way. tarball is already uploaded.
Will do 👍 |
8ee3110
to
49a0805
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buddy Build
https://github.com/erlang/otp/releases/tag/OTP-26.2.5.13 fixes the issue
SPECS/erlang/erlang.spec
Outdated
@@ -53,6 +53,9 @@ export ERL_TOP=`pwd` | |||
%{_libdir}/erlang/* | |||
|
|||
%changelog | |||
* Tue Jun 24 2025 Kevin Lockwood <v-klockwood@microsoft.com> - 26.2.5.13-1 | |||
- Upgrade to 26.2.5.13 to fix CVE-2025-4748 | |||
|
|||
* Wed Jun 04 2025 Muhammad Falak <mwani@microsoft.com> - 26.2.5.11-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could have corrected this changelog entry as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see that it was incorrect, Would you like for me to fix it now?
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Upgrade
erlang
to fix CVE-2025-4748Change Log
Does this affect the toolchain?
NO
Links to CVEs
Test Methodology