Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 134d57c

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 36e35e2 commit 134d57c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/rules-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdatedDate": "2025-05-05T13:35:41.737Z",
2+
"lastUpdatedDate": "2025-05-06T02:44:45.114Z",
33
"name": "Node Version Audit",
44
"website": "https://github.com/lightswitch05/node-version-audit",
55
"license": "https://github.com/lightswitch05/node-version-audit/blob/master/LICENSE",
@@ -4942,14 +4942,14 @@
49424942
"id": "CVE-2022-3602",
49434943
"baseScore": 7.5,
49444944
"publishedDate": "2022-11-01T18:15:00.000Z",
4945-
"lastModifiedDate": "2024-11-21T07:19:00.000Z",
4945+
"lastModifiedDate": "2025-05-05T16:15:00.000Z",
49464946
"description": "A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. An attacker can craft a malicious email address to overflow four attacker-controlled bytes on the stack. This buffer overflow could result in a crash (causing a denial of service) or potentially remote code execution. Many platforms implement stack overflow protections which would mitigate against the risk of remote code execution. The risk may be further mitigated based on stack layout for any given platform/compiler. Pre-announcements of CVE-2022-3602 described this issue as CRITICAL. Further analysis based on some of the mitigating factors described above have led this to be downgraded to HIGH. Users are still encouraged to upgrade to a new version as soon as possible. In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects. Fixed in OpenSSL 3.0.7 (Affected 3.0.0,3.0.1,3.0.2,3.0.3,3.0.4,3.0.5,3.0.6)."
49474947
},
49484948
"CVE-2022-3786": {
49494949
"id": "CVE-2022-3786",
49504950
"baseScore": 7.5,
49514951
"publishedDate": "2022-11-01T18:15:00.000Z",
4952-
"lastModifiedDate": "2024-11-21T07:20:00.000Z",
4952+
"lastModifiedDate": "2025-05-05T16:15:00.000Z",
49534953
"description": "A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed a malicious certificate or for an application to continue certificate verification despite failure to construct a path to a trusted issuer. An attacker can craft a malicious email address in a certificate to overflow an arbitrary number of bytes containing the `.' character (decimal 46) on the stack. This buffer overflow could result in a crash (causing a denial of service). In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects.\n\n"
49544954
},
49554955
"CVE-2022-21824": {
@@ -5152,7 +5152,7 @@
51525152
"id": "CVE-2023-32005",
51535153
"baseScore": 5.3,
51545154
"publishedDate": "2023-09-12T02:15:00.000Z",
5155-
"lastModifiedDate": "2024-11-21T08:02:00.000Z",
5155+
"lastModifiedDate": "2025-05-05T14:15:00.000Z",
51565156
"description": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.\n\nThis flaw arises from an inadequate permission model that fails to restrict file stats through the `fs.statfs` API. As a result, malicious actors can retrieve stats from files that they do not have explicit read access to.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js."
51575157
},
51585158
"CVE-2023-32006": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-version-audit",
3-
"version": "1.20250505.1",
3+
"version": "1.20250506.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)