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

      How AI further empowers value stream management

      June 27, 2025

      12 Top ReactJS Development Companies in 2025

      June 27, 2025

      Not sure where to go with AI? Here’s your roadmap.

      June 27, 2025

      This week in AI dev tools: A2A donated to Linux Foundation, OpenAI adds Deep Research to API, and more (June 27, 2025)

      June 27, 2025

      The next big HDMI leap has arrived – here’s how these 16K cables will shake things up

      June 27, 2025

      Here’s how you can still trade in any phone at Verizon to get an iPhone, iPad, and Apple Watch free

      June 27, 2025

      Anthropic has a plan to combat AI-triggered job losses predicted by its CEO

      June 27, 2025

      Forget Google and Microsoft: OpenAI may be building the ultimate work suite of apps and services

      June 27, 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

      Say hello to ECMAScript 2025

      June 27, 2025
      Recent

      Say hello to ECMAScript 2025

      June 27, 2025

      Ecma International approves ECMAScript 2025: What’s new?

      June 27, 2025

      Building Together: PRFT Colleagues Volunteer with Atlanta Habitat for Humanity

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

      Fix Elden Ring Nightreign Connection Errors And Server Login Failure PC

      June 27, 2025
      Recent

      Fix Elden Ring Nightreign Connection Errors And Server Login Failure PC

      June 27, 2025

      Fix Now EAC Error 20006 in Elden Ring: Nightreign [6 Easy Tricks]

      June 27, 2025

      Fix Now Elden Ring Nightreign EAC Error 30005 (CreateFile Failed)

      June 27, 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-5304 – PT Project Notebooks WordPress Privilege Escalation

    June 28, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-6755 – WordPress Game Users Share Buttons Plugin Remote Code Execution and File Deletion Vulnerability

    June 28, 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

    Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

    News & Updates

    CVE-2025-46584 – Apache File System Authentication Bypass

    Common Vulnerabilities and Exposures (CVEs)

    How to Build Your Own Local AI: Create Free RAG and AI Agents with Qwen 3 and Ollama

    Development

    CVE-2025-50054 – OpenVPN Buffer Overflow

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Generate awesome open graph images with Open Graphy

    June 25, 2025

    An awesome open graph (social cards) image generator package for Laravel. The post Generate awesome…

    Build Your Own ViT Model from Scratch

    May 29, 2025

    I tested the viral Roborock vacuum with a mechanical arm – here’s my verdict after a month

    May 20, 2025

    Visual Studio Code now supports Baseline

    May 23, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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