Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      React.js for SaaS Platforms: How Top Development Teams Help Startups Launch Faster

      August 3, 2025

      Upwork Freelancers vs Dedicated React.js Teams: What’s Better for Your Project in 2025?

      August 1, 2025

      Is Agile dead in the age of AI?

      August 1, 2025

      Top 15 Enterprise Use Cases That Justify Hiring Node.js Developers in 2025

      July 31, 2025

      Unplugging these 7 common household devices helped reduce my electricity bills

      August 3, 2025

      DistroWatch Weekly, Issue 1133

      August 3, 2025

      Anthropic beats OpenAI as the top LLM provider for business – and it’s not even close

      August 2, 2025

      I bought Samsung’s Galaxy Watch Ultra 2025 – here’s why I have buyer’s remorse

      August 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The details of TC39’s last meeting

      August 3, 2025
      Recent

      The details of TC39’s last meeting

      August 3, 2025

      Enhancing Laravel Queries with Reusable Scope Patterns

      August 1, 2025

      Everything We Know About Livewire 4

      August 1, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      DistroWatch Weekly, Issue 1133

      August 3, 2025
      Recent

      DistroWatch Weekly, Issue 1133

      August 3, 2025

      Newelle, a ‘Virtual Assistant’ for GNOME, Hits Version 1.0

      August 3, 2025

      Bustle – visualize D-Bus activity

      August 3, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2023-53142 – “Ice: Buffer Overflow in ice_get_module_eeprom()”

    CVE-2023-53142 – “Ice: Buffer Overflow in ice_get_module_eeprom()”

    May 2, 2025

    CVE ID : CVE-2023-53142

    Published : May 2, 2025, 4:15 p.m. | 34 minutes ago

    Description : In the Linux kernel, the following vulnerability has been resolved:

    ice: copy last block omitted in ice_get_module_eeprom()

    ice_get_module_eeprom() is broken since commit e9c9692c8a81 (“ice:
    Reimplement module reads used by ethtool”) In this refactor,
    ice_get_module_eeprom() reads the eeprom in blocks of size 8.
    But the condition that should protect the buffer overflow
    ignores the last block. The last block always contains zeros.

    Bug uncovered by ethtool upstream commit 9538f384b535
    (“netlink: eeprom: Defer page requests to individual parsers”)
    After this commit, ethtool reads a block with length = 1;
    to read the SFF-8024 identifier value.

    unpatched driver:
    $ ethtool -m enp65s0f0np0 offset 0x90 length 8
    Offset Values
    —— ——
    0x0090: 00 00 00 00 00 00 00 00
    $ ethtool -m enp65s0f0np0 offset 0x90 length 12
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00
    $

    $ ethtool -m enp65s0f0np0
    Offset Values
    —— ——
    0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00
    0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    patched driver:
    $ ethtool -m enp65s0f0np0 offset 0x90 length 8
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c
    $ ethtool -m enp65s0f0np0 offset 0x90 length 12
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78
    $ ethtool -m enp65s0f0np0
    Identifier : 0x11 (QSFP28)
    Extended identifier : 0x00
    Extended identifier description : 1.5W max. Power consumption
    Extended identifier description : No CDR in TX, No CDR in RX
    Extended identifier description : High Power Class (> 3.5 W) not enabled
    Connector : 0x23 (No separable connector)
    Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    Transceiver type : 40G Ethernet: 40G Base-CR4
    Transceiver type : 25G Ethernet: 25G Base-CR CA-N
    Encoding : 0x05 (64B/66B)
    BR, Nominal : 25500Mbps
    Rate identifier : 0x00
    Length (SMF,km) : 0km
    Length (OM3 50um) : 0m
    Length (OM2 50um) : 0m
    Length (OM1 62.5um) : 0m
    Length (Copper or Active cable) : 1m
    Transmitter technology : 0xa0 (Copper cable unequalized)
    Attenuation at 2.5GHz : 4db
    Attenuation at 5.0GHz : 5db
    Attenuation at 7.0GHz : 7db
    Attenuation at 12.9GHz : 10db
    ……..
    ….

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCVE-2023-53143 – “Ext4 Linux Kernel Off-by-One Error in fsmap Handling”
    Next Article CVE-2023-53141 – Intel Ila Netlink Vulnerability

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-6754 – “WordPress SEO Metrics Privilege Escalation”

    August 3, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7710 – “Brave Conversion Engine WordPress Facebook Authentication Bypass”

    August 3, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    This $400 Motorola phone comes with built-in stylus and a fantastic OLED display

    News & Updates

    Are Amazon Basics tools any good? I bought a bunch to find out, and you’d be surprised

    News & Updates

    Anthropic finds alarming ’emerging trends’ in Claude misuse report

    News & Updates

    CVE-2025-28104 – LaskBlog Information Disclosure

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    News & Updates

    The Witcher 3: Wild Hunt is finally getting cross-platform mods on Xbox, PC, and PlayStation

    May 30, 2025

    The Witcher 3: Wild Hunt is getting one last update later in 2025, bringing cross-platform…

    I let this Segway robot mow my lawn for months – here’s why it’s been irreplaceable for me

    July 31, 2025

    CVE-2025-5428 – Juzaweb CMS Remote Improper Access Controls Vulnerability

    June 2, 2025

    CVE-2025-5597 – Airleader MASTER Authentication Bypass

    June 4, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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