Skip to content

fix(deps): vuln minor upgrades — 6 packages (minor: 4 · patch: 2) - #508

Draft
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
masterfrom
engraver-auto-version-upgrade/minorpatch/go/0-1785785435
Draft

fix(deps): vuln minor upgrades — 6 packages (minor: 4 · patch: 2) #508
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
masterfrom
engraver-auto-version-upgrade/minorpatch/go/0-1785785435

Conversation

@gh-worker-campaigns-3e9aa4

Copy link
Copy Markdown

Summary: Critical-severity security update — 6 packages upgraded (MINOR changes included)

Manifests changed:

  • . (go)

✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.


Updates

Package From To Type Dep Type Vulnerabilities Fixed
google.golang.org/grpc v1.79.0 v1.83.0 minor Direct 3 CRITICAL, 2 HIGH
golang.org/x/net v0.48.0 v0.57.0 minor Transitive 2 CRITICAL, 2 HIGH, 11 MEDIUM, 1 UNKNOWN
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c v3.0.1 patch Transitive 3 HIGH
golang.org/x/sys v0.39.0 v0.47.0 minor Transitive 1 UNKNOWN
golang.org/x/text v0.32.0 v0.40.0 minor Transitive 1 UNKNOWN
github.com/klauspost/compress v1.18.0 v1.18.7 patch Direct 1 UNKNOWN

Security Details

🚨 Critical & High Severity (12 fixed)
Package CVE Severity Summary Unsafe Version Fixed In Case
golang.org/x/net GO-2026-5026 critical Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-39821 critical Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna v0.48.0 - -
google.golang.org/grpc GHSA-p77j-4mvh-x3m3 CRITICAL gRPC-Go has an authorization bypass via missing leading slash in :path v1.79.0 1.79.3 -
google.golang.org/grpc CVE-2026-33186 CRITICAL gRPC-Go has an authorization bypass via missing leading slash in :path v1.79.0 - -
google.golang.org/grpc GO-2026-4762 CRITICAL Authorization bypass in gRPC-Go via missing leading slash in :path in google.golang.org/grpc v1.79.0 1.79.3 -
golang.org/x/net CVE-2026-33814 high Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net v0.48.0 - -
golang.org/x/net GO-2026-4918 high Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net v0.48.0 0.53.0 -
google.golang.org/grpc GHSA-hrxh-6v49-42gf HIGH gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities v1.79.0 1.82.1 -
google.golang.org/grpc GO-2026-6061 HIGH Vulnerabilities in the xDS RBAC authorization engine and the HTTP/2 transport server implementation in google.golang.org/grpc v1.79.0 1.82.1 -
gopkg.in/yaml.v3 GO-2022-0603 HIGH Panic in gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 3.0.0-20220521103104-8f96da9f5d5e -
gopkg.in/yaml.v3 CVE-2022-28948 HIGH - v3.0.0-20200313102051-9f266ea9e77c - -
gopkg.in/yaml.v3 GHSA-hp87-p4gw-j4gq HIGH gopkg.in/yaml.v3 Denial of Service v3.0.0-20200313102051-9f266ea9e77c 3.0.1 -
ℹ️ Other Vulnerabilities (15)
Package CVE Severity Summary Unsafe Version Fixed In Case
golang.org/x/net GO-2026-5027 medium Invoking incorrect handling of HTML elements in foreign content in golang.org/x/net/html v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-42502 medium Invoking incorrect handling of HTML elements in foreign content in golang.org/x/net/html v0.48.0 - -
golang.org/x/net GO-2026-5029 medium Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-25681 medium Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html v0.48.0 - -
golang.org/x/net GO-2026-5030 medium Invoking duplicate attributes can cause XSS in golang.org/x/net/html v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-27136 medium Invoking duplicate attributes can cause XSS in golang.org/x/net/html v0.48.0 - -
golang.org/x/net GO-2026-5025 medium Invoking incorrect handling of namespaced elements in foreign content in golang.org/x/net/html v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-42506 medium Invoking incorrect handling of namespaced elements in foreign content in golang.org/x/net/html v0.48.0 - -
golang.org/x/net GO-2026-5028 MODERATE Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html v0.48.0 0.55.0 -
golang.org/x/net CVE-2026-25680 MODERATE Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html v0.48.0 - -
golang.org/x/net GHSA-5cv4-jp36-h3mw MODERATE Go Net HTML parser is vulnerable to denial of service v0.48.0 0.55.0 -
github.com/klauspost/compress GO-2026-5841 unknown OOB read in github.com/klauspost/compress/s2 v1.18.0 1.18.7 -
golang.org/x/net GO-2026-5942 unknown Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage v0.48.0 0.56.0 -
golang.org/x/sys GO-2026-5024 unknown Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows v0.39.0 0.44.0 -
golang.org/x/text GO-2026-5970 unknown Infinite loop on invalid input in golang.org/x/text v0.32.0 0.39.0 -
⚠️ Dependencies that have Reached EOL (1)
Dependency Unsafe Version EOL Date New Version Path Case
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c - v3.0.1 go.mod -

Review Checklist

Standard review:

  • Review changes for compatibility with your code
  • Check for breaking changes in release notes
  • Run tests locally or wait for CI
  • Approve and merge this PR

Update Mode: all_vulns

🤖 Generated by DataDog Automated Dependency Management System

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.

0 participants