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

      Mirantis reveals Lens Prism, an AI copilot for operating Kubernetes clusters

      July 3, 2025

      Avoid these common platform engineering mistakes

      July 3, 2025

      Full-Stack Techies vs Toptal: Which Is Better for React.js Outsourcing?

      July 3, 2025

      The AI productivity paradox in software engineering: Balancing efficiency and human skill retention

      July 2, 2025

      Microsoft Gaming studios head Matt Booty says “overall portfolio strategy is unchanged” — with more than 40 games in production

      July 3, 2025

      Capcom reports that its Steam game sales have risen massively — despite flagship titles like Monster Hunter Wilds receiving profuse backlash from PC players

      July 3, 2025

      Cloudflare is fighting to safeguard “the future of the web itself” — standing directly in the way of leading AI firms

      July 3, 2025

      Microsoft reportedly lacks the know-how to fully leverage OpenAI’s tech — despite holding IP rights

      July 3, 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

      PHP 8.5.0 Alpha 1 available for testing

      July 3, 2025
      Recent

      PHP 8.5.0 Alpha 1 available for testing

      July 3, 2025

      Recording cross browser compatible media

      July 3, 2025

      Celebrating Perficient’s Third Databricks Champion

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

      Microsoft Gaming studios head Matt Booty says “overall portfolio strategy is unchanged” — with more than 40 games in production

      July 3, 2025
      Recent

      Microsoft Gaming studios head Matt Booty says “overall portfolio strategy is unchanged” — with more than 40 games in production

      July 3, 2025

      Capcom reports that its Steam game sales have risen massively — despite flagship titles like Monster Hunter Wilds receiving profuse backlash from PC players

      July 3, 2025

      Cloudflare is fighting to safeguard “the future of the web itself” — standing directly in the way of leading AI firms

      July 3, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-38172 – “Linux EROFS UAF Vulnerability”

    CVE-2025-38172 – “Linux EROFS UAF Vulnerability”

    July 3, 2025

    CVE ID : CVE-2025-38172

    Published : July 3, 2025, 9:15 a.m. | 2 hours, 14 minutes ago

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

    erofs: avoid using multiple devices with different type

    For multiple devices, both primary and extra devices should be the
    same type. `erofs_init_device` has already guaranteed that if the
    primary is a file-backed device, extra devices should also be
    regular files.

    However, if the primary is a block device while the extra device
    is a file-backed device, `erofs_init_device` will get an ENOTBLK,
    which is not treated as an error in `erofs_fc_get_tree`, and that
    leads to an UAF:

    erofs_fc_get_tree
    get_tree_bdev_flags(erofs_fc_fill_super)
    erofs_read_superblock
    erofs_init_device // sbi->dif0 is not inited yet,
    // return -ENOTBLK
    deactivate_locked_super
    free(sbi)
    if (err is -ENOTBLK)
    sbi->dif0.file = filp_open() // sbi UAF

    So if -ENOTBLK is hitted in `erofs_init_device`, it means the
    primary device must be a block device, and the extra device
    is not a block device. The error can be converted to -EINVAL.

    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-38166 – Linux Kernel BPF ktls Panic Vulnerability
    Next Article CVE-2025-38171 – Linux Power Supply Driver Max77705 Workqueue Vulnerability

    Related Posts

    Security

    Critical Lucee Flaw (CVE-2025-34074, CVSS 9.4): Authenticated RCE Via Scheduled Task Abuse, Metasploit Module Out

    July 3, 2025
    Security

    Exposed JDWP Debug Ports Under Attack: Cryptominers Infiltrating Java Apps in Hours

    July 3, 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

    Improve Amazon Nova migration performance with data-aware prompt optimization

    Machine Learning

    Skywings Marketing: Best Digital Marketing Agencies in Ghaziabad

    Web Development

    Microsoft slows Windows 11 June 2025 Update rollout over issues

    Operating Systems

    CVE-2025-6128 – TOTOLINK EX1200T HTTP POST Request Handler Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Meta wants AI to automate every step of the ad production process – report

    June 3, 2025

    AI-generated video in advertising has proved a perilous endeavor to date. Now, imagine AI generating…

    Samsung is giving existing Galaxy phone users a $240 gift for free – here’s how to accept it

    July 2, 2025

    Everything Google just announced at I/O 2025: Gemini upgrades, AI Search, Android XR, and more

    May 20, 2025

    AI + IoT: How Smarter Devices Are Powering Smarter Business Decisions🔗

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

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