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»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-38084 – Linux Kernel Hugetlb Racy Protection Vulnerability

    CVE-2025-38084 – Linux Kernel Hugetlb Racy Protection Vulnerability

    June 28, 2025

    CVE ID : CVE-2025-38084

    Published : June 28, 2025, 8:15 a.m. | 3 hours, 1 minute ago

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

    mm/hugetlb: unshare page tables during VMA split, not before

    Currently, __split_vma() triggers hugetlb page table unsharing through
    vm_ops->may_split(). This happens before the VMA lock and rmap locks are
    taken – which is too early, it allows racing VMA-locked page faults in our
    process and racing rmap walks from other processes to cause page tables to
    be shared again before we actually perform the split.

    Fix it by explicitly calling into the hugetlb unshare logic from
    __split_vma() in the same place where THP splitting also happens. At that
    point, both the VMA and the rmap(s) are write-locked.

    An annoying detail is that we can now call into the helper
    hugetlb_unshare_pmds() from two different locking contexts:

    1. from hugetlb_split(), holding:
    – mmap lock (exclusively)
    – VMA lock
    – file rmap lock (exclusively)
    2. hugetlb_unshare_all_pmds(), which I think is designed to be able to
    call us with only the mmap lock held (in shared mode), but currently
    only runs while holding mmap lock (exclusively) and VMA lock

    Backporting note:
    This commit fixes a racy protection that was introduced in commit
    b30c14cd6102 (“hugetlb: unshare some PMDs when splitting VMAs”); that
    commit claimed to fix an issue introduced in 5.13, but it should actually
    also go all the way back.

    [jannh@google.com: v2]

    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-38085 – Linux Kernel: Huge Page Table Unshare Race Condition Vulnerability
    Next Article CVE-2025-6755 – WordPress Game Users Share Buttons Plugin Remote Code Execution and File Deletion Vulnerability

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-44658 – Netgear RAX30 PHP-FPM Misconfigured Extension Bypass Vulnerability

    July 22, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7393 – Drupal Mail Login Authentication Bypass

    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

    PoC Exploit Released for Fortinet 0-Day Vulnerability that Allows Remote Code Execution

    Security

    Beware: 394,000 Windows PCs hit by Lumma malware in just 2 months, Microsoft warns

    Operating Systems

    Replace String Prefixes Precisely with Laravel’s replaceStart Method

    Development

    Case Study: Ciel Rose

    News & Updates

    Highlights

    CVE-2025-2942 – WordPress Order Delivery Date Information Disclosure Vulnerability

    July 11, 2025

    CVE ID : CVE-2025-2942

    Published : July 11, 2025, 6:15 a.m. | 3 hours, 22 minutes ago

    Description : The Order Delivery Date WordPress plugin before 12.6.0 discloses arbitrary post title (such as from draft and private posts) via an unauthenticated AJAX action, allowing attackers to retrieve such information

    Severity: 0.0 | NA

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

    CVE-2024-13090 – Apache Sudo Privilege Escalation Vulnerability

    June 10, 2025

    CVE-2025-5839 – Tenda AC9 POST Request Handler Buffer Overflow Vulnerability

    June 7, 2025

    Windows 10 vs Windows 11 RAM Usage: Which One Uses Less Memory?

    July 3, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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