2024-06-28 16:04:01 +00:00
{
"id" : "CVE-2023-47803" ,
"sourceIdentifier" : "security@synology.com" ,
"published" : "2024-06-28T06:15:04.833" ,
2025-04-10 20:03:54 +00:00
"lastModified" : "2025-04-10T18:38:20.383" ,
2025-03-04 19:03:50 +00:00
"vulnStatus" : "Analyzed" ,
2024-06-28 16:04:01 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "A vulnerability regarding improper limitation of a pathname to a restricted directory ('Path Traversal') is found in the Language Settings functionality. This allows remote attackers to read specific files containing non-sensitive information via unspecified vectors. The following models with Synology Camera Firmware versions before 1.0.7-0298 may be affected: BC500 and TC500."
2024-07-14 02:06:08 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se encuentra una vulnerabilidad relacionada con la limitaci\u00f3n inadecuada de un nombre de ruta a un directorio restringido (\"Path Traversal\") en la funcionalidad Configuraci\u00f3n de idioma. Esto permite a atacantes remotos leer archivos espec\u00edficos que contienen informaci\u00f3n no confidencial a trav\u00e9s de vectores no especificados. Los siguientes modelos con versiones de firmware de c\u00e1mara Synology anteriores a 1.0.7-0298 pueden verse afectados: BC500 y TC500."
2024-06-28 16:04:01 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "security@synology.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
2024-06-28 16:04:01 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-06-28 16:04:01 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 1.4
2025-04-10 20:03:54 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" ,
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 1.4
2024-06-28 16:04:01 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "security@synology.com" ,
2025-04-20 02:05:18 +00:00
"type" : "Secondary" ,
2024-06-28 16:04:01 +00:00
"description" : [
2025-04-10 20:03:54 +00:00
{
"lang" : "en" ,
"value" : "CWE-22"
}
]
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
2024-06-28 16:04:01 +00:00
{
"lang" : "en" ,
"value" : "CWE-22"
}
]
}
] ,
2025-03-04 19:03:50 +00:00
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:synology:bc500_firmware:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.0.7-0298" ,
"matchCriteriaId" : "11106950-DFD0-441A-8DE3-DA19C15281B1"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:h:synology:bc500:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "5FD618BD-29BD-4F43-9BEF-F73065247580"
}
]
}
]
} ,
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:synology:tc500_firmware:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.0.7-0298" ,
"matchCriteriaId" : "F4DBB838-E652-4C96-AC50-AF07510EF8E5"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:h:synology:tc500:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "582C2C89-3351-4DC6-B40A-7E2E4CA6AFEA"
}
]
}
]
}
] ,
2024-06-28 16:04:01 +00:00
"references" : [
{
"url" : "https://www.synology.com/en-global/security/advisory/Synology_SA_23_15" ,
2025-03-04 19:03:50 +00:00
"source" : "security@synology.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://www.synology.com/en-global/security/advisory/Synology_SA_23_15" ,
2025-03-04 19:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2024-06-28 16:04:01 +00:00
}
]
}