Ethereum A.I CyberSecurity Scoring
Ethereum
Company Information
Website:http://www.ethereum.org
Employees number:1,000
Number of followers:286,796
NAICS:513
Industry Type:Technology, Information and Internet
Homepage:ethereum.org
Ethereum Risk Score (AI oriented)
Between 700 and 749
EthereumTechnology, Information and Internet
Updated:
22/08/2026
22/08/2026
717/1000
Moderate
Ba
Ethereum Global Score (TPRM)
xxxx
EthereumTechnology, Information and Internet
Score locked

EthereumModerate
Current Score
717Ba (MODERATE)
01000
3 incidents
-22 avg impact
Incident timeline with MITRE ATT&CK tactics, techniques, and mitigations.
SEPTEMBER 2026
718
AUGUST 2026
735
Cyber Attack
21 Aug 2026 • Ethereum
Solana and Ethereum: Rust’s arrayref Crate Hit by Malware in Supply Chain Breach Hitting 245M Downloads
Rust Ecosystem Supply Chain Attack Targeting Foundational Crates
717
CRITICAL-18
ETHSOL1787410277
Rust Ecosystem Hit by Supply Chain Attack Targeting Foundational Crate
On August 20, 2026, attackers compromised a maintainer account in the Rust programming ecosystem, pushing malware-laced versions of the widely used arrayref crate and two others internment and append-only-vec. The attack exploited Rust’s build system, executing malicious code automatically during compilation without requiring explicit function calls from developers. Simply building a project that depended on these crates was enough to trigger the infection.
The compromised crates are deeply embedded in the Rust supply chain, with arrayref alone recording roughly 245 million lifetime downloads. They underpin critical tools in graphics, cryptography, and blockchain development, including components of the Ethereum and Solana software stacks. The attack’s speed and precision were notable: the entire operation, from initial compromise to remediation, unfolded in roughly two hours.
### How the Attack Unfolded
The attackers began by impersonating David Tolnay, a prominent Rust community member, to publish a typosquatted package named proc-macro1 a near-identical mimic of the trusted proc-macro2 crate. Initially, proc-macro1 contained legitimate code, but a subsequent update introduced a hidden build.rs script. When executed during compilation, this script downloaded a payload tailored to the host operating system (Unix or Windows), establishing persistence and targeting saved browser credentials from Chrome, Brave, and Edge.
Within minutes, the attackers also poisoned arrayref (v0.3.10), internment (v0.8.7), and append-only-vec (v0.1.9), all maintained by Andrew Gallant (known as BurntSushi). Investigators believe the attacker gained access to a single compromised account or machine, rather than exploiting vulnerabilities in the code itself.
### Timeline of Compromised Releases
| Crate | Malicious Version | Published (UTC) | Removed (UTC) | Exposure Window |
|---------------------|-------------------|-----------------|---------------|-----------------|
| arrayref | 0.3.10 | 07:15 | 08:41 | 86 minutes |
| internment | 0.8.7 | Not specified | Not specified | ~90 minutes |
| append-only-vec | 0.1.9 | 07:37 | 09:25 | 107 minutes |
### Response and Attribution
The Rust Security Response Team acted swiftly, removing the malicious packages from crates.io and restoring yanked versions of arrayref to prevent further exposure. The team confirmed the maintainer was not complicit, attributing the breach to a compromised account or machine. Nextron Systems’ research team was credited with discovering the attack.
Security firm Wiz identified infrastructure overlaps with previous supply chain campaigns linked to North Korean state-backed groups, including the Mastra and Axios operations. While not a definitive attribution, the pattern aligns with a broader trend of state-sponsored actors targeting open-source registries to infiltrate developer environments.
### Why the Attack Succeeded
The incident highlighted two key vulnerabilities:
1. Automated Build Execution: Rust’s build.rs mechanism allows arbitrary code to run during compilation, a feature exploited to deliver malware without altering the crate’s visible source code.
2. Manipulation of Cargo’s Safety Features: By yanking older, clean versions of arrayref, the attacker leveraged Cargo’s warning system to steer developers toward the compromised release.
### Impact and Broader Implications
The attack underscores the risks of supply chain compromises in mature ecosystems, where a single maintainer account can expose thousands of downstream projects. While the Rust Project’s rapid response limited the damage, the incident serves as a reminder of the persistent threat posed by credential theft and typosquatting in open-source registries. Organizations relying on Rust for critical infrastructure particularly in blockchain and cryptography are advised to monitor official advisories as further details emerge.
INCIDENT DETAILS -
TYPE
MOTIVATION
IMPACT
DATA BREACH
REFERENCES
JULY 2026
734
JUNE 2026
733
MAY 2026
732
APRIL 2026
749
Cyber Attack
01 Apr 2026 • Ethereum
Optimism and Ethereum: Ethereum Security Breach Raises Questions After 2026 Roadmap Update
Ethereum Security Breach During 2026 Roadmap Update
731
HIGH-18
OPLETH1775054516
Ethereum Security Breach Raises Concerns Amid 2026 Roadmap Update
Ethereum has faced a significant security breach linked to its upcoming 2026 roadmap update, triggering market volatility and renewed scrutiny over the network’s vulnerability during major protocol transitions. Reports indicate the exploit is tied to changes introduced in the roadmap, which aims to enhance scalability, reduce gas fees, and improve interoperability with layer-2 solutions like Arbitrum and Optimism.
The incident has already impacted crypto markets, with ETH experiencing selling pressure and DeFi protocols reassessing risk exposure. While Ethereum has maintained stability since its 2022 transition to proof-of-stake, the complexity of ongoing upgrades such as sharding and execution environment enhancements expands its attack surface, creating opportunities for sophisticated threat actors.
Historically, Ethereum’s development process includes rigorous testing, but the gap between controlled test environments and real-world deployment remains a challenge. With billions in assets secured by novel cryptographic assumptions, even minor oversights can have outsized consequences. The breach underscores the trade-offs between innovation and security, particularly as Ethereum competes with faster, cheaper alternatives like Solana.
The response from Ethereum’s core developers will be critical in shaping market confidence. Transparent and swift remediation could mitigate long-term damage, while delays may amplify reputational and financial risks. The DeFi ecosystem, which holds over $80 billion in total value locked on Ethereum, is particularly vulnerable to cascading effects from base-layer exploits.
In the short term, ETH and related tokens may see heightened volatility as the market assesses the breach’s scope and the speed of a patch. If the vulnerability is contained quickly, the impact could be temporary. However, the long-term implications are more complex, as each security incident provides competitors with an opportunity to challenge Ethereum’s dominance. The incident serves as a reminder for developers and investors to evaluate infrastructure risks and monitor Ethereum’s recovery efforts amid intensifying competition.
INCIDENT DETAILS -
TYPE
IMPACT
REFERENCES
MARCH 2026
779
Cyber Attack
23 Mar 2026 • Ethereum
npm, Solana and Ethereum: Five Malicious npm Packages Target Crypto Developers, Steal Wallet Keys via Telegram
Malicious npm Packages Target Solana and Ethereum Developers in Supply Chain Attack
749
CRITICAL-30
NPMSOLETH1774427254
Malicious npm Packages Target Solana and Ethereum Developers in Supply Chain Attack
A recent supply chain attack has compromised cryptocurrency developers by distributing five malicious npm packages that steal wallet private keys and exfiltrate them to a Telegram-based command-and-control (C2) server. The packages, published under the npm account galedonovan, impersonate legitimate crypto libraries to target both Solana and Ethereum ecosystems.
The identified packages raydium-bs58, base-x-64, bs58-basic, ethersproject-wallet, and the briefly published base_xd were designed to intercept private key operations. For Solana developers, the packages hijack Base58 decode() calls, while the Ethereum-focused ethersproject-wallet triggers malicious code within the Wallet constructor. In all cases, stolen keys are sent to a hardcoded Telegram bot (@Test20131_Bot) before legitimate operations complete, allowing attackers to drain compromised wallets.
The attack leverages typosquatting and dependency confusion, with some packages (bs58-basic) containing no malicious code themselves but relying on base-x-64 to execute the theft. Obfuscation techniques, including array-rotation ciphers, were used to conceal the Telegram C2 endpoint, though one package (raydium-bs58) accidentally exposed the bot token and group invite URL in a comment.
The campaign, active as of March 23, 2026, was discovered by Socket, which submitted takedown requests for the packages and the associated npm account. However, four of the five packages remained available in the registry at the time of analysis. The attack infrastructure relies solely on the Telegram bot, meaning exfiltration remains operational as long as the bot is active.
Attribution artifacts such as shared typos in package.json, identical compiled binaries, and uniform file timestamps strongly suggest a single developer behind the campaign. The operator’s Telegram handle (@crypto_sol3) was linked to the bot’s administration group. The malicious packages exploit Node.js 18+ environments, failing silently on older versions due to a missing fetch() API dependency.
Developers are advised to remove the affected packages and treat any exposed keys as compromised, though the summary strictly focuses on the incident’s details.
INCIDENT DETAILS -
TYPE
MOTIVATION
IMPACT
DATA BREACH
REFERENCES
FEBRUARY 2026
779
JANUARY 2026
779
DECEMBER 2025
779
NOVEMBER 2025
779
OCTOBER 2025
779
Frequently Asked Questions
?
What is the current A.I Rankiteo Cyber Score for Ethereum ??
What was Ethereum's A.I Rankiteo Cyber Score in August 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in July 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in June 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in May 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in April 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in March 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in February 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in January 2026 ??
What was Ethereum's A.I Rankiteo Cyber Score in December 2025 ??
What was Ethereum's A.I Rankiteo Cyber Score in November 2025 ??
What was Ethereum's A.I Rankiteo Cyber Score in October 2025 ??
What is the average per-incident point impact on Ethereum's A.I Rankiteo Cyber Score over the past 12 months ??
Where can I access detailed records of all cyber incidents associated with Ethereum ??
Where can I find a summary of the A.I Rankiteo Risk Scoring methodology ??
Where can I view Ethereum's profile page on Rankiteo ??
How accurate is the A.I Rankiteo Risk Scoring methodology ?