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

      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

      Gemini 2.5 Pro and Flash are generally available and Gemini 2.5 Flash-Lite preview is announced

      June 19, 2025

      Best early Prime Day Nintendo Switch deals: My 17 favorite sales live now

      June 23, 2025

      How I use VirtualBox to run any OS on my Mac – including Linux

      June 23, 2025

      Apple will give you a free pair of AirPods when you buy a MacBook or iPad for school – here’s who’s eligible

      June 23, 2025

      How Apple’s biggest potential acquisition ever could perplex AI rivals like Google

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

      Music Streaming Platform using PHP and MySQL

      June 23, 2025
      Recent

      Music Streaming Platform using PHP and MySQL

      June 23, 2025

      Solutions That Benefit Everyone – Why Inclusive Design Matters for All

      June 23, 2025

      Reducing Barriers Across Industries Through Inclusive Design

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

      Windows 11 Installation Assistant Download: 2025 Guide

      June 23, 2025
      Recent

      Windows 11 Installation Assistant Download: 2025 Guide

      June 23, 2025

      Didn’t Receive Gears of War: Reloaded Code? Explainer

      June 23, 2025

      Fix Vibrant Visuals Greyed Out in Minecraft Bedrock

      June 23, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-37782 – Linux HFS slub Out-of-Bounds Write

    CVE-2025-37782 – Linux HFS slub Out-of-Bounds Write

    May 1, 2025

    CVE ID : CVE-2025-37782

    Published : May 1, 2025, 2:15 p.m. | 1 hour, 10 minutes ago

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

    hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key

    Syzbot reported an issue in hfs subsystem:

    BUG: KASAN: slab-out-of-bounds in memcpy_from_page include/linux/highmem.h:423 [inline]
    BUG: KASAN: slab-out-of-bounds in hfs_bnode_read fs/hfs/bnode.c:35 [inline]
    BUG: KASAN: slab-out-of-bounds in hfs_bnode_read_key+0x314/0x450 fs/hfs/bnode.c:70
    Write of size 94 at addr ffff8880123cd100 by task syz-executor237/5102

    Call Trace:

    __dump_stack lib/dump_stack.c:94 [inline]
    dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120
    print_address_description mm/kasan/report.c:377 [inline]
    print_report+0x169/0x550 mm/kasan/report.c:488
    kasan_report+0x143/0x180 mm/kasan/report.c:601
    kasan_check_range+0x282/0x290 mm/kasan/generic.c:189
    __asan_memcpy+0x40/0x70 mm/kasan/shadow.c:106
    memcpy_from_page include/linux/highmem.h:423 [inline]
    hfs_bnode_read fs/hfs/bnode.c:35 [inline]
    hfs_bnode_read_key+0x314/0x450 fs/hfs/bnode.c:70
    hfs_brec_insert+0x7f3/0xbd0 fs/hfs/brec.c:159
    hfs_cat_create+0x41d/0xa50 fs/hfs/catalog.c:118
    hfs_mkdir+0x6c/0xe0 fs/hfs/dir.c:232
    vfs_mkdir+0x2f9/0x4f0 fs/namei.c:4257
    do_mkdirat+0x264/0x3a0 fs/namei.c:4280
    __do_sys_mkdir fs/namei.c:4300 [inline]
    __se_sys_mkdir fs/namei.c:4298 [inline]
    __x64_sys_mkdir+0x6c/0x80 fs/namei.c:4298
    do_syscall_x64 arch/x86/entry/common.c:52 [inline]
    do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83
    entry_SYSCALL_64_after_hwframe+0x77/0x7f
    RIP: 0033:0x7fbdd6057a99

    Add a check for key length in hfs_bnode_read_key to prevent
    out-of-bounds memory access. If the key length is invalid, the
    key buffer is cleared, improving stability and reliability.

    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-37786 – Linux Kernel DSA Net Use-After-Free Vulnerability
    Next Article CVE-2025-37780 – Linux Kernel Isofs Fid Handle Bytes Vulnerability

    Related Posts

    Security

    Typhoon-like gang slinging TLS certificate ‘signed’ by the Los Angeles Police Department

    June 23, 2025
    Security

    Wedding Invitation Scam: SpyMax RAT Targets Indian WhatsApp Users, Stealing OTPs & Banking Credentials

    June 23, 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-26845 – Znuny Eval Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Liberux NEXX: lo smartphone potente che abbraccia GNU/Linux e la privacy

    Linux

    CVE-2025-3832 – “FuseDesk WordPress Stored Cross-Site Scripting Vulnerability”

    Common Vulnerabilities and Exposures (CVEs)

    poddl is a cross platform command line podcast downloader

    Linux

    Highlights

    Development

    Code Review Best Practices for Automation Testing

    May 28, 2025

    Automation testing has revolutionized the way software teams deliver high-quality applications. By automating repetitive and critical test scenarios, QA teams achieve faster release cycles, fewer manual errors, and greater test coverage. But as these automation frameworks scale, so does the risk of accumulating technical debt in the form of flaky tests, poor structure, and inconsistent
    The post Code Review Best Practices for Automation Testing appeared first on Codoid.

    Xbox has turned a corner — the future for Microsoft’s gaming platform once again looks incredibly bright

    June 18, 2025

    The best MacBooks of 2025: Expert tested and reviewed

    April 17, 2025

    CVE-2025-31240 – Apple AFP Network Share Remote Code Execution Vulnerability

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

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