Close Menu
    Facebook X (Twitter) Instagram
    Thursday, August 21
    X (Twitter) Instagram LinkedIn YouTube
    Chain Tech Daily
    Banner
    • Altcoins
    • Bitcoin
    • Crypto
    • Coinbase
    • Litecoin
    • Ethereum
    • Blockchain
    • Lithosphere News Releases
    Chain Tech Daily
    You are at:Home » Security Alert – Solidity – Variables can be overwritten in storage
    Ethereum

    Security Alert – Solidity – Variables can be overwritten in storage

    Olivia MartinezBy Olivia MartinezFebruary 15, 2025No Comments2 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Summary: In some situations, variables can overwrite other variables in storage.

    Affected Solidity compiler versions: 0.1.6 to 0.4.3 (including 0.4.4 pre-release versions)

    Detailed description:

    Storage variables that are smaller than 256 bits are packed together into the same 256 bit slot if they can fit. If a value larger than what is allowed by the type is assigned to the first variable, that value will overwrite the second variable.

    This means if an attacker can cause an overflow in the value of the first variable, then the second variable can be modified. Creating an overflow in the first variable is possible using arithmetics or by directly passing in a value from the call data (values in call data are aligned to 32 bytes, and padding is neither verified nor enforced).

    Contracts that only use the types listed below for state variables are not affected. Arrays, mappings and structs (based on those following types) are also not affected:

    • signed integers, including sizes smaller than 256 bits
    • bytesNN types, including sizes smaller than 256 bits
    • unsigned integers (uint) of 256 bits

    Contracts with types smaller than 256 bits that are never next to each other (note that state variables of base contracts are “pulled in”) are not affected.

    The Ethereum multisignature wallet contract is not affected.
    Note that addresses take up 160 bits, so contracts that only use addresses and 256-bit types are safe. Additionally, addresses and booleans are almost never manipulated via arithmetic operations in practice, so contracts using only addresses, booleans and 256 bit types should also be safe.

    The following contracts may be affected:
    Contracts containing two or more contiguous state variables where the sum of their sizes is less than 256 bits and the first state variable is not a signed integer and not of bytesNN type.

    Types smaller than 256 bits include:
    bool, enums, uint8, …, uint248, int8, …, int248, address, any contract type

    Recommended action:

    • Recompile contracts that have not yet been deployed using at least Solidity release 0.4.4 (not the pre-release or nightly version).
    • Deactivate, remove funds from, or upgrade already deployed contracts.

    This vulnerability was found by [github.com/catageek](https://github.com/catageek): [https://github.com/ethereum/solidity/issues/1306](https://github.com/ethereum/solidity/issues/1306)



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHere’s why Solana price sits at a make-or-break level
    Next Article Trump gets 75% of World Liberty revenue, but isn’t even an employee
    Olivia Martinez

    Related Posts

    A new chapter in the infinite garden

    August 21, 2025

    Audit Results for the Pectra System Contracts

    August 21, 2025

    Welcoming a new EF leadership structure

    August 21, 2025
    Leave A Reply Cancel Reply

    Don't Miss

    ‘Very few cryptocurrencies are securities:’ SEC Chair Paul Atkins

    IMF wants to doxx Chivo wallets, BTC balances of El Salvador state users

    Kanye West launches ‘YZY’ memecoin on Solana

    All of Burwick Law’s crypto investigations and lawsuits

    About
    About

    ChainTechDaily.com is your daily destination for the latest news and developments in the cryptocurrency space. Stay updated with expert insights and analysis tailored for crypto enthusiasts and investors alike.

    X (Twitter) Instagram YouTube LinkedIn
    Popular Posts

    ‘Very few cryptocurrencies are securities:’ SEC Chair Paul Atkins

    August 21, 2025

    IMF wants to doxx Chivo wallets, BTC balances of El Salvador state users

    August 21, 2025

    Kanye West launches ‘YZY’ memecoin on Solana

    August 21, 2025
    Lithosphere News Releases

    Imagen Network Improves Digital Community Engagement Through Grok Driven Interaction Models

    August 20, 2025

    AGII Smarter Risk Detection Improves Decentralized Infrastructure Safety

    August 20, 2025

    Imagen Network Enhances User Experiences with Grok Personalization Engines

    August 19, 2025
    Copyright © 2025

    Type above and press Enter to search. Press Esc to cancel.