Skip to content

fix: update dependencies to resolve CVE-2026-32285#7

Merged
0xRaghu merged 1 commit into
mainfrom
fix/update-jsonparser-cve-2026-32285
Apr 9, 2026
Merged

fix: update dependencies to resolve CVE-2026-32285#7
0xRaghu merged 1 commit into
mainfrom
fix/update-jsonparser-cve-2026-32285

Conversation

@0xRaghu
Copy link
Copy Markdown
Contributor

@0xRaghu 0xRaghu commented Apr 9, 2026

Summary

Fixes Dependabot alert #1 by updating transitive dependencies that pull in vulnerable jsonparser v1.1.1.

Vulnerability

  • CVE: CVE-2026-32285 (GHSA-6g7g-w4f8-9c9x)
  • Severity: High (CVSS 7.5)
  • Package: github.com/buger/jsonparser
  • Issue: DoS via negative slice index panic in Delete function
  • Vulnerable: v1.1.1 and below
  • Fixed: v1.1.2+

Changes

Updated parent dependencies to eliminate jsonparser v1.1.1:

  • github.com/mark3labs/mcp-go v0.43.2 → v0.47.1
  • github.com/mailru/easyjson v0.7.7 → v0.9.2

Verification

  • go mod graph | grep jsonparser - No vulnerable versions
  • ✅ Tests pass
  • ✅ Binary builds and runs

Closes #1 (Dependabot alert)

Updated transitive dependencies to eliminate jsonparser v1.1.1
vulnerability (DoS via negative slice index panic).

Changes:
- Updated github.com/mark3labs/mcp-go v0.43.2 → v0.47.1
- Updated github.com/mailru/easyjson v0.7.7 → v0.9.2
- Ensures jsonparser v1.1.2+ is used (patched version)

Fixes Dependabot alert #1
Closes CVE-2026-32285 (GHSA-6g7g-w4f8-9c9x)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@0xRaghu 0xRaghu merged commit 9870d98 into main Apr 9, 2026
7 checks passed
@0xRaghu 0xRaghu deleted the fix/update-jsonparser-cve-2026-32285 branch April 9, 2026 16:55
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.

mnemo add does not tie indexed documents to a session, so they can't be searched

1 participant