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-38164 – VirtualBox F2FS Inconsistent Segment Type

    CVE-2025-38164 – VirtualBox F2FS Inconsistent Segment Type

    July 3, 2025

    CVE ID : CVE-2025-38164

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

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

    f2fs: zone: fix to avoid inconsistence in between SIT and SSA

    w/ below testcase, it will cause inconsistence in between SIT and SSA.

    create_null_blk 512 2 1024 1024
    mkfs.f2fs -m /dev/nullb0
    mount /dev/nullb0 /mnt/f2fs/
    touch /mnt/f2fs/file
    f2fs_io pinfile set /mnt/f2fs/file
    fallocate -l 4GiB /mnt/f2fs/file

    F2FS-fs (nullb0): Inconsistent segment (0) type [1, 0] in SSA and SIT
    CPU: 5 UID: 0 PID: 2398 Comm: fallocate Tainted: G O 6.13.0-rc1 #84
    Tainted: [O]=OOT_MODULE
    Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    Call Trace:

    dump_stack_lvl+0xb3/0xd0
    dump_stack+0x14/0x20
    f2fs_handle_critical_error+0x18c/0x220 [f2fs]
    f2fs_stop_checkpoint+0x38/0x50 [f2fs]
    do_garbage_collect+0x674/0x6e0 [f2fs]
    f2fs_gc_range+0x12b/0x230 [f2fs]
    f2fs_allocate_pinning_section+0x5c/0x150 [f2fs]
    f2fs_expand_inode_data+0x1cc/0x3c0 [f2fs]
    f2fs_fallocate+0x3c3/0x410 [f2fs]
    vfs_fallocate+0x15f/0x4b0
    __x64_sys_fallocate+0x4a/0x80
    x64_sys_call+0x15e8/0x1b80
    do_syscall_64+0x68/0x130
    entry_SYSCALL_64_after_hwframe+0x67/0x6f
    RIP: 0033:0x7f9dba5197ca
    F2FS-fs (nullb0): Stopped filesystem due to reason: 4

    The reason is f2fs_gc_range() may try to migrate block in curseg, however,
    its SSA block is not uptodate due to the last summary block data is still
    in cache of curseg.

    In this patch, we add a condition in f2fs_gc_range() to check whether
    section is opened or not, and skip block migration for opened section.

    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-38163 – “F2FS Sanity Check Denial of Service”
    Next Article CVE-2025-38165 – Linux BPF Sockmap Panic 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

    Fourier Neural Operators Just Got a Turbo Boost: Researchers from UC Riverside Introduce TurboFNO, a Fully Fused FFT-GEMM-iFFT Kernel Achieving Up to 150% Speedup over PyTorch

    Fourier Neural Operators Just Got a Turbo Boost: Researchers from UC Riverside Introduce TurboFNO, a Fully Fused FFT-GEMM-iFFT Kernel Achieving Up to 150% Speedup over PyTorch

    Machine Learning

    Can I play Clair Obscur: Expedition 33 on Steam Deck, ROG Ally, and other gaming handhelds?

    News & Updates

    Tenmon is a FITS and XISF image viewer, converter and indexer

    Linux

    Salesforce CEO says Microsoft did “pretty nasty” things to Slack and its OpenAI partnership may be a recipe for disaster

    News & Updates

    Highlights

    CVE-2025-52080 – Netgear XR300 HTTPD Service Stack-Based Buffer Overflow

    July 15, 2025

    CVE ID : CVE-2025-52080

    Published : July 15, 2025, 4:15 p.m. | 19 minutes ago

    Description : In Netgear XR300 V1.0.3.38_10.3.30, a stack-based buffer overflow vulnerability exists in the HTTPD service through the usb_device.cgi endpoint. The vulnerability occurs when processing POST requests containing the share_name parameter.

    Severity: 0.0 | NA

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

    Two sslh Flaws Disclosed: Remote DoS Attacks Possible via Protocol Multiplexer

    June 16, 2025

    Urgent Update: Microsoft Edge Fixes Actively Exploited Chromium Vulnerability

    July 3, 2025

    CVE-2025-6845 – “Simple Forum SQL Injection Vulnerability”

    June 29, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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