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-38345 – “Intel Virtual Box ACPICA Illegal I/O Port Address/Length Vulnerability”

    CVE-2025-38345 – “Intel Virtual Box ACPICA Illegal I/O Port Address/Length Vulnerability”

    July 10, 2025

    CVE ID : CVE-2025-38345

    Published : July 10, 2025, 9:15 a.m. | 4 hours, 51 minutes ago

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

    ACPICA: fix acpi operand cache leak in dswstate.c

    ACPICA commit 987a3b5cf7175916e2a4b6ea5b8e70f830dfe732

    I found an ACPI cache leak in ACPI early termination and boot continuing case.

    When early termination occurs due to malicious ACPI table, Linux kernel
    terminates ACPI function and continues to boot process. While kernel terminates
    ACPI function, kmem_cache_destroy() reports Acpi-Operand cache leak.

    Boot log of ACPI operand cache leak is as follows:
    >[ 0.585957] ACPI: Added _OSI(Module Device)
    >[ 0.587218] ACPI: Added _OSI(Processor Device)
    >[ 0.588530] ACPI: Added _OSI(3.0 _SCP Extensions)
    >[ 0.589790] ACPI: Added _OSI(Processor Aggregator Device)
    >[ 0.591534] ACPI Error: Illegal I/O port address/length above 64K: C806E00000004002/0x2 (20170303/hwvalid-155)
    >[ 0.594351] ACPI Exception: AE_LIMIT, Unable to initialize fixed events (20170303/evevent-88)
    >[ 0.597858] ACPI: Unable to start the ACPI Interpreter
    >[ 0.599162] ACPI Error: Could not remove SCI handler (20170303/evmisc-281)
    >[ 0.601836] kmem_cache_destroy Acpi-Operand: Slab cache still has objects
    >[ 0.603556] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.12.0-rc5 #26
    >[ 0.605159] Hardware name: innotek gmb_h virtual_box/virtual_box, BIOS virtual_box 12/01/2006
    >[ 0.609177] Call Trace:
    >[ 0.610063] ? dump_stack+0x5c/0x81
    >[ 0.611118] ? kmem_cache_destroy+0x1aa/0x1c0
    >[ 0.612632] ? acpi_sleep_proc_init+0x27/0x27
    >[ 0.613906] ? acpi_os_delete_cache+0xa/0x10
    >[ 0.617986] ? acpi_ut_delete_caches+0x3f/0x7b
    >[ 0.619293] ? acpi_terminate+0xa/0x14
    >[ 0.620394] ? acpi_init+0x2af/0x34f
    >[ 0.621616] ? __class_create+0x4c/0x80
    >[ 0.623412] ? video_setup+0x7f/0x7f
    >[ 0.624585] ? acpi_sleep_proc_init+0x27/0x27
    >[ 0.625861] ? do_one_initcall+0x4e/0x1a0
    >[ 0.627513] ? kernel_init_freeable+0x19e/0x21f
    >[ 0.628972] ? rest_init+0x80/0x80
    >[ 0.630043] ? kernel_init+0xa/0x100
    >[ 0.631084] ? ret_from_fork+0x25/0x30
    >[ 0.633343] vgaarb: loaded
    >[ 0.635036] EDAC MC: Ver: 3.0.0
    >[ 0.638601] PCI: Probing PCI hardware
    >[ 0.639833] PCI host bridge to bus 0000:00
    >[ 0.641031] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    > … Continue to boot and log is omitted …

    I analyzed this memory leak in detail and found acpi_ds_obj_stack_pop_and_
    delete() function miscalculated the top of the stack. acpi_ds_obj_stack_push()
    function uses walk_state->operand_index for start position of the top, but
    acpi_ds_obj_stack_pop_and_delete() function considers index 0 for it.
    Therefore, this causes acpi operand memory leak.

    This cache leak causes a security threat because an old kernel (
    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-6948 – GitLab Cross-Site Scripting (XSS) Vulnerability
    Next Article CVE-2025-3396 – GitLab EE API Request Forgery 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

    CVE-2025-37832 – Allwinner cpufreq sun50i Linux Kernel Out-of-Bounds Read Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Clean Code Secrets: Push Ifs Up, Pull Fors Down Like a Pro

    Development

    NHS Charter Urges Vendors to Improve Cybersecurity to Prevent Ransomware

    Development

    CVE-2025-3846 – Markparticle WebServer SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-20199 – “Cisco IOS XE CLI Privilege Escalation Vulnerability”

    May 7, 2025

    CVE ID : CVE-2025-20199

    Published : May 7, 2025, 6:15 p.m. | 1 hour, 20 minutes ago

    Description : A vulnerability in the CLI of Cisco IOS XE Software could allow an authenticated, local attacker with privilege level 15 to elevate privileges to root on the underlying operating system of an affected device.

    This vulnerability is due to insufficient input validation when processing specific configuration commands. An attacker could exploit this vulnerability by including crafted input in specific configuration commands. A successful exploit could allow the attacker to elevate privileges to root on the underlying operating system of an affected device. The security impact rating (SIR) of this advisory has been raised to High because an attacker could gain access to the underlying operating system of the affected device and perform potentially undetected actions.

    Note: The attacker must have privileges to enter configuration mode on the affected device. This is usually referred to as privilege level 15.

    Severity: 4.6 | MEDIUM

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

    I changed 10 OnePlus phone settings to significantly improve the user experience

    May 29, 2025

    This Xbox Edition controller is not only the ultimate Game Pass companion, it’s a reminder of handheld gaming’s evolution

    April 2, 2025

    CVE-2025-5984 – SourceCodester Online Student Clearance System Cross-Site Scripting Vulnerability

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

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