Skip to content

[AutoPR- Security] Patch telegraf for CVE-2026-33216, CVE-2026-29785 [HIGH]#16431

Open
azurelinux-security wants to merge 3 commits intomicrosoft:fasttrack/3.0from
azurelinux-security:azure-autosec/telegraf/3.0/1085437
Open

[AutoPR- Security] Patch telegraf for CVE-2026-33216, CVE-2026-29785 [HIGH]#16431
azurelinux-security wants to merge 3 commits intomicrosoft:fasttrack/3.0from
azurelinux-security:azure-autosec/telegraf/3.0/1085437

Conversation

@azurelinux-security
Copy link
Copy Markdown
Contributor

@azurelinux-security azurelinux-security commented Apr 2, 2026

Auto Patch telegraf for CVE-2026-33216, CVE-2026-29785, CVE-2026-26958.

Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1085437&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

@v-aaditya
Copy link
Copy Markdown
Contributor

v-aaditya commented Apr 3, 2026

Telegraf package is having vendor package nats-io/nats-server with version <2.10.14> and both the CVEs affects this version as they exist prior to version <2.11.14>.
image

CVE-2026-29785:

  • Patch matches with the upstream patch except in file server/leafnode_test.go as it does not exist in our vendor package.

CVE-2026-33216:

  • Patch has been backported manually.
  • Updated patch for CVE-2026-33216 to match upstream patch. Some of the modified source was placed at wrong line#.
  • Patch matches with the upstream patch except in file server/auth.go where if ujwt == _EMPTY_ && opts.DefaultSentinel != _EMPTY_ { is not added as DefaultSentinel does not exist in our vendor code.

@Kanishk-Bansal Could you please execute Buddy Build.

@Kanishk-Bansal Kanishk-Bansal changed the title [AutoPR- Security] Patch telegraf for CVE-2026-33216, CVE-2026-29785, CVE-2026-26958 [HIGH] [AutoPR- Security] Patch telegraf for CVE-2026-33216, CVE-2026-29785 [HIGH] Apr 3, 2026
@Kanishk-Bansal Kanishk-Bansal marked this pull request as ready for review April 3, 2026 07:38
@Kanishk-Bansal Kanishk-Bansal requested a review from a team as a code owner April 3, 2026 07:38
@Kanishk-Bansal
Copy link
Copy Markdown
Contributor

Buddy Build

@v-aaditya
Copy link
Copy Markdown
Contributor

Buddy Build

Buddy Build has passed !

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants