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

      Agent Mode for Gemini added to Android Studio

      June 24, 2025

      Google’s Agent2Agent protocol finds new home at the Linux Foundation

      June 23, 2025

      Decoding The SVG path Element: Curve And Arc Commands

      June 23, 2025

      This week in AI dev tools: Gemini 2.5 Pro and Flash GA, GitHub Copilot Spaces, and more (June 20, 2025)

      June 20, 2025

      Microsoft is reportedly planning yet more major cuts at Xbox — as early as next week

      June 24, 2025

      Microsoft makes Windows 10 security updates FREE for an extra year — but there’s a catch, and you might not like it

      June 24, 2025

      “Deus Ex” just turned 25 years old and it’s still the best PC game of all time — you only need $2 to play it on practically anything

      June 24, 2025

      Where to buy a Meta Quest 3S Xbox Edition — and why it’s a better bargain than the “normal” Meta Quest 3S

      June 24, 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

      Vite 7.0 Is Out

      June 24, 2025
      Recent

      Vite 7.0 Is Out

      June 24, 2025

      Exploring JavaScript ES2025 Edition

      June 24, 2025

      Mastering Mixed DML Operations in Apex

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

      Microsoft is reportedly planning yet more major cuts at Xbox — as early as next week

      June 24, 2025
      Recent

      Microsoft is reportedly planning yet more major cuts at Xbox — as early as next week

      June 24, 2025

      Microsoft makes Windows 10 security updates FREE for an extra year — but there’s a catch, and you might not like it

      June 24, 2025

      “Deus Ex” just turned 25 years old and it’s still the best PC game of all time — you only need $2 to play it on practically anything

      June 24, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-37832 – Allwinner cpufreq sun50i Linux Kernel Out-of-Bounds Read Vulnerability

    CVE-2025-37832 – Allwinner cpufreq sun50i Linux Kernel Out-of-Bounds Read Vulnerability

    May 8, 2025

    CVE ID : CVE-2025-37832

    Published : May 8, 2025, 7:15 a.m. | 58 minutes ago

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

    cpufreq: sun50i: prevent out-of-bounds access

    A KASAN enabled kernel reports an out-of-bounds access when handling the
    nvmem cell in the sun50i cpufreq driver:
    ==================================================================
    BUG: KASAN: slab-out-of-bounds in sun50i_cpufreq_nvmem_probe+0x180/0x3d4
    Read of size 4 at addr ffff000006bf31e0 by task kworker/u16:1/38

    This is because the DT specifies the nvmem cell as covering only two
    bytes, but we use a u32 pointer to read the value. DTs for other SoCs
    indeed specify 4 bytes, so we cannot just shorten the variable to a u16.

    Fortunately nvmem_cell_read() allows to return the length of the nvmem
    cell, in bytes, so we can use that information to only access the valid
    portion of the data.
    To cover multiple cell sizes, use memcpy() to copy the information into a
    zeroed u32 buffer, then also make sure we always read the data in little
    endian fashion, as this is how the data is stored in the SID efuses.

    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-37834 – Linux Kernel: Dirty Swapcache Page Reclamation Vulnerability
    Next Article CVE-2025-37833 – Linux Niu PCI-MSIX Touch Entry Data Vulnerability

    Related Posts

    Security

    Critical Kibana Flaws: CVE-2025-2135 (CVSS 9.9) Allows Heap Corruption & RCE; Open Redirect Also Patched

    June 25, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-0966 – IBM InfoSphere Information Server SQL Injection Vulnerability

    June 25, 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

    Rilasciata Rocky Linux 10: La Nuova Alternativa Libera a Red Hat Enterprise Linux 10

    Linux

    Google DeepMind Releases Gemma 3n: A Compact, High-Efficiency Multimodal AI Model for Real-Time On-Device Use

    Machine Learning

    CVE-2025-3476 – OpenText Operations Bridge Manager Authorization Bypass

    Common Vulnerabilities and Exposures (CVEs)

    Security Tools Alone Don’t Protect You — Control Effectiveness Does

    Development

    Highlights

    News & Updates

    New code strings attached to Xbox Game Pass suggests a price increase may be imminent

    June 13, 2025

    Death, taxes, and subscription service price increases. The three horsemen of inevitability. A new code…

    CVE-2025-4880 – PHPGurukul News Portal SQL Injection Vulnerability

    May 18, 2025

    Chinese Cyberespionage Groups Probe SentinelOne in Sophisticated ShadowPad and PurpleHaze Campaigns

    June 10, 2025

    CVE-2025-20970 – Bixby Vision Privilege Escalation Vulnerability

    May 7, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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