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

      15 Essential Skills to Look for When Hiring Node.js Developers for Enterprise Projects (2025-2026)

      August 4, 2025

      African training program creates developers with cloud-native skills

      August 4, 2025

      React.js for SaaS Platforms: How Top Development Teams Help Startups Launch Faster

      August 3, 2025

      Upwork Freelancers vs Dedicated React.js Teams: What’s Better for Your Project in 2025?

      August 1, 2025

      LastPass can now warn or block logins to shadow SaaS apps – here’s how

      August 4, 2025

      Get up to a year of Adobe Creative Cloud access for 40% off

      August 4, 2025

      Got 6 hours? This free AI training from Google and Goodwill can boost your resume today

      August 4, 2025

      Why I recommend this budget phone with a paper-like screen over ‘minimalist’ devices

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

      Laravel Boost, your AI coding starter kit

      August 4, 2025
      Recent

      Laravel Boost, your AI coding starter kit

      August 4, 2025

      Using GitHub Copilot in VS Code

      August 4, 2025

      Optimizely Mission Control – Part I

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

      Top 20 kubectl Commands Every Kubernetes Beginner Must Know

      August 4, 2025
      Recent

      Top 20 kubectl Commands Every Kubernetes Beginner Must Know

      August 4, 2025

      Microsoft’s record stock run collides with Nadella’s admission that 15,000 layoffs still ‘hurt’

      August 4, 2025

      Google Quietly Tests Opal, a “Vibe-Coding” App That Turns Text into Mini Web Apps

      August 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2023-53138 – Cisco CAIF Use-After-Free Vulnerability

    CVE-2023-53138 – Cisco CAIF Use-After-Free Vulnerability

    May 2, 2025

    CVE ID : CVE-2023-53138

    Published : May 2, 2025, 4:15 p.m. | 34 minutes ago

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

    net: caif: Fix use-after-free in cfusbl_device_notify()

    syzbot reported use-after-free in cfusbl_device_notify() [1]. This
    causes a stack trace like below:

    BUG: KASAN: use-after-free in cfusbl_device_notify+0x7c9/0x870 net/caif/caif_usb.c:138
    Read of size 8 at addr ffff88807ac4e6f0 by task kworker/u4:6/1214

    CPU: 0 PID: 1214 Comm: kworker/u4:6 Not tainted 5.19.0-rc3-syzkaller-00146-g92f20ff72066 #0
    Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
    Workqueue: netns cleanup_net
    Call Trace:

    __dump_stack lib/dump_stack.c:88 [inline]
    dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106
    print_address_description.constprop.0.cold+0xeb/0x467 mm/kasan/report.c:313
    print_report mm/kasan/report.c:429 [inline]
    kasan_report.cold+0xf4/0x1c6 mm/kasan/report.c:491
    cfusbl_device_notify+0x7c9/0x870 net/caif/caif_usb.c:138
    notifier_call_chain+0xb5/0x200 kernel/notifier.c:87
    call_netdevice_notifiers_info+0xb5/0x130 net/core/dev.c:1945
    call_netdevice_notifiers_extack net/core/dev.c:1983 [inline]
    call_netdevice_notifiers net/core/dev.c:1997 [inline]
    netdev_wait_allrefs_any net/core/dev.c:10227 [inline]
    netdev_run_todo+0xbc0/0x10f0 net/core/dev.c:10341
    default_device_exit_batch+0x44e/0x590 net/core/dev.c:11334
    ops_exit_list+0x125/0x170 net/core/net_namespace.c:167
    cleanup_net+0x4ea/0xb00 net/core/net_namespace.c:594
    process_one_work+0x996/0x1610 kernel/workqueue.c:2289
    worker_thread+0x665/0x1080 kernel/workqueue.c:2436
    kthread+0x2e9/0x3a0 kernel/kthread.c:376
    ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:302

    When unregistering a net device, unregister_netdevice_many_notify()
    sets the device’s reg_state to NETREG_UNREGISTERING, calls notifiers
    with NETDEV_UNREGISTER, and adds the device to the todo list.

    Later on, devices in the todo list are processed by netdev_run_todo().
    netdev_run_todo() waits devices’ reference count become 1 while
    rebdoadcasting NETDEV_UNREGISTER notification.

    When cfusbl_device_notify() is called with NETDEV_UNREGISTER multiple
    times, the parent device might be freed. This could cause UAF.
    Processing NETDEV_UNREGISTER multiple times also causes inbalance of
    reference count for the module.

    This patch fixes the issue by accepting only first NETDEV_UNREGISTER
    notification.

    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-2023-53139 – Linux Kernel NFC fdp Null Pointer Dereference
    Next Article CVE-2023-53137 – Linux Kernel Ext4 Directory Corruption Vulnerability

    Related Posts

    Development

    PlayPraetor Android Trojan Infects 11,000+ Devices via Fake Google Play Pages and Meta Ads

    August 4, 2025
    Development

    The Wild West of Shadow IT

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

    Malicious npm Packages Infect 3,200+ Cursor Users With Backdoor, Steal Credentials

    Development

    Leaked Meta Quest 3S Xbox Edition could launch tomorrow

    Operating Systems
    Implement human-in-the-loop confirmation with Amazon Bedrock Agents

    Implement human-in-the-loop confirmation with Amazon Bedrock Agents

    Machine Learning

    The Best Free Backlink Checker Tools: Overview and Comparison

    Development

    Highlights

    Microsoft Family Safety Blocks Google Chrome in Windows 11: Workarounds Revealed

    June 22, 2025

    Microsoft Family Safety Blocks Google Chrome in Windows 11: Workarounds Revealed

    In Windows 11, Microsoft offers a parental control and safety feature known as Microsoft Family Safety, which enables users to create secure browsing environments for family members by configuring con …
    Read more

    Published Date:
    Jun 23, 2025 (55 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-3619

    CVE-2024-10488

    CVE-2024-10487

    Microsoft Edge gets Copilot AI based New Tab Page, ditches MSN on Windows 11

    April 23, 2025

    ChatGPT May Be Using Google Search Now, Here’s What That Means for Your Website

    July 28, 2025

    CVE-2025-49871 – Noptin Stored Cross-Site Scripting (XSS) Vulnerability

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

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