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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 22, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 22, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 22, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 22, 2025

      Sam Altman says ChatGPT’s viral Ghibli effect “forced OpenAI to do a lot of unnatural things”

      May 22, 2025

      How to get started with Microsoft Copilot on Windows 11

      May 22, 2025

      Microsoft blocks employees from sending emails that mention “Palestine” or “Gaza”

      May 22, 2025

      I missed out on the Clair Obscur: Expedition 33 Collector’s Edition but thankfully, the developers are launching something special

      May 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

      Perficient is Shaping the Future of Salesforce Innovation

      May 22, 2025
      Recent

      Perficient is Shaping the Future of Salesforce Innovation

      May 22, 2025

      Opal – Optimizely’s AI-Powered Marketing Assistant

      May 22, 2025

      Content Compliance Without the Chaos: How Optimizely CMP Empowers Financial Services Marketers

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

      Sam Altman says ChatGPT’s viral Ghibli effect “forced OpenAI to do a lot of unnatural things”

      May 22, 2025
      Recent

      Sam Altman says ChatGPT’s viral Ghibli effect “forced OpenAI to do a lot of unnatural things”

      May 22, 2025

      How to get started with Microsoft Copilot on Windows 11

      May 22, 2025

      Microsoft blocks employees from sending emails that mention “Palestine” or “Gaza”

      May 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-37989 – Linux Kernel Phy LED Trigger Memory Leak Vulnerability

    CVE-2025-37989 – Linux Kernel Phy LED Trigger Memory Leak Vulnerability

    May 20, 2025

    CVE ID : CVE-2025-37989

    Published : May 20, 2025, 6:15 p.m. | 34 minutes ago

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

    net: phy: leds: fix memory leak

    A network restart test on a router led to an out-of-memory condition,
    which was traced to a memory leak in the PHY LED trigger code.

    The root cause is misuse of the devm API. The registration function
    (phy_led_triggers_register) is called from phy_attach_direct, not
    phy_probe, and the unregister function (phy_led_triggers_unregister)
    is called from phy_detach, not phy_remove. This means the register and
    unregister functions can be called multiple times for the same PHY
    device, but devm-allocated memory is not freed until the driver is
    unbound.

    Hostinger

    This also prevents kmemleak from detecting the leak, as the devm API
    internally stores the allocated pointer.

    Fix this by replacing devm_kzalloc/devm_kcalloc with standard
    kzalloc/kcalloc, and add the corresponding kfree calls in the unregister
    path.

    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-37985 – Linux Kernel USB Wdm Wwan Buffer Overflow
    Next Article CVE-2025-37990 – “Broadcom brcm80211 WiFi Linux Kernel Uninitialized Variable Use”

    Related Posts

    Development

    Smashing Security podcast #418: Grid failures, Instagram scams, and Legal Aid leaks

    May 22, 2025
    Development

    FBI Seizes Key Domains Behind LummaC2 Malware Used in Global Credential Theft

    May 22, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Focal’s popular wireless Bathys return – this time with more features and a beefed up price tag

    News & Updates

    Apple TV+ may finally be coming to Android phones – its boldest move yet

    News & Updates

    CVE-2025-3600 – Telerik UI for AJAX Unhandled Exception Denial of Service Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    How to Implement Reliable WebSocket Reconnection Logic with Ease

    Development

    Highlights

    Artificial Intelligence

    200+ artists warn about generative AI meddling in music

    April 4, 2024

    200+ artists, including Billie Eilish, Nicki Minaj, Pearl Jam, R.E.M, Chase & Status, and Jon…

    If Intel can’t come up with a Qualcomm-killer soon, it’s game over for x86 PCs

    July 31, 2024

    Top 5 AI-Powered Social Engineering Attacks

    January 31, 2025

    10 Essential Custom React Hooks to Supercharge Your Projects

    January 28, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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