Skip to content

Commit 31454ee

Browse files
authored
Merge pull request #1704 from walterhpearce/master
Add socket blog post update to 09.24.25 incident
2 parents b9d770b + c99144b commit 31454ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/crates.io-malicious-crates-fasterlog-and-asyncprintln.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ team = "the crates.io team"
88
team_url = "https://www.rust-lang.org/governance/teams/dev-tools#team-crates-io"
99
+++
1010

11+
**Updated September 24th, 2025 17:34:38 UTC** - Socket has also published their own [accompanying blog post][socket-blog] about the attack.
12+
1113
## Summary
1214

1315
On September 24th, the crates.io team was notified by Kirill Boychenko from the [Socket Threat Research Team][socket] of two malicious crates which were actively searching file contents for Etherum private keys, Solana private keys, and arbitrary byte arrays for exfiltration.
@@ -18,7 +20,6 @@ These crates were:
1820

1921
The malicious code was executed at runtime, when running or testing a project depending on them. Notably, they did not execute any malicious code at build time. Except for their malicious payload, these crates copied the source code, features, and documentation of legitimate crates, using a similiar name to them (a case of typosquatting[^typosquatting]).
2022

21-
2223
## Actions taken
2324

2425
The users in question were immediately disabled, and the crates in question were deleted[^deletion] from crates.io shortly after. We have retained copies of all logs associated with the users and the malicious crate files for further analysis.
@@ -52,3 +53,4 @@ Our thanks to Kirill Boychenko from the [Socket Threat Research Team][socket] fo
5253
[foundation]: https://foundation.rust-lang.org/
5354
[init]: https://foundation.rust-lang.org/news/2022-09-13-rust-foundation-establishes-security-team/
5455
[socket]: https://www.socket.dev/
56+
[socket-blog]: https://socket.dev/blog/two-malicious-rust-crates-impersonate-popular-logger-to-steal-wallet-keys

0 commit comments

Comments
 (0)