Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Psychology Of Color In UX Design And Digital Products

      August 15, 2025

      This week in AI dev tools: Claude Sonnet 4’s larger context window, ChatGPT updates, and more (August 15, 2025)

      August 15, 2025

      Sentry launches MCP monitoring tool

      August 14, 2025

      10 Benefits of Hiring a React.js Development Company (2025–2026 Edition)

      August 13, 2025

      Your smart home device just got a performance and security boost for free

      August 18, 2025

      Ultrahuman brings advanced cycle and ovulation tracking to its smart ring

      August 18, 2025

      DistroWatch Weekly, Issue 1135

      August 17, 2025

      14 secret phone codes that unlock hidden features on your Android and iPhone

      August 17, 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

      Air Quality Prediction System using Python ML

      August 17, 2025
      Recent

      Air Quality Prediction System using Python ML

      August 17, 2025

      AI’s Hidden Thirst: The Water Behind Tech

      August 16, 2025

      Minesweeper game in 100 lines of pure JavaScript – easy tutorial

      August 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      DistroWatch Weekly, Issue 1135

      August 17, 2025
      Recent

      DistroWatch Weekly, Issue 1135

      August 17, 2025

      Ubuntu’s New “Dangerous” Daily Builds – What Are They?

      August 17, 2025

      gofmt – formats Go programs

      August 17, 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

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-9090 – Tenda Telnet Service Command Injection

    August 17, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-9091 – Tenda AC20 Hard-Coded Credentials Vulnerability

    August 17, 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-5798 – Tenda AC8 Stack-Based Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    This beastly 500W charger replaced every other charger I had – with six ports to boot

    News & Updates

    CVE-2025-3897 – “WordPress EUCookieLaw Plugin Arbitrary File Read Vulnerability”

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-46725 – Langroid LanceDocChatAgent Pandas Evaluator Command Injection

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Linux

    Microsoft’s New CLI Text Editor Works Great on Ubuntu

    June 17, 2025

    Edit is a new open source command line text editor from Microsoft that supports Windows,…

    CVE-2025-5206 – Pixelimity Installation SQL Injection Vulnerability

    May 26, 2025

    CVE-2025-54439 – Samsung Electronics MagicINFO 9 Server File Upload Vulnerability

    July 23, 2025

    CVE-2025-47585 – Mage People Team Booking and Rental Manager Missing Authorization Vulnerability

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

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