Close Menu
Chain Tech Daily

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    No crypto wins in Trump’s ‘big beautiful bill,’ but market eyes liquidity boost

    July 3, 2025

    Under‑$0.002 gem could 500x before Cardano reclaims $3

    July 3, 2025

    Telegram’s blockchain developer joins unicorn ranks at $1b valuation

    July 3, 2025
    Facebook X (Twitter) Instagram
    Chain Tech Daily
    • Altcoins
      • Litecoin
      • Coinbase
      • Crypto
      • Blockchain
    • Bitcoin
    • Ethereum
    • Lithosphere News Releases
    Facebook X (Twitter) Instagram YouTube
    Chain Tech Daily
    Home » Security Alert – Solidity – Variables can be overwritten in storage
    Ethereum

    Security Alert – Solidity – Variables can be overwritten in storage

    Olivia MartinezBy Olivia MartinezFebruary 12, 20252 Mins Read
    Facebook Twitter Pinterest LinkedIn WhatsApp Reddit 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 WhatsApp Reddit Tumblr Email
    Olivia Martinez

    Related Posts

    Ethereum June 30, 2025

    Katana mainnet launch nears as pre-deposit closes with $200M in active deposits

    Ethereum June 22, 2025

    World Experience: Updates from the Next Billion Fellowship

    Ethereum June 21, 2025

    Checkpoint #4: Berlinterop | Ethereum Foundation Blog

    Ethereum June 19, 2025

    Truth Social files for a Bitcoin and Ethereum ETF

    Ethereum June 19, 2025

    Truth Social files for a Bitcoin and Ethereum ETF

    Ethereum June 18, 2025

    Ethereum ETFs hit ATH, SPX6900 cools off, XRP outlook remains bullish

    Leave A Reply Cancel Reply

    Don't Miss
    Crypto July 3, 2025

    No crypto wins in Trump’s ‘big beautiful bill,’ but market eyes liquidity boost

    While Trump’s budget did not tackle any crypto issues, the liquidity boost might still be…

    Under‑$0.002 gem could 500x before Cardano reclaims $3

    July 3, 2025

    Telegram’s blockchain developer joins unicorn ranks at $1b valuation

    July 3, 2025

    USD saw the worst performance since 1973. What’s next?

    July 3, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • YouTube
    • LinkedIn
    Our Picks

    No crypto wins in Trump’s ‘big beautiful bill,’ but market eyes liquidity boost

    July 3, 2025

    Under‑$0.002 gem could 500x before Cardano reclaims $3

    July 3, 2025

    Telegram’s blockchain developer joins unicorn ranks at $1b valuation

    July 3, 2025

    USD saw the worst performance since 1973. What’s next?

    July 3, 2025

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Don't Miss
    Crypto July 3, 2025

    No crypto wins in Trump’s ‘big beautiful bill,’ but market eyes liquidity boost

    While Trump’s budget did not tackle any crypto issues, the liquidity boost might still be…

    Under‑$0.002 gem could 500x before Cardano reclaims $3

    July 3, 2025

    Telegram’s blockchain developer joins unicorn ranks at $1b valuation

    July 3, 2025

    USD saw the worst performance since 1973. What’s next?

    July 3, 2025

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    About Us
    About Us

    ChainTechDaily.xyz delivers the latest updates and trends in the world of cryptocurrency. Stay informed with daily news, insights, and analysis tailored for crypto enthusiasts.

    Our Picks

    For Many Women, The Pain Of The Pandemic Led To Stronger Friendships

    January 15, 2020

    How A ‘Healthy’ Lifestyle Can Be Making You Tired

    January 15, 2020

    Fashion Influencers To Follow On Instagram In 2021

    January 15, 2020
    Lithosphere News Releases

    Imagen AI (IMAGE) Developer to Enable Ripple Labs Stablecoin RLUSD for Service Payments

    July 3, 2025

    Imagen Network Begins Strategic Expansion with Bitcoin-Funded AI Infrastructure Rollout

    July 2, 2025

    Imagen Network Taps Solana to Roll Out AI-Powered Social Features for Decentralized Growth

    June 30, 2025

    Social Tools Built on Solana Set to Launch as Imagen Network Accelerates AI-Driven Development

    June 26, 2025
    X (Twitter) Instagram YouTube LinkedIn
    © 2025 Copyright

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