azurelinux icon indicating copy to clipboard operation
azurelinux copied to clipboard

[Low] Patch telegraf for CVE-2025-29923, CVE-2025-46327

Open jykanase opened this issue 3 months ago • 3 comments

Merge Checklist

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

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

Summary
  • [Low] Patch telegraf for https://github.com/advisories/GHSA-92cp-5422-2mw7
  • [Low] Patch telegraf for https://github.com/advisories/GHSA-6jgm-j7h2-2fqg Required backporting four patches so that the actual patch would apply. Any patches that were changed beyond adding the patch link to the commit message have been re-written such that I am listed as the author, and the main changes made were simply omitting changes to files that we do not ship.
Change Log
  • [Low] Patch telegraf for https://github.com/advisories/GHSA-92cp-5422-2mw7 Patch did not apply cleanly, I had to remove all references to UnstableResp3 as that symbol is not present in the version we ship. Upstream Patch Link: https://github.com/redis/go-redis/commit/d236865b0cfa1b752ea4b7da666b1fdcd0acebb6.patch Patch was found via astrolabe

  • [Low] Patch telegraf for https://github.com/advisories/GHSA-6jgm-j7h2-2fqg Required backporting four patches so that the actual patch would apply. Any patches that were changed beyond adding the patch link to the commit message have been re-written such that I am listed as the author, and the main changes made were simply omitting changes to files that we do not ship. Initial patch was found via astrolabe, backported supporting patches were found via git blame.

Does this affect the toolchain?

NO

Associated issues
  • #xxxx
Links to CVEs
  • https://nvd.nist.gov/vuln/detail/CVE-2025-29923
  • https://nvd.nist.gov/vuln/detail/CVE-2025-46327
Test Methodology
  • Local build Screenshot 2025-09-30 180920

  • Patch applied cleanly: Screenshot 2025-09-30 180833

jykanase avatar Sep 30 '25 12:09 jykanase