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

      10 Ways Node.js Development Boosts AI & Real-Time Data (2025-2026 Edition)

      August 18, 2025

      Looking to Outsource React.js Development? Here’s What Top Agencies Are Doing Right

      August 18, 2025

      Beyond The Hype: What AI Can Really Do For Product Design

      August 18, 2025

      BrowserStack launches Chrome extension that bundles 10+ manual web testing tools

      August 18, 2025

      How much RAM does your Linux PC really need in 2025?

      August 19, 2025

      Have solar at home? Supercharge that investment with this other crucial component

      August 19, 2025

      I replaced my MacBook charger with this compact wall unit – and wish I’d done it sooner

      August 19, 2025

      5 reasons to switch to an immutable Linux distro today – and which to try first

      August 19, 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

      Sentry Adds Logs Support for Laravel Apps

      August 19, 2025
      Recent

      Sentry Adds Logs Support for Laravel Apps

      August 19, 2025

      Efficient Context Management with Laravel’s Remember Functions

      August 19, 2025

      Laravel Devtoolbox: Your Swiss Army Knife Artisan CLI

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

      From plateau predictions to buggy rollouts — Bill Gates’ GPT-5 skepticism looks strangely accurate

      August 18, 2025
      Recent

      From plateau predictions to buggy rollouts — Bill Gates’ GPT-5 skepticism looks strangely accurate

      August 18, 2025

      We gave OpenAI’s open-source AI a kid’s test — here’s what happened

      August 18, 2025

      With GTA 6, next-gen exclusives, and a console comeback on the horizon, Xbox risks sitting on the sidelines — here’s why

      August 18, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-38224 – Kvaser PCIEFD Linux Kernel Slab Out-of-Bounds Write

    CVE-2025-38224 – Kvaser PCIEFD Linux Kernel Slab Out-of-Bounds Write

    July 4, 2025

    CVE ID : CVE-2025-38224

    Published : July 4, 2025, 2:15 p.m. | 4 hours, 57 minutes ago

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

    can: kvaser_pciefd: refine error prone echo_skb_max handling logic

    echo_skb_max should define the supported upper limit of echo_skb[]
    allocated inside the netdevice’s priv. The corresponding size value
    provided by this driver to alloc_candev() is KVASER_PCIEFD_CAN_TX_MAX_COUNT
    which is 17.

    But later echo_skb_max is rounded up to the nearest power of two (for the
    max case, that would be 32) and the tx/ack indices calculated further
    during tx/rx may exceed the upper array boundary. Kasan reported this for
    the ack case inside kvaser_pciefd_handle_ack_packet(), though the xmit
    function has actually caught the same thing earlier.

    BUG: KASAN: slab-out-of-bounds in kvaser_pciefd_handle_ack_packet+0x2d7/0x92a drivers/net/can/kvaser_pciefd.c:1528
    Read of size 8 at addr ffff888105e4f078 by task swapper/4/0

    CPU: 4 UID: 0 PID: 0 Comm: swapper/4 Not tainted 6.15.0 #12 PREEMPT(voluntary)
    Call Trace:

    dump_stack_lvl lib/dump_stack.c:122
    print_report mm/kasan/report.c:521
    kasan_report mm/kasan/report.c:634
    kvaser_pciefd_handle_ack_packet drivers/net/can/kvaser_pciefd.c:1528
    kvaser_pciefd_read_packet drivers/net/can/kvaser_pciefd.c:1605
    kvaser_pciefd_read_buffer drivers/net/can/kvaser_pciefd.c:1656
    kvaser_pciefd_receive_irq drivers/net/can/kvaser_pciefd.c:1684
    kvaser_pciefd_irq_handler drivers/net/can/kvaser_pciefd.c:1733
    __handle_irq_event_percpu kernel/irq/handle.c:158
    handle_irq_event kernel/irq/handle.c:210
    handle_edge_irq kernel/irq/chip.c:833
    __common_interrupt arch/x86/kernel/irq.c:296
    common_interrupt arch/x86/kernel/irq.c:286

    Tx max count definitely matters for kvaser_pciefd_tx_avail(), but for seq
    numbers’ generation that’s not the case – we’re free to calculate them as
    would be more convenient, not taking tx max count into account. The only
    downside is that the size of echo_skb[] should correspond to the max seq
    number (not tx max count), so in some situations a bit more memory would
    be consumed than could be.

    Thus make the size of the underlying echo_skb[] sufficient for the rounded
    max tx value.

    Found by Linux Verification Center (linuxtesting.org) with Syzkaller.

    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-38225 – Vulnerability Title: “Imx-Jpeg Linux Kernel NULL Pointer Dereference”
    Next Article CVE-2025-38223 – Ceph: Kernel BUG on encrypted inode with unaligned file size

    Related Posts

    Development

    Workday Staff Fall to Social Engineering; Hackers Access Third-Party CRM Platform

    August 18, 2025
    Development

    Get Ready for the Black Hat USA 2025 CISO Podcast Series from The Cyber Express and Suraksha Catalyst

    August 18, 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-51658 – SemCms SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    I found a tablet that could replace my iPad and Kindle – and it’s worth every penny

    News & Updates

    LibAdapta 1.5: la nuova libreria per la gestione dei temi su Linux Mint

    Linux

    Customizing Material UI Themes Without Losing Accessibility

    Web Development

    Highlights

    CVE-2025-47113 – Adobe Experience Manager Stored Cross-Site Scripting (XSS)

    June 10, 2025

    CVE ID : CVE-2025-47113

    Published : June 10, 2025, 11:15 p.m. | 2 hours, 34 minutes ago

    Description : Adobe Experience Manager versions 6.5.22 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a low privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field.

    Severity: 5.4 | MEDIUM

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

    CVE-2025-49861 – Kama Click Counter Cross-site Scripting Vulnerability

    June 17, 2025

    Organic Maps – offline map software

    May 10, 2025

    How to Keep Up With New CSS Features

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

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