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-37993 – Linux Kernel: CAN: Uninitialized Spin Lock in m_can_class_allocate_dev

    CVE-2025-37993 – Linux Kernel: CAN: Uninitialized Spin Lock in m_can_class_allocate_dev

    May 29, 2025

    CVE ID : CVE-2025-37993

    Published : May 29, 2025, 2:15 p.m. | 2 hours, 47 minutes ago

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

    can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe

    The spin lock tx_handling_spinlock in struct m_can_classdev is not
    being initialized. This leads the following spinlock bad magic
    complaint from the kernel, eg. when trying to send CAN frames with
    cansend from can-utils:

    | BUG: spinlock bad magic on CPU#0, cansend/95
    | lock: 0xff60000002ec1010, .magic: 00000000, .owner: /-1, .owner_cpu: 0
    | CPU: 0 UID: 0 PID: 95 Comm: cansend Not tainted 6.15.0-rc3-00032-ga79be02bba5c #5 NONE
    | Hardware name: MachineWare SIM-V (DT)
    | Call Trace:
    | [] dump_backtrace+0x1c/0x24
    | [] show_stack+0x28/0x34
    | [] dump_stack_lvl+0x4a/0x68
    | [] dump_stack+0x14/0x1c
    | [] spin_dump+0x62/0x6e
    | [] do_raw_spin_lock+0xd0/0x142
    | [] _raw_spin_lock_irqsave+0x20/0x2c
    | [] m_can_start_xmit+0x90/0x34a
    | [] dev_hard_start_xmit+0xa6/0xee
    | [] sch_direct_xmit+0x114/0x292
    | [] __dev_queue_xmit+0x3b0/0xaa8
    | [] can_send+0xc6/0x242
    | [] raw_sendmsg+0x1a8/0x36c
    | [] sock_write_iter+0x9a/0xee
    | [] vfs_write+0x184/0x3a6
    | [] ksys_write+0xa0/0xc0
    | [] __riscv_sys_write+0x14/0x1c
    | [] do_trap_ecall_u+0x168/0x212
    | [] handle_exception+0x146/0x152

    Initializing the spin lock in m_can_class_allocate_dev solves that
    problem.

    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-37994 – “Linux Kernel USB TypeC UCSI NULL Pointer Access Vulnerability”
    Next Article CVE-2025-33043 – APTIOV BIOS Improper Input Validation 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

    CVE-2025-48496 – Emerson ValveLink Path Traversal Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-53937 – WeGIA SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    InfluxDB Core is a scalable datastore for metrics, events, and real-time analytics

    Linux

    CVE-2025-47732 – Microsoft Dataverse Remote Code Execution (RCE)

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-52487 – DNN Bypass Login IP Filter Vulnerability

    June 21, 2025

    CVE ID : CVE-2025-52487

    Published : June 21, 2025, 3:15 a.m. | 3 hours ago

    Description : DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. In versions 7.0.0 to before 10.0.1, DNN.PLATFORM allows a specially crafted request or proxy to be created that could bypass the design of DNN Login IP Filters allowing login attempts from IP Addresses not in the allow list. This issue has been patched in version 10.0.1.

    Severity: 0.0 | NA

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

    CVE-2015-20112 – Fortinet SSL/TLS CTR Stream Collision Vulnerability

    June 29, 2025

    ChatGPT can record, transcribe, and analyze your meetings now

    June 4, 2025

    CVE-2025-6972 – SOLIDWORKS eDrawings After Free Code Execution Vulnerability

    July 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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