CVE-2023-5746
Synology Bc500 Firmware ≤ 1.0.5-0185
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2023-5746 is a critical-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in Synology Bc500 Firmware. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 25% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
A format string vulnerability exists in the CGI component of Synology Camera Firmware versions prior to 1.0.5-0185, affecting the BC500 and TC500 camera models. Tracked as CVE-2023-5746 and assigned CWE-134, the flaw stems from the use of externally controlled format strings and carries a CVSS 3.1 score of 9.8.
Unauthenticated remote attackers can exploit the issue over the network with no user interaction required, enabling arbitrary code execution that fully compromises confidentiality, integrity, and availability of the affected devices.
The official Synology advisory Synology_SA_23_11 recommends updating the firmware to version 1.0.5-0185 or later to address the vulnerability. The associated EPSS score has remained flat at 0.0589 with no material increase observed since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-58032
Vulnerability Data
A vulnerability regarding use of externally-controlled format string is found in the cgi component. This allows remote attackers to execute arbitrary code via unspecified vectors. The following models with Synology Camera Firmware versions before 1.0.5-0185 may be affected: BC500 and…
more
TC500.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect format-string vulnerabilities before release.
Secure SDLC mandates input validation and safe API usage that can prevent externally-controlled format strings.
Application security requirements can specify safe formatting functions and ban uncontrolled format strings.
Secure architecture principles discourage dangerous string-handling patterns that lead to format-string issues.
Secure coding standards directly forbid the use of untrusted format strings and prescribe safe alternatives.