Skip to content

fix(security): [Aikido] [SEC-728] Fix security issue in x/text via minor version upgrade from 0.22.0 to 0.39.0 - #56

Open
aikido-autofix[bot] wants to merge 1 commit into
mainfrom
fix/aikido-security-update-packages-74066882-d7dd
Open

fix(security): [Aikido] [SEC-728] Fix security issue in x/text via minor version upgrade from 0.22.0 to 0.39.0#56
aikido-autofix[bot] wants to merge 1 commit into
mainfrom
fix/aikido-security-update-packages-74066882-d7dd

Conversation

@aikido-autofix

Copy link
Copy Markdown

Upgrade golang.org/x/text to fix infinite loop DoS vulnerability in norm.Iter when processing invalid UTF-8 bytes.

✅ 1 CVE resolved by this upgrade

This PR will resolve the following CVEs:

Issue Severity           Description
CVE-2026-56852
HIGH
[golang.org/x/text] A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.

@aikido-autofix
aikido-autofix Bot requested review from a team as code owners July 26, 2026 00:34
@aikido-autofix
aikido-autofix Bot requested review from koungkub and novriandy July 26, 2026 00:34

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CVE-2026-39824 in golang.org/x/sys - low severity
NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.

Details

Remediation Aikido suggests bumping this package to version 0.44.0 to resolve this issue

Reply @AikidoSec ignore: [REASON] to ignore this issue.
More info

@ChristianWitts ChristianWitts left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving Aikido security autofix — CI is green. Owning team: please give this a final review and merge.

@ChristianWitts ChristianWitts changed the title fix(security): [Aikido] [] Fix security issue in x/text via minor version upgrade from 0.22.0 to 0.39.0 fix(security): [Aikido] [SEC-728] Fix security issue in x/text via minor version upgrade from 0.22.0 to 0.39.0 Jul 27, 2026

@kelu-diao kelu-diao left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving as part of the batch PR review requested in Slack — CI checks are green. Owning team: please do the final review and merge.


Generated by Claude Code

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants