Skip to content

[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

Merged

Conversation

kevin-b-lockwood
Copy link
Contributor

@kevin-b-lockwood kevin-b-lockwood commented Jun 19, 2025

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

Upgrade erlang to fix CVE-2025-4748

Change Log
  • Simple version bump
Does this affect the toolchain?

NO

Links to CVEs
Test Methodology
  • Local build

@kevin-b-lockwood kevin-b-lockwood requested a review from a team as a code owner June 19, 2025 22:24
@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0-dev PRs Destined for AzureLinux 3.0 labels Jun 19, 2025
@kevin-b-lockwood kevin-b-lockwood marked this pull request as draft June 19, 2025 22:27
@kevin-b-lockwood kevin-b-lockwood marked this pull request as ready for review June 23, 2025 16:09
Copy link
Contributor

@kgodara912 kgodara912 left a 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.

@kevin-b-lockwood
Copy link
Contributor Author

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 👍

@kevin-b-lockwood kevin-b-lockwood force-pushed the kevin-b-lockwood/erlang-3.0-CVE branch from 8ee3110 to 49a0805 Compare June 24, 2025 19:47
@kevin-b-lockwood kevin-b-lockwood changed the title [Medium] Patch erlang for CVE-2025-4748 [Medium] Upgrade erlang to fix CVE-2025-4748 Jun 24, 2025
@Kanishk-Bansal
Copy link
Contributor

Buddy Build

Copy link
Contributor

@Kanishk-Bansal Kanishk-Bansal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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
Copy link
Contributor

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.

Copy link
Contributor Author

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?

@kgodara912 kgodara912 self-requested a review June 25, 2025 17:23
@LeoMar4 LeoMar4 merged commit 0396730 into microsoft:3.0-dev Jun 26, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0-dev PRs Destined for AzureLinux 3.0 Packaging security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants