fix: upgrade Next.js to 15.5.14 to patch RCE vulnerability (GHSA-9qr9…#10
Open
tonydpatterson wants to merge 1 commit into
Open
fix: upgrade Next.js to 15.5.14 to patch RCE vulnerability (GHSA-9qr9…#10tonydpatterson wants to merge 1 commit into
tonydpatterson wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The logs are showing active malware injection attempts hitting the app. They’re not succeeding on Windows since the payloads are using Linux commands (pkill, busybox, etc.), but something is still executing shell commands from incoming POST requests, which is the bigger concern.
The payloads line up with known Mirai botnet installers. They’re trying to reach out to 94.156.152.67 and 176.65.139.42 and stick around after.
Digging a bit deeper, the project is pinned to Next.js 15.3.3. That version has a React Flight protocol RCE vulnerability that was disclosed after this repo was last updated, so this doesn’t look intentional, just a dependency that went stale over time.
patched version Next.js to 15.5.14