CVE-2025-15387
Published: 31 December 2025
Description
VPN Firewall developed by QNO Technology has a Insufficient Entropy vulnerability, allowing unauthenticated remote attackers to obtain any logged-in user session through brute-force attacks and subsequently log into the system.
Mitigating Controls (NIST 800-53 r5)AI
IA-5 requires authenticators, including session tokens, to have sufficient strength of mechanism such as adequate entropy to resist brute-force attacks.
SC-23 protects the authenticity of communications sessions against hijacking via brute-force guessing of session identifiers.
AC-7 limits consecutive unsuccessful attempts, mitigating brute-force attacks on session tokens even if entropy is insufficient.
Security SummaryAI
CVE-2025-15387 is an Insufficient Entropy vulnerability (CWE-331) affecting the VPN Firewall developed by QNO Technology. Published on 2025-12-31, this flaw stems from inadequate randomness in session handling, enabling unauthenticated remote attackers to brute-force and obtain session tokens of any logged-in user, thereby allowing them to log into the system. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), indicating high severity with network accessibility, low complexity, no privileges required, user interaction needed, and substantial impacts on confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability by launching brute-force attacks against session identifiers exposed over the network. Success grants attackers full access to the system under the context of the targeted logged-in user, potentially compromising sensitive data, modifying configurations, or disrupting services.
Advisories from TWCERT/CC detail mitigation strategies and are available at https://www.twcert.org.tw/en/cp-139-10614-dee41-2.html and https://www.twcert.org.tw/tw/cp-132-10613-e1780-1.html.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability in public-facing VPN Firewall enables unauthenticated remote brute-force (T1110) and forging (T1606.001) of predictable session tokens via exploitation (T1190).