Skip to content

Commit dd066cb

Browse files
Ratiranjan5AkarshHCL
authored andcommitted
1 parent f1b7f68 commit dd066cb

4 files changed

Lines changed: 20 additions & 86 deletions

File tree

SPECS/nodejs24/CVE-2025-69418.patch

Lines changed: 0 additions & 78 deletions
This file was deleted.

SPECS/nodejs24/nodejs24.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"btest402.js": "fabaf4dacc13e93d54f825b87ffde18573214b149388a5f96176236dd31d7768",
44
"icu4c-77_1-data-bin-b.zip": "d8be12e03f782da350508b15354738ed97a3289008a787b6bd2a85434374bff4",
55
"icu4c-77_1-data-bin-l.zip": "0913674ff673c585f8bc08370916b6a6ccc30ffb6408a5c1bc3edbf5a687fd96",
6-
"node-v24.13.0.tar.xz": "320fe909cbb347dcf516201e4964ef177b8138df9a7f810d0d54950481b3158b"
6+
"node-v24.14.1.tar.xz": "7822507713f202cf2a551899d250259643f477b671706db421a6fb55c4aa0991"
77
}
8-
}
8+
}

SPECS/nodejs24/nodejs24.spec

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine.
1515
Name: 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}
2020
License: BSD AND MIT AND Public Domain AND NAIST-2003 AND Artistic-2.0
2121
Vendor: Microsoft Corporation
2222
Distribution: Azure Linux
@@ -35,7 +35,6 @@ Patch2: CVE-2024-22195.patch
3535
Patch3: CVE-2020-28493.patch
3636
Patch4: CVE-2024-34064.patch
3737
Patch5: CVE-2025-27516.patch
38-
Patch6: CVE-2025-69418.patch
3938
BuildRequires: brotli-devel
4039
BuildRequires: c-ares-devel
4140
BuildRequires: coreutils >= 8.22
@@ -46,6 +45,7 @@ BuildRequires: openssl-devel >= 1.1.1
4645
BuildRequires: python3
4746
BuildRequires: which
4847
BuildRequires: zlib-devel
48+
BuildRequires: perl-WWW-Curl
4949
Requires: brotli
5050
Requires: c-ares
5151
Requires: 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

cgmanifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14552,8 +14552,8 @@
1455214552
"type": "other",
1455314553
"other": {
1455414554
"name": "nodejs24",
14555-
"version": "24.13.0",
14556-
"downloadUrl": "https://nodejs.org/download/release/v24.13.0/node-v24.13.0.tar.xz"
14555+
"version": "24.14.1",
14556+
"downloadUrl": "https://nodejs.org/download/release/v24.14.1/node-v24.14.1.tar.xz"
1455714557
}
1455814558
}
1455914559
},
@@ -31626,4 +31626,4 @@
3162631626
}
3162731627
],
3162831628
"Version": 1
31629-
}
31629+
}

0 commit comments

Comments
 (0)