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

      Top 10 Use Cases of Vibe Coding in Large-Scale Node.js Applications

      September 3, 2025

      Cloudsmith launches ML Model Registry to provide a single source of truth for AI models and datasets

      September 3, 2025

      Kong Acquires OpenMeter to Unlock AI and API Monetization for the Agentic Era

      September 3, 2025

      Microsoft Graph CLI to be retired

      September 2, 2025

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025

      ASUS built a desktop gaming PC around a mobile CPU — it’s an interesting, if flawed, idea

      September 4, 2025

      Hollow Knight: Silksong arrives on Xbox Game Pass this week — and Xbox’s September 1–7 lineup also packs in the horror. Here’s every new game.

      September 4, 2025

      The Xbox remaster that brought Gears to PlayStation just passed a huge milestone — “ending the console war” and proving the series still has serious pulling power

      September 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

      Magento (Adobe Commerce) or Optimizely Configured Commerce: Which One to Choose

      September 4, 2025
      Recent

      Magento (Adobe Commerce) or Optimizely Configured Commerce: Which One to Choose

      September 4, 2025

      Updates from N|Solid Runtime: The Best Open-Source Node.js RT Just Got Better

      September 3, 2025

      Scale Your Business with AI-Powered Solutions Built for Singapore’s Digital Economy

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

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025
      Recent

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025

      ASUS built a desktop gaming PC around a mobile CPU — it’s an interesting, if flawed, idea

      September 4, 2025

      Hollow Knight: Silksong arrives on Xbox Game Pass this week — and Xbox’s September 1–7 lineup also packs in the horror. Here’s every new game.

      September 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»New BPFDoor Controller Enables Stealthy Lateral Movement in Linux Server Attacks

    New BPFDoor Controller Enables Stealthy Lateral Movement in Linux Server Attacks

    April 16, 2025

    Cybersecurity researchers have unearthed a new controller component associated with a known backdoor called BPFDoor as part of cyber attacks targeting telecommunications, finance, and retail sectors in South Korea, Hong Kong, Myanmar, Malaysia, and Egypt in 2024.
    “The controller could open a reverse shell,” Trend Micro researcher Fernando Mercês said in a technical report published earlier in

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleNorth Korean Hackers Targeted Nearly 18,000 in Phishing Campaign During Martial Law Turmoil
    Next Article 4Chan Outage Sparks Cyberattack Rumors and Data Leak Concerns

    Related Posts

    Development

    How to Make Bluetooth on Android More Reliable

    September 4, 2025
    Development

    Learn Mandarin Chinese for Beginners – Full HSK 1 Level

    September 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

    Sam Altman says GPT‑5 rollout was botched — and drops a wild Chrome buyout idea

    News & Updates

    Veo3API.ai: Affordable Veo 3 API with Fast/Turbo & Quality Modes

    Web Development

    Chrome 136 Released With Patch For 20-Year-Old Privacy Vulnerability

    Security

    This “smart coach” helps LLMs switch between text and code

    Artificial Intelligence

    Highlights

    CVE-2023-53135 – Riscv Linux Kernel Stack Out-of-Bounds Vulnerability

    May 2, 2025

    CVE ID : CVE-2023-53135

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

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

    riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode

    When CONFIG_FRAME_POINTER is unset, the stack unwinding function
    walk_stackframe randomly reads the stack and then, when KASAN is enabled,
    it can lead to the following backtrace:

    [ 0.000000] ==================================================================
    [ 0.000000] BUG: KASAN: stack-out-of-bounds in walk_stackframe+0xa6/0x11a
    [ 0.000000] Read of size 8 at addr ffffffff81807c40 by task swapper/0
    [ 0.000000]
    [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 6.2.0-12919-g24203e6db61f #43
    [ 0.000000] Hardware name: riscv-virtio,qemu (DT)
    [ 0.000000] Call Trace:
    [ 0.000000] [] walk_stackframe+0x0/0x11a
    [ 0.000000] [] init_param_lock+0x26/0x2a
    [ 0.000000] [] walk_stackframe+0xa2/0x11a
    [ 0.000000] [] dump_stack_lvl+0x22/0x36
    [ 0.000000] [] print_report+0x198/0x4a8
    [ 0.000000] [] init_param_lock+0x26/0x2a
    [ 0.000000] [] walk_stackframe+0xa2/0x11a
    [ 0.000000] [] kasan_report+0x9a/0xc8
    [ 0.000000] [] walk_stackframe+0xa2/0x11a
    [ 0.000000] [] walk_stackframe+0xa2/0x11a
    [ 0.000000] [] desc_make_final+0x80/0x84
    [ 0.000000] [] stack_trace_save+0x88/0xa6
    [ 0.000000] [] filter_irq_stacks+0x72/0x76
    [ 0.000000] [] devkmsg_read+0x32a/0x32e
    [ 0.000000] [] kasan_save_stack+0x28/0x52
    [ 0.000000] [] desc_make_final+0x7c/0x84
    [ 0.000000] [] stack_trace_save+0x84/0xa6
    [ 0.000000] [] kasan_set_track+0x12/0x20
    [ 0.000000] [] __kasan_slab_alloc+0x58/0x5e
    [ 0.000000] [] __kmem_cache_create+0x21e/0x39a
    [ 0.000000] [] create_boot_cache+0x70/0x9c
    [ 0.000000] [] kmem_cache_init+0x6c/0x11e
    [ 0.000000] [] mm_init+0xd8/0xfe
    [ 0.000000] [] start_kernel+0x190/0x3ca
    [ 0.000000]
    [ 0.000000] The buggy address belongs to stack of task swapper/0
    [ 0.000000] and is located at offset 0 in frame:
    [ 0.000000] stack_trace_save+0x0/0xa6
    [ 0.000000]
    [ 0.000000] This frame has 1 object:
    [ 0.000000] [32, 56) ‘c’
    [ 0.000000]
    [ 0.000000] The buggy address belongs to the physical page:
    [ 0.000000] page:(____ptrval____) refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x81a07
    [ 0.000000] flags: 0x1000(reserved|zone=0)
    [ 0.000000] raw: 0000000000001000 ff600003f1e3d150 ff600003f1e3d150 0000000000000000
    [ 0.000000] raw: 0000000000000000 0000000000000000 00000001ffffffff
    [ 0.000000] page dumped because: kasan: bad access detected
    [ 0.000000]
    [ 0.000000] Memory state around the buggy address:
    [ 0.000000] ffffffff81807b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 0.000000] ffffffff81807b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 0.000000] >ffffffff81807c00: 00 00 00 00 00 00 00 00 f1 f1 f1 f1 00 00 00 f3
    [ 0.000000] ^
    [ 0.000000] ffffffff81807c80: f3 f3 f3 f3 00 00 00 00 00 00 00 00 00 00 00 00
    [ 0.000000] ffffffff81807d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 0.000000] ==================================================================

    Fix that by using READ_ONCE_NOCHECK when reading the stack in imprecise
    mode.

    Severity: 0.0 | NA

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

    7 ways to lock down your phone’s security – before it’s too late

    May 5, 2025

    Protecting Your Participants’ Data: A ReOps-Approved Guide for Researchers

    May 14, 2025

    CVE-2025-9704 – SourceCodester Water Billing System SQL Injection Vulnerability

    August 30, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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