Skip to content

[AutoPR- Security] Patch curl for CVE-2025-14017 [MEDIUM]#15474

Merged
kgodara912 merged 2 commits intomicrosoft:3.0-devfrom
azurelinux-security:azure-autosec/curl/3.0/1022846
Jan 22, 2026
Merged

[AutoPR- Security] Patch curl for CVE-2025-14017 [MEDIUM]#15474
kgodara912 merged 2 commits intomicrosoft:3.0-devfrom
azurelinux-security:azure-autosec/curl/3.0/1022846

Conversation

@azurelinux-security
Copy link
Contributor

@azurelinux-security azurelinux-security commented Jan 9, 2026

Auto Patch curl for CVE-2025-14017.

Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1022846&view=results

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

What does the PR accomplish, why was it needed?

Change Log
Does this affect the toolchain?

YES/NO

Associated issues
  • N/A
Links to CVEs
Test Methodology

@Kanishk-Bansal
Copy link
Contributor

Buddy Build

@Kanishk-Bansal Kanishk-Bansal marked this pull request as ready for review January 15, 2026 18:04
@Kanishk-Bansal Kanishk-Bansal requested a review from a team as a code owner January 15, 2026 18:04
@BinduSri-6522866 BinduSri-6522866 force-pushed the azure-autosec/curl/3.0/1022846 branch from a35d924 to 3230d0c Compare January 19, 2026 06:18
@Kanishk-Bansal
Copy link
Contributor

Buddy Build

@BinduSri-6522866
Copy link
Contributor

Buddy build passed.

Copy link
Member

@mfrw mfrw left a comment

Choose a reason for hiding this comment

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

  • Patch applies cleanly
  • Patch looks good w.r.t upstream
  • Validation pipelines pass
  • Signed-Off By: @mfrw

LGTM

+ server = ldap_sslinit(host, (curl_ldap_num_t)conn->primary.remote_port, 1);
+ else
+#else
+ server = ldap_init(host, (curl_ldap_num_t)conn->primary.remote_port);
Copy link
Member

Choose a reason for hiding this comment

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

Patch looks good w.r.t upstream

@Kanishk-Bansal Kanishk-Bansal added the ready-for-stable-review PR has passed initial review and is now ready for a second-level stable maintainer review label Jan 20, 2026
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.

Patch almost matches with upstream reference except different struct for port num. Kind of same changes were done for cmake backport as well. Buddy build is successful. LGTM.

@kgodara912 kgodara912 merged commit b60d955 into microsoft:3.0-dev Jan 22, 2026
17 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 AI Backport AutoPR-Security Packaging ready-for-stable-review PR has passed initial review and is now ready for a second-level stable maintainer review security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants