@@ -15,8 +15,8 @@ Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine.
1515Name: nodejs24
1616# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
1717# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
18- Version: 24.13.0
19- Release: 3 %{?dist }
18+ Version: 24.14.1
19+ Release: 1 %{?dist }
2020License: BSD AND MIT AND Public Domain AND NAIST-2003 AND Artistic-2.0
2121Vendor: Microsoft Corporation
2222Distribution: Azure Linux
@@ -35,7 +35,6 @@ Patch2: CVE-2024-22195.patch
3535Patch3: CVE-2020-28493.patch
3636Patch4: CVE-2024-34064.patch
3737Patch5: CVE-2025-27516.patch
38- Patch6: CVE-2025-69418.patch
3938BuildRequires: brotli-devel
4039BuildRequires: c-ares-devel
4140BuildRequires: coreutils >= 8.22
@@ -46,6 +45,7 @@ BuildRequires: openssl-devel >= 1.1.1
4645BuildRequires: python3
4746BuildRequires: which
4847BuildRequires: zlib-devel
48+ BuildRequires: perl-WWW-Curl
4949Requires: brotli
5050Requires: c-ares
5151Requires: coreutils >= 8.22
@@ -180,6 +180,18 @@ make cctest
180180%{_prefix }/lib/node_modules/*
181181
182182%changelog
183+ * Wed Apr 01 2026 Ratiranjan Behera <v-ratbehera@microsoft.com> - 24.14.1-1
184+ - Upgrade to 24.14.1
185+ - Security fixes included:
186+ CVE-2026-21710: use null prototype for headersDistinct/trailersDistinct (Matteo Collina) - High
187+ CVE-2026-21637: wrap SNICallback invocation in try/catch (Matteo Collina) - High
188+ CVE-2026-21717: test array index hash collision (Joyee Cheung) - Medium
189+ CVE-2026-21713: use timing-safe comparison in Web Cryptography HMAC and KMAC (Filip Skokan) - Medium
190+ CVE-2026-21714: handle NGHTTP2_ERR_FLOW_CONTROL error code (RafaelGSS) - Medium
191+ CVE-2026-21712: handle url crash on different url formats (RafaelGSS) - Medium
192+ CVE-2026-21716: include permission check on lib/fs/promises (RafaelGSS) - Low
193+ CVE-2026-21715: add permission check to realpath.native (RafaelGSS) - Low
194+
183195* Fri Feb 13 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 24.13.0-3
184196- Patch for CVE-2025-69418
185197
0 commit comments