2023-12-13 23:00:21 +00:00
{
"id" : "CVE-2023-47620" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-12-13T22:15:43.197" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:30:32.550" ,
2024-02-13 03:00:27 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-12-13 23:00:21 +00:00
"descriptions" : [
{
"lang" : "en" ,
2024-02-13 03:00:27 +00:00
"value" : "Scrypted is a home video integration and automation platform. In versions 0.55.0 and prior, a reflected cross-site scripting vulnerability exists in the plugin-http.ts file via the `owner' and 'pkg` parameters. An attacker can run arbitrary JavaScript code."
2023-12-14 15:00:31 +00:00
} ,
{
"lang" : "es" ,
"value" : "Scrypted es una plataforma de automatizaci\u00f3n e integraci\u00f3n de v\u00eddeos dom\u00e9sticos. En las versiones 0.55.0 y anteriores, existe una vulnerabilidad de Cross-Site Scripting Reflejado en el archivo plugin-http.ts a trav\u00e9s de los par\u00e1metros `owner' y `pkg`. Un atacante puede ejecutar c\u00f3digo JavaScript arbitrario. Al momento de la publicaci\u00f3n, no hay parches conocidos disponibles."
2023-12-13 23:00:21 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-12-19 17:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-12-19 17:00:28 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2023-12-19 17:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-12-19 17:00:28 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
} ,
2023-12-13 23:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-12-13 23:00:21 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2023-12-13 23:00:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-12-13 23:00:21 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
}
]
} ,
"weaknesses" : [
2023-12-19 17:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-12-19 17:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
} ,
2023-12-13 23:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-12-13 23:00:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2023-12-19 17:00:28 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
2023-12-20 23:00:29 +00:00
"criteria" : "cpe:2.3:a:clockworkmod:scrypted:*:*:*:*:*:*:*:*" ,
2023-12-19 17:00:28 +00:00
"versionEndIncluding" : "0.55.0" ,
2023-12-20 23:00:29 +00:00
"matchCriteriaId" : "139AD8AC-1E38-4231-B0ED-8F35D1E78472"
2023-12-19 17:00:28 +00:00
}
]
}
]
}
] ,
2023-12-13 23:00:21 +00:00
"references" : [
{
"url" : "https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/src/plugin/plugin-http.ts#L45" ,
2023-12-19 17:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Product"
]
2023-12-13 23:00:21 +00:00
} ,
{
"url" : "https://securitylab.github.com/advisories/GHSL-2023-218_GHSL-2023-219_scrypted/" ,
2023-12-19 17:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/koush/scrypted/blob/71cbe83a2a20f743342df695ca7b98482b73e60f/server/src/plugin/plugin-http.ts#L45" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://securitylab.github.com/advisories/GHSL-2023-218_GHSL-2023-219_scrypted/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2023-12-13 23:00:21 +00:00
}
]
}