Preparing your workspace...
Loading latest data

CVE-2025-8286 affects the Güralp FMUS series seismic monitoring devices, exposing an unauthenticated Telnet-based command-line interface. Attackers can connect over the network without credentials and manipulate device configurations, alter data outputs, or even perform a factory reset NVDCVE DetailsAmeebacvetodo.com.
Question:
Would you like to continue with a challenge question?
Identify the network protocol exploited in CVE-2025-8286 for unauthenticated device control.
Question:
Which protocol does CVE-2025-8286 misuse to allow unauthenticated control over the device?
A) SSH
B) HTTP
C) Telnet
D) FTP
Determine the privilege level required to exploit CVE-2025-8286.
Question:
What level of privileges does an attacker need to exploit CVE-2025-8286?
A) Physical access
B) Admin credentials
C) None—no authentication required
D) Local user credentials
Interpret the CVSS v3.1 base score to assess the severity of CVE-2025-8286.
Question:
What is the approximate CVSS v3.1 base score for CVE-2025-8286?
A) 5.0 – Medium
B) 7.5 – High
C) 9.8 – Critical
D) 3.9 – Low
Identify which aspect of system security is least affected by CVE-2025-8286.
Question:
Which of these is least likely to be impacted by this vulnerability?
A) Confidential data
B) Device configuration
C) Factory reset capability
D) Encrypted management access
Determine the appropriate CWE category for the vulnerability CVE-2025-8286.
Question:
Under which CWE is CVE-2025-8286 categorized?
A) CWE-79 (XSS)
B) CWE-306 (Missing Authentication for Critical Function)
C) CWE-284 (Access Control)
D) CWE-862 (Missing Authorization)
Identify a potential real-world consequence of exploiting CVE-2025-8286.
Question:
What real-world risk could arise from exploiting CVE-2025-8286?
A) Remote encrypted backups
B) Manipulated seismic readings
C) Phishing page injection
D) XSS on GUI dashboards
Identify the most effective immediate action to mitigate CVE-2025-8286.
Question:
What’s the most effective immediate control to mitigate this risk?
A) Deploy a WAF
B) Disable Telnet access
C) Increase logging verbosity
D) Use default credentials in Telnet
Determine the best long-term security practice to protect devices affected by CVE-2025-8286.
Question:
Besides disabling Telnet, what best practice helps secure these devices longterm?
A) Re-enable Telnet via VPN
B) Use SSH with strong authentication
C) Use FTP for configuration
D) Only connect via mobile network
Identify the attack complexity level required to exploit CVE-2025-8286.
Question:
What is the stated attack complexity for CVE-2025-8286?
A) High
B) Medium
C) Low
D) Variable
Question:
In a CTF, how would you simulate exploitation of this CVE?
A) SQLi in /login.php
B) Telnet prompt allowing config changes with no auth
C) Cross-Site Scripting in GUI
D) Remote file inclusion via HTTP