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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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 Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

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

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-38086 – “NetChip Ch9200 Uninitialized Memory Access Vulnerability”

    CVE-2025-38086 – “NetChip Ch9200 Uninitialized Memory Access Vulnerability”

    June 28, 2025

    CVE ID : CVE-2025-38086

    Published : June 28, 2025, 8:15 a.m. | 3 hours, 1 minute ago

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

    net: ch9200: fix uninitialised access during mii_nway_restart

    In mii_nway_restart() the code attempts to call
    mii->mdio_read which is ch9200_mdio_read(). ch9200_mdio_read()
    utilises a local buffer called “buff”, which is initialised
    with control_read(). However “buff” is conditionally
    initialised inside control_read():

    if (err == size) {
    memcpy(data, buf, size);
    }

    If the condition of “err == size” is not met, then
    “buff” remains uninitialised. Once this happens the
    uninitialised “buff” is accessed and returned during
    ch9200_mdio_read():

    return (buff[0] | buff[1]
    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-2025-5937 – WordPress MicroPayments Fans Paysite CSRF Vulnerability
    Next Article CVE-2025-38085 – Linux Kernel: Huge Page Table Unshare Race Condition Vulnerability

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-44658 – Netgear RAX30 PHP-FPM Misconfigured Extension Bypass Vulnerability

    July 22, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7393 – Drupal Mail Login Authentication Bypass

    July 22, 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

    You can dismiss Apple Watch notifications with a flick of your wrist now

    News & Updates

    Grafana 12 is now available with new observability as code features, Dynamic Dashboards, and more

    Tech & Work

    Stream ingest data from Kafka to Amazon Bedrock Knowledge Bases using custom connectors

    Machine Learning

    Hackers access sensitive SIM card data at South Korea’s largest telecoms company

    Development

    Highlights

    Antidote is a Zsh implementation of the legacy Antibody plugin manager

    June 5, 2025

    Antidote is a feature-complete Zsh implementation of the legacy Antibody plugin manager, which in turn…

    How to Build Cross-Platform Apps with React Native for Windows & macOS

    April 24, 2025

    Microsoft shares grow on FY25 Q3 earnings, beating expectations with a 13% increase year-over-year, driven by cloud, gaming, and AI

    May 1, 2025

    An In-Depth Guide to Firecrawl Playground: Exploring Scrape, Crawl, Map, and Extract Features for Smarter Web Data Extraction

    April 18, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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