fix: upgrade systeminformation to 5.31.0 (CVE-2026-26318)

systeminformation: systeminformation: Arbitrary code execution via unsanitized `locate` output
Resolves CVE-2026-26318
This commit is contained in:
orbisai0security 2026-03-15 14:59:20 +00:00 committed by Jake Turner
parent 138ad84286
commit 9802dd7c70
2 changed files with 15 additions and 6 deletions

View File

@ -64,7 +64,7 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"stopword": "^3.1.5", "stopword": "^3.1.5",
"systeminformation": "^5.30.8", "systeminformation": "^5.31.0",
"tailwindcss": "^4.1.10", "tailwindcss": "^4.1.10",
"tar": "^7.5.11", "tar": "^7.5.11",
"tesseract.js": "^7.0.0", "tesseract.js": "^7.0.0",
@ -4379,6 +4379,7 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4395,6 +4396,7 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4411,6 +4413,7 @@
"cpu": [ "cpu": [
"arm" "arm"
], ],
"dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"optional": true, "optional": true,
"os": [ "os": [
@ -4427,6 +4430,7 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4443,6 +4447,7 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4459,6 +4464,7 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4475,6 +4481,7 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4491,6 +4498,7 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4507,6 +4515,7 @@
"cpu": [ "cpu": [
"ia32" "ia32"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -4523,6 +4532,7 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "Apache-2.0 AND MIT", "license": "Apache-2.0 AND MIT",
"optional": true, "optional": true,
"os": [ "os": [
@ -15233,10 +15243,9 @@
} }
}, },
"node_modules/systeminformation": { "node_modules/systeminformation": {
"version": "5.30.8", "version": "5.31.0",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.8.tgz", "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.0.tgz",
"integrity": "sha512-imB8LwJCc2DkufKlSRHfzbjhheGzpg1P31A4c55IKTq/ll6Agn1rhBOY+WmS/hyg5inGFp7AyZIK0gvq5rFO2Q==", "integrity": "sha512-z5pjzvC8UnQJ/iu34z+mo3lAeMzTGdArjPQoG5uPyV5XY4BY+M6ZcRTl4XnZqudz6sP713LhWMKv6e0kGFGCgQ==",
"license": "MIT",
"os": [ "os": [
"darwin", "darwin",
"linux", "linux",

View File

@ -116,7 +116,7 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"stopword": "^3.1.5", "stopword": "^3.1.5",
"systeminformation": "^5.30.8", "systeminformation": "^5.31.0",
"tailwindcss": "^4.1.10", "tailwindcss": "^4.1.10",
"tar": "^7.5.11", "tar": "^7.5.11",
"tesseract.js": "^7.0.0", "tesseract.js": "^7.0.0",