Skip to content

fix: upgrade gofiber/fiber v2.52.9 -> v2.52.11 (CVE-2025-66630)#62

Merged
PrashantRaj18198 merged 2 commits intomainfrom
PrashantRaj18198/upgrade-gofiber-v2.52.11
Feb 12, 2026
Merged

fix: upgrade gofiber/fiber v2.52.9 -> v2.52.11 (CVE-2025-66630)#62
PrashantRaj18198 merged 2 commits intomainfrom
PrashantRaj18198/upgrade-gofiber-v2.52.11

Conversation

@PrashantRaj18198
Copy link
Collaborator

@PrashantRaj18198 PrashantRaj18198 commented Feb 12, 2026

Summary

  • Upgrades github.com/gofiber/fiber/v2 from v2.52.9 to v2.52.11 to address CVE-2025-66630 (Critical)
  • The vulnerability affects warpbuild-agentd which embeds this dependency
  • Build verified — no breaking changes, all code compiles cleanly

Test plan

  • go build ./... passes
  • Vendor directory updated and consistent
  • CI passes

🤖 Generated with Claude Code


Note

Medium Risk
Dependency-only upgrade, but it changes request/error-handling and utility behavior (notably UUID generation now panics on entropy failures), which could surface as runtime behavior changes under edge conditions.

Overview
Updates vendored github.com/gofiber/fiber/v2 from v2.52.9 to v2.52.11 (including go.mod, go.sum, and vendor/modules.txt) to pick up upstream fixes for CVE-2025-66630.

The vendor refresh brings in upstream behavioral changes around mounted-app error handler selection (normalized prefix matching), safer string/byte handling in Ctx helpers when Config.Immutable is enabled, a small logging output fix, and stricter UUID generation failures (now panic on crypto/rand/secure UUID errors).

Written by Cursor Bugbot for commit 1a2d9d3. Configure here.

PrashantRaj18198 and others added 2 commits February 12, 2026 10:22
Addresses critical vulnerability CVE-2025-66630 in the embedded
gofiber/fiber dependency used by warpbuild-agentd.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@PrashantRaj18198 PrashantRaj18198 merged commit 855b51e into main Feb 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants