Search
Find a vulnerability
Search criteria
2 vulnerabilities by Shinobi Systems
CVE-2026-82448 (GCVE-0-2026-82448)
Vulnerability from nvd – Published: 2026-08-29 12:05 – Updated: 2026-08-31 18:36
VLAI
EPSS
VEX
Title
Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key
Summary
Shinobi before commit 5a76c74f contains a hardcoded connection key in the child node service that allows unauthenticated attackers to execute arbitrary database queries. Attackers reaching the child node port can present the hardcoded key during WebSocket handshake, then dispatch SQL queries through the onWebSocketDataFromChildNode handler to read and modify user records and camera configuration.
Severity
9.8 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-31 18:36 UTC
CWE
- CWE-798 - Use of Hard-coded Credentials
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://gitlab.com/Shinobi-Systems/Shinobi/-/merg… | issue-tracking |
| https://gitlab.com/Shinobi-Systems/Shinobi/-/comm… | patch |
| https://gitlab.com/Shinobi-Systems/Shinobi | product |
| https://gitlab.com/Shinobi-Systems/Shinobi/-/blob… | technical-description |
| https://www.vulncheck.com/advisories/shinobi-befo… | third-party-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Shinobi Systems | Shinobi |
Affected:
0 , < 5a76c74f3977661ff3f9fd55a260db352c0b19c0
(git)
|
Date Public
2026-07-05 00:00
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-82448",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-31T18:36:08.178430Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-31T18:36:32.106Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://gitlab.com/Shinobi-Systems/Shinobi",
"defaultStatus": "unaffected",
"product": "Shinobi",
"repo": "https://gitlab.com/Shinobi-Systems/Shinobi",
"vendor": "Shinobi Systems",
"versions": [
{
"lessThan": "5a76c74f3977661ff3f9fd55a260db352c0b19c0",
"status": "affected",
"version": "0",
"versionType": "git"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Sad\u0131k Ert\u00fcrk"
}
],
"datePublic": "2026-07-05T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Shinobi before commit 5a76c74f contains a hardcoded connection key in the child node service that allows unauthenticated attackers to execute arbitrary database queries. Attackers reaching the child node port can present the hardcoded key during WebSocket handshake, then dispatch SQL queries through the onWebSocketDataFromChildNode handler to read and modify user records and camera configuration."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-798",
"description": "Use of Hard-coded Credentials",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-29T12:05:34.812Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "Merge request !554",
"tags": [
"issue-tracking"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/merge_requests/554"
},
{
"name": "Fix commit",
"tags": [
"patch"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/commit/5a76c74f3977661ff3f9fd55a260db352c0b19c0"
},
{
"tags": [
"product"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi"
},
{
"name": "Vulnerable code: childNode/utils.js (the sql dispatch case)",
"tags": [
"technical-description"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/blob/f04e685b8bd4c6190fcd62993131b86a76c2b806/libs/childNode/utils.js"
},
{
"name": "VulnCheck Advisory: Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/shinobi-before-commit-5a76c74f-arbitrary-database-query-execution-via-hardcoded-child-node-key"
}
],
"title": "Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-82448",
"datePublished": "2026-08-29T12:05:34.812Z",
"dateReserved": "2026-08-29T11:37:29.863Z",
"dateUpdated": "2026-08-31T18:36:32.106Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-82448 (GCVE-0-2026-82448)
Vulnerability from cvelistv5 – Published: 2026-08-29 12:05 – Updated: 2026-08-31 18:36
VLAI
EPSS
VEX
Title
Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key
Summary
Shinobi before commit 5a76c74f contains a hardcoded connection key in the child node service that allows unauthenticated attackers to execute arbitrary database queries. Attackers reaching the child node port can present the hardcoded key during WebSocket handshake, then dispatch SQL queries through the onWebSocketDataFromChildNode handler to read and modify user records and camera configuration.
Severity
9.8 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-31 18:36 UTC
CWE
- CWE-798 - Use of Hard-coded Credentials
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://gitlab.com/Shinobi-Systems/Shinobi/-/merg… | issue-tracking |
| https://gitlab.com/Shinobi-Systems/Shinobi/-/comm… | patch |
| https://gitlab.com/Shinobi-Systems/Shinobi | product |
| https://gitlab.com/Shinobi-Systems/Shinobi/-/blob… | technical-description |
| https://www.vulncheck.com/advisories/shinobi-befo… | third-party-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Shinobi Systems | Shinobi |
Affected:
0 , < 5a76c74f3977661ff3f9fd55a260db352c0b19c0
(git)
|
Date Public
2026-07-05 00:00
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-82448",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-31T18:36:08.178430Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-31T18:36:32.106Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://gitlab.com/Shinobi-Systems/Shinobi",
"defaultStatus": "unaffected",
"product": "Shinobi",
"repo": "https://gitlab.com/Shinobi-Systems/Shinobi",
"vendor": "Shinobi Systems",
"versions": [
{
"lessThan": "5a76c74f3977661ff3f9fd55a260db352c0b19c0",
"status": "affected",
"version": "0",
"versionType": "git"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Sad\u0131k Ert\u00fcrk"
}
],
"datePublic": "2026-07-05T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Shinobi before commit 5a76c74f contains a hardcoded connection key in the child node service that allows unauthenticated attackers to execute arbitrary database queries. Attackers reaching the child node port can present the hardcoded key during WebSocket handshake, then dispatch SQL queries through the onWebSocketDataFromChildNode handler to read and modify user records and camera configuration."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-798",
"description": "Use of Hard-coded Credentials",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-29T12:05:34.812Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "Merge request !554",
"tags": [
"issue-tracking"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/merge_requests/554"
},
{
"name": "Fix commit",
"tags": [
"patch"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/commit/5a76c74f3977661ff3f9fd55a260db352c0b19c0"
},
{
"tags": [
"product"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi"
},
{
"name": "Vulnerable code: childNode/utils.js (the sql dispatch case)",
"tags": [
"technical-description"
],
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/-/blob/f04e685b8bd4c6190fcd62993131b86a76c2b806/libs/childNode/utils.js"
},
{
"name": "VulnCheck Advisory: Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/shinobi-before-commit-5a76c74f-arbitrary-database-query-execution-via-hardcoded-child-node-key"
}
],
"title": "Shinobi before commit 5a76c74f Arbitrary Database Query Execution via Hardcoded Child Node Key",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-82448",
"datePublished": "2026-08-29T12:05:34.812Z",
"dateReserved": "2026-08-29T11:37:29.863Z",
"dateUpdated": "2026-08-31T18:36:32.106Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}