Story Details

  • Next.js version 15.2.3 has been released to address a security vulnerability

    Posted: 2025-03-22 21:19:07

    Next.js 15.2.3 patches a high-severity security vulnerability (CVE-2025-29927) that could allow attackers to execute arbitrary code on servers running affected versions. The vulnerability stems from improper handling of serialized data within the Image component when using a custom loader. Upgrading to 15.2.3 or later is strongly recommended for all users. Versions 13.4.15 and 14.9.5 also address the issue for older release lines.

    Summary of Comments ( 123 )
    https://news.ycombinator.com/item?id=43448723

    Hacker News commenters generally express relief and gratitude for the swift patch addressing the vulnerability in Next.js 15.2.3. Some questioned the severity and real-world exploitability of the vulnerability given the limited information disclosed, with one suggesting the high CVE score might be precautionary. Others discussed the need for better communication from Vercel, including details about the nature of the vulnerability and its potential impact. A few commenters also debated the merits of using older, potentially more stable, versions of Next.js versus staying on the cutting edge. Some users expressed frustration with the constant stream of updates and vulnerabilities in modern web frameworks.