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

      GitHub’s CEO Thomas Dohmke steps down, triggering tighter integration of company within Microsoft

      August 12, 2025

      bitHuman launches SDK for creating AI avatars

      August 12, 2025

      Designing With AI, Not Around It: Practical Advanced Techniques For Product Design Use Cases

      August 11, 2025

      Why Companies Are Investing in AI-Powered React.js Development Services in 2025

      August 11, 2025

      I found a Google Maps alternative that won’t track you or drain your battery – and it’s free

      August 12, 2025

      I tested this new AI podcast tool to see if it can beat NotebookLM – here’s how it did

      August 12, 2025

      Microsoft’s new update makes your taskbar a productivity hub – here’s how

      August 12, 2025

      Save $50 on the OnePlus Pad 3 plus get a free gift – here’s the deal

      August 12, 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 Global Scopes: Automatic Query Filtering

      August 12, 2025
      Recent

      Laravel Global Scopes: Automatic Query Filtering

      August 12, 2025

      Building MCP Servers in PHP

      August 12, 2025

      Filament v4 is Stable!

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

      I Asked OpenAI’s New Open-Source AI Model to Complete a Children’s School Test — Is It Smarter Than a 10-Year-Old?

      August 12, 2025
      Recent

      I Asked OpenAI’s New Open-Source AI Model to Complete a Children’s School Test — Is It Smarter Than a 10-Year-Old?

      August 12, 2025

      Madden NFL 26 Leads This Week’s Xbox Drops—But Don’t Miss These Hidden Gems

      August 12, 2025

      ASUS G14 Bulked Up for 2025—Still Sexy, Just a Bit Chonkier

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

    Development

    Update WinRAR tools now: RomCom and others exploiting zero-day vulnerability

    August 12, 2025
    Development

    WinRAR zero-day exploited in espionage attacks against high-value targets

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

    Laravel DomPDF: How to Add Page Numbers

    Development

    CVE-2025-46738 – Apache SEL arbitrary code execution vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    ⚡ Weekly Recap: Scattered Spider Arrests, Car Exploits, macOS Malware, Fortinet RCE and More

    Development

    CVE-2025-7356 – CVE-2020-29461: Apache HTTP Server Remote Code Execution

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    News & Updates

    Seagate’s Storage Expansion Card for Xbox is on sale — “An almost-perfect solution that seamlessly expands your Xbox”

    July 3, 2025

    Seagate’s Xbox Series X|S Expansion Cards are all on sale, but the 4TB model offers…

    GitHub Just Got Assimilated—CEO Out, Copilot In, Microsoft All Over It

    August 12, 2025

    CVE-2024-49845 – Microsoft Windows FRS Memory Corruption Vulnerability

    May 6, 2025

    shotman is a screenshot GUI for Wayland

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

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