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»Development»New Windows RAT Evades Detection for Weeks Using Corrupted DOS and PE Headers

    New Windows RAT Evades Detection for Weeks Using Corrupted DOS and PE Headers

    May 29, 2025

    Cybersecurity researchers have taken the wraps off an unusual cyber attack that leveraged malware with corrupted DOS and PE headers, according to new findings from Fortinet.
    The DOS (Disk Operating System) and PE (Portable Executable) headers are essential parts of a Windows PE file, providing information about the executable.
    While the DOS header makes the executable file backward compatible

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleUK Military Unveils £1B ‘Digital Targeting Web’
    Next Article Transform Your Workflow With These 10 Essential Yet Overlooked Linux Tools You Need to Try

    Related Posts

    Development

    GPT-5 is Coming: Revolutionizing Software Testing

    July 22, 2025
    Development

    Win the Accessibility Game: Combining AI with Human Judgment

    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

    Can an iPad replace a MacBook? I tested the M3 Air for weeks, and here’s my verdict

    News & Updates

    CVE-2025-22247 – VMware Tools Insecure File Handling Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4681 – upKeeper Instant Privilege Access Privilege Abuse Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    You’ve got to try these 5 premium Minecraft add-ons — Dinosaurs, security systems, and more really shake up Bedrock Edition

    News & Updates

    Highlights

    CVE-2025-37795 – Linux Kernel wifi ath11k Use After Free

    May 1, 2025

    CVE ID : CVE-2025-37795

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

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

    wifi: mac80211: Update skb’s control block key in ieee80211_tx_dequeue()

    The ieee80211 skb control block key (set when skb was queued) could have
    been removed before ieee80211_tx_dequeue() call. ieee80211_tx_dequeue()
    already called ieee80211_tx_h_select_key() to get the current key, but
    the latter do not update the key in skb control block in case it is
    NULL. Because some drivers actually use this key in their TX callbacks
    (e.g. ath1{1,2}k_mac_op_tx()) this could lead to the use after free
    below:

    BUG: KASAN: slab-use-after-free in ath11k_mac_op_tx+0x590/0x61c
    Read of size 4 at addr ffffff803083c248 by task kworker/u16:4/1440

    CPU: 3 UID: 0 PID: 1440 Comm: kworker/u16:4 Not tainted 6.13.0-ge128f627f404 #2
    Hardware name: HW (DT)
    Workqueue: bat_events batadv_send_outstanding_bcast_packet
    Call trace:
    show_stack+0x14/0x1c (C)
    dump_stack_lvl+0x58/0x74
    print_report+0x164/0x4c0
    kasan_report+0xac/0xe8
    __asan_report_load4_noabort+0x1c/0x24
    ath11k_mac_op_tx+0x590/0x61c
    ieee80211_handle_wake_tx_queue+0x12c/0x1c8
    ieee80211_queue_skb+0xdcc/0x1b4c
    ieee80211_tx+0x1ec/0x2bc
    ieee80211_xmit+0x224/0x324
    __ieee80211_subif_start_xmit+0x85c/0xcf8
    ieee80211_subif_start_xmit+0xc0/0xec4
    dev_hard_start_xmit+0xf4/0x28c
    __dev_queue_xmit+0x6ac/0x318c
    batadv_send_skb_packet+0x38c/0x4b0
    batadv_send_outstanding_bcast_packet+0x110/0x328
    process_one_work+0x578/0xc10
    worker_thread+0x4bc/0xc7c
    kthread+0x2f8/0x380
    ret_from_fork+0x10/0x20

    Allocated by task 1906:
    kasan_save_stack+0x28/0x4c
    kasan_save_track+0x1c/0x40
    kasan_save_alloc_info+0x3c/0x4c
    __kasan_kmalloc+0xac/0xb0
    __kmalloc_noprof+0x1b4/0x380
    ieee80211_key_alloc+0x3c/0xb64
    ieee80211_add_key+0x1b4/0x71c
    nl80211_new_key+0x2b4/0x5d8
    genl_family_rcv_msg_doit+0x198/0x240

    Freed by task 1494:
    kasan_save_stack+0x28/0x4c
    kasan_save_track+0x1c/0x40
    kasan_save_free_info+0x48/0x94
    __kasan_slab_free+0x48/0x60
    kfree+0xc8/0x31c
    kfree_sensitive+0x70/0x80
    ieee80211_key_free_common+0x10c/0x174
    ieee80211_free_keys+0x188/0x46c
    ieee80211_stop_mesh+0x70/0x2cc
    ieee80211_leave_mesh+0x1c/0x60
    cfg80211_leave_mesh+0xe0/0x280
    cfg80211_leave+0x1e0/0x244

    Reset SKB control block key before calling ieee80211_tx_h_select_key()
    to avoid that.

    Severity: 0.0 | NA

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

    I’ve got my eye on this Kindle Essentials bundle deal during Amazon Prime Day (and its price dropped lower)

    July 10, 2025

    CVE-2025-6458 – Code-projects Online Hotel Reservation System SQL Injection Vulnerability

    June 22, 2025

    CVE-2025-46557 – XWiki Authentication Bypass Vulnerability

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

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