Skip to content

fix: upgrade github.com/buger/jsonparser to 1.1.2 (CVE-2026-32285) - #491

Open
anupamme wants to merge 1 commit into
chaitin:mainfrom
anupamme:fix-repo-octobus-cve-2026-32285-github-com-buger-jsonparser
Open

fix: upgrade github.com/buger/jsonparser to 1.1.2 (CVE-2026-32285)#491
anupamme wants to merge 1 commit into
chaitin:mainfrom
anupamme:fix-repo-octobus-cve-2026-32285-github-com-buger-jsonparser

Conversation

@anupamme

@anupamme anupamme commented Aug 7, 2026

Copy link
Copy Markdown

Summary

Upgrade github.com/buger/jsonparser from v1.1.1 to 1.1.2 to fix CVE-2026-32285.

Vulnerability

Field Value
ID CVE-2026-32285
Severity HIGH
Scanner trivy
Rule CVE-2026-32285
File go.mod (dependency: github.com/buger/jsonparser)
Assessment Present in dependency tree, not confirmed reachable

Description: github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input

Evidence

Scanner confirmation: trivy rule CVE-2026-32285 flagged this pattern.

Changes

  • go.mod
  • go.sum

Behavior Preservation

The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.


Automated security fix by OrbisAI Security

Automated dependency upgrade by OrbisAI Security

Signed-off-by: anupamme <mediratta@gmail.com>
@monkeyscan

monkeyscan Bot commented Aug 7, 2026

Copy link
Copy Markdown

PR Title: fix: upgrade github.com/buger/jsonparser to 1.1.2 ...

Commit: 432ff4f

本变更将间接依赖 github.com/buger/jsonparser 从 v1.1.1 升级到 v1.1.2,并同步在 go.sum 中新增 v1.1.2 的哈希条目。提交信息标注为修复 CVE-2026-32285 安全漏洞。变更范围极小(+3/-1),属于标准的 Go 依赖补丁升级:go.mod 与 go.sum 的版本记录一致,patch 级别升级带来的行为回归风险很低。go.sum 中保留旧 v1.1.1 条目是 Go 工具链的常规现象,不构成问题。整体评估:本次依赖升级正确、合理,未发现由该变更引入或暴露的可操作问题,无需额外修复或测试。

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.

1 participant