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-2024-58237 – Linux Kernel BPF Packet Pointer Invalidation Vulnerability

    CVE-2024-58237 – Linux Kernel BPF Packet Pointer Invalidation Vulnerability

    May 5, 2025

    CVE ID : CVE-2024-58237

    Published : May 5, 2025, 3:15 p.m. | 18 minutes ago

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

    bpf: consider that tail calls invalidate packet pointers

    Tail-called programs could execute any of the helpers that invalidate
    packet pointers. Hence, conservatively assume that each tail call
    invalidates packet pointers.

    Making the change in bpf_helper_changes_pkt_data() automatically makes
    use of check_cfg() logic that computes ‘changes_pkt_data’ effect for
    global sub-programs, such that the following program could be
    rejected:

    int tail_call(struct __sk_buff *sk)
    {
    bpf_tail_call_static(sk, &jmp_table, 0);
    return 0;
    }

    SEC(“tc”)
    int not_safe(struct __sk_buff *sk)
    {
    int *p = (void *)(long)sk->data;
    … make p valid …
    tail_call(sk);
    *p = 42; /* this is unsafe */
    …
    }

    The tc_bpf2bpf.c:subprog_tc() needs change: mark it as a function that
    can invalidate packet pointers. Otherwise, it can’t be freplaced with
    tailcall_freplace.c:entry_freplace() that does a tail call.

    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-47240 – Apache Unverified Vulnerability
    Next Article CVE-2024-58100 – Linux Kernel bpf Changes_pkt_data Property 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-2594 – WordPress User Registration & Membership Unauthorized Authentication Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    ChatGPT’s iOS app downloaded 30 million times last month – clobbering all social apps

    News & Updates

    CVE-2025-6425 – Mozilla Firefox Persistent UUID Disclosure

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4147 – Netgear EX6200 Remote Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-27522 – Apache InLong Deserialization of Untrusted Data Remote Code Execution Vulnerability

    May 28, 2025

    CVE ID : CVE-2025-27522

    Published : May 28, 2025, 8:15 a.m. | 1 hour, 10 minutes ago

    Description : Deserialization of Untrusted Data vulnerability in Apache InLong.

    This issue affects Apache InLong: from 1.13.0 through 2.1.0. This vulnerability is a secondary mining bypass for CVE-2024-26579. Users are advised to upgrade to Apache InLong’s 2.2.0 or cherry-pick [1] to solve it.

    [1]

    https://github.com/apache/inlong/pull/11732

    Severity: 0.0 | NA

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

    Despite Microsoft’s multi-billion-dollar OpenAI investment, these viral ChatGPT 4o Ghibli memes are another example of just how far behind Copilot is

    April 4, 2025

    NetBSD – fast, secure and highly portable Unix-like operating system

    April 27, 2025

    CVE-2025-3834 – Zohocorp ManageEngine ADAudit Plus SQL Injection

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

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