Skip to content

[Medium] Patch erlang for CVE-2026-53422, CVE-2026-54887, CVE-2026-55950, CVE-2026-59250 - #18397

Open
Aditya Singh (v-aaditya) wants to merge 1 commit into
microsoft:fasttrack/3.0from
Kanishk-Bansal:topic-cve-fix/erlang/3.0/1/CVE-2026-53422
Open

[Medium] Patch erlang for CVE-2026-53422, CVE-2026-54887, CVE-2026-55950, CVE-2026-59250#18397
Aditya Singh (v-aaditya) wants to merge 1 commit into
microsoft:fasttrack/3.0from
Kanishk-Bansal:topic-cve-fix/erlang/3.0/1/CVE-2026-53422

Conversation

@v-aaditya

@v-aaditya Aditya Singh (v-aaditya) commented Aug 12, 2026

Copy link
Copy Markdown
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

Patch erlang for CVE-2026-53422, CVE-2026-54887, CVE-2026-55950, CVE-2026-59250

Change Log
  • new file: SPECS/erlang/CVE-2026-53422.patch
  • new file: SPECS/erlang/CVE-2026-54887.patch
  • new file: SPECS/erlang/CVE-2026-55950.patch
  • new file: SPECS/erlang/CVE-2026-59250.patch
  • modified: SPECS/erlang/erlang.spec
Does this affect the toolchain?

NO

Links to CVEs
Test Methodology
  • Local build was successful.

  • Patches apply cleanly.
    image

  • License check script shows no warning.

  • Installation and Uninstallation on docker image was successful.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@microsoft-github-policy-service microsoft-github-policy-service Bot added Packaging fasttrack/3.0 PRs Destined for Azure Linux 3.0 labels Aug 12, 2026
@v-aaditya

Aditya Singh (v-aaditya) commented Aug 12, 2026

Copy link
Copy Markdown
Author

CVE-2026-53422 -

  1. The CVE affects current erlang version 26.2.5.21 which is in affected range of < 27.3.4.14.
  2. The affected file lib/ssh/src/ssh_sftpd.erl & lib/ssh/test/ssh_sftpd_SUITE.erl and affected function handle_op are present.
  3. Patch backported - YES.
  4. Patch matches with upstream although the utility functions CT_LOG and CT_FAIL has been added in lib/ssh/test/ssh_test_lib.hrl file similar to upstream as they were not present in current source code and are being used in the upstream patch.
  5. Patch has upstream patch reference.
  6. Patch applies cleanly.

CVE-2026-54887 -

  1. The CVE affects current erlang version 26.2.5.21 which is in affected range of < 27.3.4.14.
  2. Although the affected file in upstream is lib/ssl/src/dtls_connection.erl while on AZL it is lib/ssl/src/dtls_connection.erl and affected function handle_op is same as upstream and affected code are present.
  3. Patch backported - YES.
  4. Patch matches with upstream.
  5. Patch has upstream patch reference.
  6. Patch applies cleanly.

CVE-2026-55950 -

  1. The CVE affects current erlang version 26.2.5.21 which is in affected range of < 27.3.4.14.
  2. The affected file lib/ssl/src/dtls_packet_demux.erl, affected function handle_call and affected code are present.
  3. Patch backported - NO.
  4. Patch matches with upstream.
  5. Patch has upstream patch reference.
  6. Patch applies cleanly.

CVE-2026-59250 -

  1. The CVE affects current erlang version 26.2.5.21 which is in affected range of < 27.3.4.14.
  2. The affected file lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src, affected functions mfs_alloc_failed & mfs_load_property_groups and affected code are present.
  3. Patch backported - NO.
  4. Patch matches with upstream.
  5. Patch has upstream patch reference.
  6. Patch applies cleanly.

@v-aaditya
Aditya Singh (v-aaditya) marked this pull request as ready for review August 12, 2026 07:03
@v-aaditya
Aditya Singh (v-aaditya) requested a review from a team as a code owner August 12, 2026 07:03
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@Kanishk-Bansal Kanishk Bansal (Kanishk-Bansal) added the CVEFixReadyForMaintainerReview When a CVE fix has been reviewed by release manager and is ready for stable maintainer review label Aug 12, 2026
@v-aaditya
Aditya Singh (v-aaditya) force-pushed the topic-cve-fix/erlang/3.0/1/CVE-2026-53422 branch from 5ddbd75 to 1479daf Compare August 14, 2026 05:13
@v-aaditya

Copy link
Copy Markdown
Author

Resolved merge conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CVEFixReadyForMaintainerReview When a CVE fix has been reviewed by release manager and is ready for stable maintainer review fasttrack/3.0 PRs Destined for Azure Linux 3.0 Packaging security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants