security: remove PolinRider malware injected by merge 9cb1eab5 - #783
Merged
Merged
Conversation
Merge commit 9cb1eab added 21 files that exist in neither of its parents, so they appeared in no pull-request diff: .vscode/tasks.json auto-runs on folderOpen, hidden, silent public/fonts/fa-solid-400.woff2 32 KB of obfuscated JavaScript, not a font public/fonts/* decoy FontAwesome files planted as camouflage .vscode/{extensions,settings,spellright.dict} The payload fetches a second stage over Ethereum JSON-RPC and runs it via eval and a detached 'node -e' child process. The same merge also edited two existing files: .gitignore dropped the '.vscode/*' ignore so the task would be tracked, and added itself plus three attacker tool names .vscode/launch.json replaced with an unrelated AWS/SST JavaScript config Both are restored to their pre-attack contents. No BindsNET source file was modified by the injection. The payload blob is preserved in git history as cc50ab8 for analysis. Refs #781 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Merge commit 9cb1eab added 21 files that exist in neither of its parents, so they appeared in no pull-request diff:
.vscode/tasks.json auto-runs on folderOpen, hidden, silent
public/fonts/fa-solid-400.woff2 32 KB of obfuscated JavaScript, not a font
public/fonts/* decoy FontAwesome files planted as camouflage
.vscode/{extensions,settings,spellright.dict}
The payload fetches a second stage over Ethereum JSON-RPC and runs it via eval and a detached 'node -e' child process.
The same merge also edited two existing files:
.gitignore dropped the '.vscode/*' ignore so the task would be
tracked, and added itself plus three attacker tool names
.vscode/launch.json replaced with an unrelated AWS/SST JavaScript config
Both are restored to their pre-attack contents. No BindsNET source file was modified by the injection. The payload blob is preserved in git history as cc50ab807e333f55192150c14fd0116407d45ff0 for analysis.
Refs #781