CVE-2025-13316
published 2025-11-19CVE-2025-13316: Twonky Server 8.5.2 on Linux and Windows is vulnerable to a cryptographic flaw, use of hard-coded cryptographic keys. An attacker with knowledge of the…
PriorityP264high8.1CVSS 3.1
AVNACHPRNUINSUCHIHAH
EXPLOIT
EPSS
2.65%
83.7th percentile
Twonky Server 8.5.2 on Linux and Windows is vulnerable to a cryptographic flaw, use of hard-coded cryptographic keys. An attacker with knowledge of the encrypted administrator password can decrypt the value with static keys to view the plain text password and gain administrator-level access to Twonky Server.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lynxtechnology | twonky_server | — | — |
Detection & IOCsextracted from sources · hover to see the quote
sigma↗
GET /nmc/rpc/log_getfile => status_code==200 AND body contains 'server_main_impl','LOG_SYSTEM:','upnp_ini_file'
- →Unauthenticated HTTP GET to /nmc/rpc/log_getfile is the exploit trigger; a 200 response containing 'server_main_impl', 'LOG_SYSTEM:', and 'upnp_ini_file' confirms successful log leak and credential exposure. ↗
- →The Metasploit auxiliary module 'auxiliary/gather/twonky_authbypass_logleak' chains CVE-2025-13315 (log leak) with CVE-2025-13316 (hardcoded key decryption) to recover plaintext administrator credentials; presence of this module in use indicates active exploitation. ↗
- →ZoomEye/Shodan fingerprint 'app="Twonky Server"' can be used to identify internet-exposed instances for proactive hunting. ↗
- ·The encrypted administrator password is stored in Twonky Server configuration/logs and is decryptable using static (hardcoded) keys — no brute-force is required; any attacker who obtains the ciphertext can trivially recover the plaintext. ↗
- ·No vendor patch is available; the recommended mitigation is to restrict access to the Twonky Server web service API or implement network segmentation. ↗
- ·The vulnerability affects both Linux and Windows deployments of Twonky Server 8.5.2; detection logic should be applied platform-agnostically at the network/HTTP layer. ↗
CVSS provenance
nvdv3.18.1HIGHCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv4.08.2HIGHCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Metasploit
Twonky Server Log Leak Authentication Bypass
metasploit·CVSS 9.3
CVE-2025-13315 [CRITICAL] Twonky Server Log Leak Authentication Bypass
Twonky Server Log Leak Authentication Bypass
This module leverages an authentication bypass in Twonky Server 8.5.2. By exploiting an authorization flaw to access a privileged web API endpoint and leak application logs, encrypted administrator credentials are leaked (CVE-2025-13315). The exploit will then decrypt these credentials using hardcoded keys (CVE-2025-13316) and login as the administrator. Expected module output is a username and plain text password for the administrator account.
Nuclei
Twonky Server 8.5.2 on Linux and Windows - Log File Exposure
nuclei·CVSS 9.3
CVE-2025-13315 [CRITICAL] Twonky Server 8.5.2 on Linux and Windows - Log File Exposure
Twonky Server 8.5.2 on Linux and Windows - Log File Exposure
Twonky Server 8.5.2 contains a broken access control vulnerability caused by bypassing web service API authentication, letting unauthenticated attackers read log files with administrator credentials, exploit requires no authentication
Template:
id: CVE-2025-13315
info:
name: Twonky Server 8.5.2 on Linux and Windows - Log File Exposure
author: pussycat0x
severity: critical
description: |
Twonky Server 8.5.2 contains a broken access control vulnerability caused by bypassing web service API authentication, letting unauthenticated attackers read log files with administrator credentials, exploit requires no authentication
remediation: |
Restrict access to the Twonky Server web service API or implement network segmentation as the v
No writeups or analysis indexed.
2025-11-19
Published