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-38339 – Linux Kernel PowerPC BPF Trampoline JIT Code Size Calculation Vulnerability

    CVE-2025-38339 – Linux Kernel PowerPC BPF Trampoline JIT Code Size Calculation Vulnerability

    July 10, 2025

    CVE ID : CVE-2025-38339

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

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

    powerpc/bpf: fix JIT code size calculation of bpf trampoline

    arch_bpf_trampoline_size() provides JIT size of the BPF trampoline
    before the buffer for JIT’ing it is allocated. The total number of
    instructions emitted for BPF trampoline JIT code depends on where
    the final image is located. So, the size arrived at with the dummy
    pass in arch_bpf_trampoline_size() can vary from the actual size
    needed in arch_prepare_bpf_trampoline(). When the instructions
    accounted in arch_bpf_trampoline_size() is less than the number of
    instructions emitted during the actual JIT compile of the trampoline,
    the below warning is produced:

    WARNING: CPU: 8 PID: 204190 at arch/powerpc/net/bpf_jit_comp.c:981 __arch_prepare_bpf_trampoline.isra.0+0xd2c/0xdcc

    which is:

    /* Make sure the trampoline generation logic doesn’t overflow */
    if (image && WARN_ON_ONCE(&image[ctx->idx] >
    (u32 *)rw_image_end – BPF_INSN_SAFETY)) {

    So, during the dummy pass, instead of providing some arbitrary image
    location, account for maximum possible instructions if and when there
    is a dependency with image location for JIT’ing.

    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-38340 – “Linux Firmware cs_dsp Out-of-Bounds Memory Read Vulnerability”
    Next Article CVE-2025-38338 – “NFS Linux Kernel Deadlock and Unlocked Folio 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

    Lakeflow: Revolutionizing SCD2 Pipelines with Change Data Capture (CDC)

    Development

    CVE-2025-4366 – Pingora Pingora-proxy Request Smuggling Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-1304 – NewsBlogger for WordPress Arbitrary File Upload Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    OpenSees – Open System for Earthquake Engineering Simulation

    Linux

    Highlights

    5 ways you can plug the widening AI skills gap at your business

    May 18, 2025

    Here’s how to snare the best AI professionals – despite the growing skills shortage. Source:…

    How to watch Microsoft’s special 50th anniversary Copilot event

    April 3, 2025

    Last Week in AI #302 – QwQ 32B, OpenAI injunction refused, Alexa Plus

    June 16, 2025

    Latest Microsoft Edge update breaks design visuals on Windows 11 — once you see it, you’ll hate it

    July 3, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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