HackMD
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • Note Permission
    • Read
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • Write
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • More (Comment, Invitee)
    • Publishing
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions and GitHub Sync
    • Transfer ownership
    • Delete this note
    • Template
    • Save as template
    • Insert from template
    • Export
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Sharing Help
Menu
Options
Versions and GitHub Sync Transfer ownership Delete this note
Export
Google Drive Export to Google Drive Gist
Import
Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
More (Comment, Invitee)
Publishing
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with GitHub
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Ethereum Fusaka Audit Competition ## Prize Distribution and Scoring - **Total Prize Pool:** \$2,000,000 - **Primary Prize Pool:** \$1,975,000 - The prize distribution has 4 possible triggers: - If one or more valid low severity findings are found, the total pot size is \$50,000. - If one or more valid medium severity findings are found, the total pot size is \$200,000. - If one or more valid high severity findings are found, the total pot size is \$500,000. - If one or more valid critical severity findings are found, the total pot size is \$2,000,000. - \$25,000 of the prize pot is reserved for informational severity findings: - Each informational severity finding is capped at \$1,000. - Any remaining funds from this reserved pool will be added back to the primary prize pool. ## Scoring Mechanism ### Early Report Multiplier - For the first week of the competition, valid reports are provided with a 2x multiplier. - For the second week of the competition, valid reports are provided with a 1.5x multiplier. ### Point Calculation - A critical severity finding is worth 30 points. - A high severity finding is worth 10 points. - A medium severity finding is worth 5 points. - A low severity finding is worth 2 points. ### Live Fixes & Duplication - Given the nature and importance of the Ethereum protocol, all of the fixes will be made to the respective public repositories during the competition as soon as a valid finding is reported. - Duplicate findings will be considered as long as they are reported before the fixes/commits are made public. Any edits after the fix is made public will not be considered while judging these findings. ## Severity Definitions & Judging - This competition is measuring the severity a vulnerability has on the entire Ethereum network. - [Here](#Clients) you can find data on the network impact each client has on the Ethereum network. - The Ethereum Foundation’s Protocol Security team will assist in judging the findings and have the final word on all judging related decisions. - A finding may, if deemed relevant by the judges, have its severity upgraded from the definitions below (for example Medium -> High). - Unrelated findings cannot be chained together and are treated individually. ### Critical Severity Vulnerabilities that allow an attacker to slash more than 50% of validators, exploit an EIP/specification or client bug to easily create an infinite amount of ETH which is finalized by the network, steal ETH from all EOAs, burn ETH from all EOAs, or take down the entire network by sending a single malicious on-chain transaction that ends up crashing all clients. ### High Severity Vulnerabilities that allow an attacker to slash more than 33% of validators, trivially cause network splits affecting more than 33% of the network, or being able to bring down more than 33% of the network by sending a single network packet or an on-chain transaction. ### Medium Severity Vulnerabilities that allow an attacker to slash more than 1% of validators, trivially cause network splits affecting more than 5% of the network, or being able to bring down more than 5% of the network by sending a single network packet or an on-chain transaction. ### Low Severity Vulnerabilities that allow an attacker to slash more than 0.01% of validators, trivially cause network splits affecting at least 0.01% of the network, or being able to bring down more than 0.01% of the network by sending a single network packet or an on-chain transaction. ### Informational Severity Observations or recommendations regarding code quality, maintainability, or system architecture that do not present a direct security risk. These findings aim to provide insights for potential improvements rather than addressing an immediate vulnerability. Only applicable if the team decides to implement a change based on the report. ## Documentation - The [Fusaka Auditor Guide](https://notes.ethereum.org/@fredrik/fusaka-auditor-guide) contains relevant resources for the competition. ## Scope Only Fusaka specific code is in scope of this competition. Any vulnerabilities that are not specifically related to the upgrade are out of scope of the competition and should instead be submitted via the [Ethereum Foundation's Bug Bounty Program](https://bounty.ethereum.org). Items scheduled for future upgrades are not in scope. In the case where there is already an EIP that would mitigate an attack, the issue is a "known issue" and is not eligible. ### Specifications - [Consensus Specifications](https://github.com/ethereum/consensus-specs/tree/master/specs/fulu) - [Execution Specifications](https://github.com/ethereum/execution-specs/tree/forks/osaka/src/ethereum/osaka) ### EIPs - [EIP-7594: PeerDAS - Peer Data Availability Sampling](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7594.md) - [EIP-7823: Set upper bounds for MODEXP](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7823.md) - [EIP-7825: Transaction Gas Limit Cap](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7825.md) - [EIP-7883: ModExp Gas Cost Increase](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7883.md) - [EIP-7892: Blob Parameter Only Hardforks](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7892.md) - [EIP-7917: Deterministic proposer lookahead](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7917.md) - [EIP-7918: Blob base fee bounded by execution cost](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7918.md) - [EIP-7934: RLP Execution Block Size Limit](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7934.md) - [EIP-7935: Set default gas limit to XX0M](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7935.md) - [EIP-7939: Count leading zeros (CLZ) opcode](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7939.md) - [EIP-7951: Precompile for secp256r1 Curve Support](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7951.md) - [EIP-7642: eth/69 - Drop pre-merge fields](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7642.md) - [EIP-7910: eth_config JSON-RPC Method](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7910.md) ### Clients #### Execution Clients | Client | Percentage | |:--------------------------------------------------------- | ----------:| | [Go Ethereum](https://github.com/ethereum/go-ethereum) | 41% | | [Nethermind](https://github.com/NethermindEth/nethermind) | 38% | | [Besu](https://github.com/hyperledger/besu) | 16% | | [Erigon](https://github.com/erigontech/erigon) | 3% | | [Reth](https://github.com/paradigmxyz/reth) | 2% | *Note*: Data provided by [clientdiversity.org](https://clientdiversity.org/). #### Consensus Clients | Client | Percentage | |:---------------------------------------------------- | ----------:| | [Lighthouse](https://github.com/sigp/lighthouse) | 42% | | [Prysm](https://github.com/prysmaticlabs/prysm) | 31% | | [Teku](https://github.com/Consensys/teku) | 21% | | [Nimbus](https://github.com/status-im/nimbus-eth2) | 6% | | [Lodestar](https://github.com/chainsafe/lodestar) | 1% | | [Grandine](https://github.com/grandinetech/grandine) | 0.02% | *Note*: Data provided by [Bloxroute](https://bloxroute.com) & [ultra sound relay](https://relay.ultrasound.money). Validator distributions were calculated by analyzing user-agent strings provided in relay requests. Results from relays are averaged, excluding unknown user-agent strings and [Vouch](https://www.attestant.io/posts/introducing-vouch/) validators. <!-- from user-agent strings in `SubmitBlindedBlock` requests over three days (20k slots). --> ### Build Instructions and POC - All required build instructions are documented within their respective repositories. - Mandatory POC rule applies for this competition. All submissions must have a POC at the time of submission. ### Out of scope - Typographical errors. - Non-upgrade specific vulnerabilities. - High-effort (sustained, CPU or bandwidth intensive) single-peer DoS attacks. - All TODO items referenced in any of the codebases are considered known issues. - Any issue related to an open issue or PR in the respective repository. ## Contact Us For any issues or concerns regarding this competition, please reach out to the Sherlock core team through the Sherlock Discord.

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lost their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.


Upgrade

All
  • All
  • Team
No template.

Create a template


Upgrade

Delete template

Do you really want to delete this template?

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Sign in via SAML

or

Sign in via GitHub

Help

  • English
  • 中文
  • 日本語

Documents

Tutorials

Book Mode Tutorial

Slide Example

YAML Metadata

Resources

Releases

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions

Versions and GitHub Sync

Sign in to link this note to GitHub Learn more
This note is not linked with GitHub Learn more
 
Add badge Pull Push GitHub Link Settings
Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub

      Please sign in to GitHub and install the HackMD app on your GitHub repo. Learn more

       Sign in to GitHub

      HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully