Skip to content

Conversation

@v-aaditya
Copy link
Contributor

@v-aaditya v-aaditya commented Jan 16, 2026

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 coredns for CVE-2025-68151

Change Log
  • modified: SPECS/coredns/coredns.spec
  • new file: SPECS/coredns/CVE-2025-68151.patch
Does this affect the toolchain?

NO

Links to CVEs
Test Methodology
image
  • Installation Check
image
  • Uninstallation Check
image

@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0-dev PRs Destined for AzureLinux 3.0 labels Jan 16, 2026
@v-aaditya v-aaditya marked this pull request as ready for review January 16, 2026 07:41
@v-aaditya v-aaditya requested a review from a team as a code owner January 16, 2026 07:41
@Kanishk-Bansal
Copy link
Contributor

Build

@v-aaditya
Copy link
Contributor Author

Build

Buddy Build has passed !

Copy link
Contributor

@suresh-thelkar suresh-thelkar left a comment

Choose a reason for hiding this comment

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

It seems all the essential security features from the upstream patch are correctly included:

  • gRPC connection and stream limiting (MaxGRPCStreams, MaxGRPCConnections)
  • HTTPS connection limiting (MaxHTTPSConnections)
  • netutil.LimitListener usage for connection limiting
  • Default limits: 256 max streams, 200 max connections
  • New plugins: grpc_server and https

Since the number of code changes are huge, It would be better if we can also run the full build and proceed further.

@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 22, 2026
@Kanishk-Bansal
Copy link
Contributor

Full Build

@v-aaditya
Copy link
Contributor Author

Full Build

Full build has passed !

@kgodara912
Copy link
Contributor

Waiting for full build results.

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 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.

4 participants