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-38162 – Linux Kernel Netfilter NFT Set Pipapo Integer Overflow Vulnerability

    CVE-2025-38162 – Linux Kernel Netfilter NFT Set Pipapo Integer Overflow Vulnerability

    July 3, 2025

    CVE ID : CVE-2025-38162

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

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

    netfilter: nft_set_pipapo: prevent overflow in lookup table allocation

    When calculating the lookup table size, ensure the following
    multiplication does not overflow:

    – desc->field_len[] maximum value is U8_MAX multiplied by
    NFT_PIPAPO_GROUPS_PER_BYTE(f) that can be 2, worst case.
    – NFT_PIPAPO_BUCKETS(f->bb) is 2^8, worst case.
    – sizeof(unsigned long), from sizeof(*f->lt), lt in
    struct nft_pipapo_field.

    Then, use check_mul_overflow() to multiply by bucket size and then use
    check_add_overflow() to the alignment for avx2 (if needed). Finally, add
    lt_size_check_overflow() helper and use it to consolidate this.

    While at it, replace leftover allocation using the GFP_KERNEL to
    GFP_KERNEL_ACCOUNT for consistency, in pipapo_resize().

    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-38160 – Raspberry Pi Linux Kernel NULL Pointer Dereference Vulnerability
    Next Article CVE-2025-38163 – “F2FS Sanity Check Denial of Service”

    Related Posts

    Development

    Hackers Target Over 70 Microsoft Exchange Servers to Steal Credentials via Keyloggers

    July 3, 2025
    Development

    Citrix Releases Emergency Patches for Actively Exploited CVE-2025-6543 in NetScaler ADC

    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

    AI-Powered Bug Hunt: How Microsoft Used Copilot to Discover Critical Vulnerabilities in GRUB2

    Web Development

    CVE-2025-6652 – PDF-XChange Editor PRC File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    “I want to give players something new”: The Outer Worlds 2 game director says the sequel will have a “darker tone,” and I’m all for it

    News & Updates

    CVE-2025-38085 – Linux Kernel: Huge Page Table Unshare Race Condition Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Servas is a self-hosted bookmark management tool

    May 17, 2025

    Servas is a self-hosted bookmark management tool. Servas is based on Laravel and Inertia.js and…

    CVE-2025-4329 – 74CMS Path Traversal Vulnerability

    May 6, 2025

    How to Use TypeSpec for Documenting and Modeling APIs

    April 11, 2025

    Hugging Face Releases SmolVLA: A Compact Vision-Language-Action Model for Affordable and Efficient Robotics

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

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