CVE-2025-64053: A Buffer overflow vulnerability on Fanvil x210 2.12.20 devices allows attackers to cause a denial of servic...
A Buffer overflow vulnerability on Fanvil x210 2.12.20 devices allows attackers to cause a denial of service or potentially execute arbitrary commands via crafted POST request to the /cgi-bin/webconfig?page=upload&action=submit endpoint.
Security readout for executives and security teams
Plain-English summary
CVE-2025-64053 is a reported buffer overflow in Fanvil X210 devices running version 2.12.20. A remote attacker could crash the device and may be able to run arbitrary commands. For organizations using these VoIP phones, the main business concern is loss of phone availability and possible device compromise if management interfaces are reachable.
Executive priority
Treat as high priority if Fanvil X210 phones are deployed, especially if remote administration is exposed. Prioritize inventory, exposure reduction, and vendor update checks. If devices are isolated on controlled management networks, urgency is lower but remediation should still be tracked.
Technical view
The issue is described as CWE-120 buffer overflow triggered by a crafted POST request to the web configuration upload submit endpoint. CVSS 3.1 is 7.5, network exploitable, low complexity, no privileges, no user interaction, with high availability impact. The CVE text also mentions potential arbitrary command execution, but the vector records no confidentiality or integrity impact.
Likely exposure
Exposure is most likely where Fanvil X210 2.12.20 web management interfaces are reachable from untrusted networks. Internet-exposed phone administration portals or flat internal networks increase risk. The CVE record’s affected product fields are incomplete, so confirm exact models and firmware locally.
Exploitation context
No CISA KEV listing is provided, and the supplied sources do not establish active exploitation. The vulnerability is remotely reachable over the network and does not require authentication per the CVSS vector, making exposed management interfaces the primary concern.
Researcher notes
The public CVE data identifies Fanvil X210 2.12.20 and a specific web configuration endpoint, but the structured affected-product fields are listed as n/a. Evidence for command execution beyond the description is not included in the bundle. Avoid assuming broader Fanvil model impact without vendor confirmation.
Mitigation direction
Check Fanvil guidance for fixed firmware or official mitigation.
Remove web management access from the internet.
Restrict phone administration interfaces to trusted management networks.
Segment VoIP devices from user and server networks.
Monitor affected devices for crashes, reboots, or unusual management requests.
Validation and detection
Inventory Fanvil X210 devices and record firmware versions.
Identify devices running version 2.12.20.
Review firewall and access-control exposure for web management interfaces.
Check vendor or reseller channels for update availability.
Verify compensating controls limit untrusted access to device administration.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-120: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-120 · source CWE mapping
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.