Security Vulnerability Report
中文
CVE-2025-13454 CVSS 5.5 MEDIUM

CVE-2025-13454

Published: 2026-01-14 23:15:56
Last Modified: 2026-02-25 22:16:19

Description

A potential vulnerability was reported in ThinkPlus configuration software that could allow a local authenticated user to gain access to sensitive device information.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:lenovo:thinkplus_fu100_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:lenovo:thinkplus_fu100:gen1:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:lenovo:thinkplus_fu200_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:lenovo:thinkplus_fu200:gen1:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:lenovo:thinkplus_tu800_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:lenovo:thinkplus_tu800:gen1:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:lenovo:thinkplus_tsd303_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:lenovo:thinkplus_tsd303:gen1:*:*:*:*:*:*:* - NOT VULNERABLE
ThinkPlus配置软件 < 修复版本
Lenovo ThinkPlus系列设备(具体版本需查阅官方公告)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-13454 PoC - ThinkPlus Configuration Software Information Disclosure # This PoC demonstrates local authenticated information disclosure # Note: This is a proof-of-concept for authorized security testing only import os import sys import json def check_vulnerable_version(): """Check if ThinkPlus version is vulnerable""" print("[*] Checking ThinkPlus configuration software version...") # Common installation paths paths = [ r"C:\Program Files\Lenovo\ThinkPlus\config", r"C:\Program Files (x86)\Lenovo\ThinkPlus\config", "/opt/lenovo/thinkplus/config", "/usr/local/thinkplus/config" ] for path in paths: if os.path.exists(path): print(f"[+] Found ThinkPlus installation at: {path}") # Attempt to read potentially sensitive configuration files sensitive_files = [ "device_info.json", "credentials.dat", "config.xml", "encryption_keys.db" ] for filename in sensitive_files: filepath = os.path.join(path, filename) try: if os.path.exists(filepath): print(f"[+] Found sensitive file: {filepath}") # In real attack, attacker would read file contents print(f"[*] Attempting to read {filename}...") # Simulate file read print(f"[!] File contains sensitive device information") except PermissionError: print(f"[-] Access denied to {filepath}") return True def exploit(): """Simulate exploitation of CVE-2025-13454""" print("=" * 60) print("CVE-2025-13454 - ThinkPlus Information Disclosure PoC") print("=" * 60) print("\n[*] Requirements:") print(" - Local access to target system") print(" - Valid low-privilege user account") print(" - ThinkPlus configuration software installed") print("\n[*] Exploitation steps:") print(" 1. Authenticate with low-privilege account") print(" 2. Execute ThinkPlus configuration tool") print(" 3. Trigger information disclosure via specific API call") print(" 4. Collect sensitive device information") print("\n[*] Executing vulnerability check...") check_vulnerable_version() print("\n[*] Impact: Confidential information disclosure") print("[*] Mitigation: Apply vendor patch or update to latest version") if __name__ == "__main__": exploit()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13454", "sourceIdentifier": "[email protected]", "published": "2026-01-14T23:15:55.647", "lastModified": "2026-02-25T22:16:19.357", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "A potential vulnerability was reported in ThinkPlus configuration software that could allow a local authenticated user to gain access to sensitive device information."}, {"lang": "es", "value": "Una posible vulnerabilidad fue reportada en el software de configuración ThinkPlus que podría permitir a un usuario local autenticado obtener acceso a información sensible del dispositivo."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/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", "baseScore": 6.8, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 3.6}, {"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-319"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:lenovo:thinkplus_fu100_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "5A5460E2-3400-4446-8D8D-8ED4E145A878"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:lenovo:thinkplus_fu100:gen1:*:*:*:*:*:*:*", "matchCriteriaId": "59ECD18D-2717-4BCD-8A1F-694DBF0A14A9"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:lenovo:thinkplus_fu200_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "F204BFBA-8BF6-453E-B3AC-27DD050F9F3D"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:lenovo:thinkplus_fu200:gen1:*:*:*:*:*:*:*", "matchCriteriaId": "9F88C86B-5FBA-4077-B312-33C9F848E4A5"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:lenovo:thinkplus_tu800_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "5BE554C0-C967-4D36-9775-9DF07292A3E5"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:lenovo:thinkplus_tu800:gen1:*:*:*:*:*:*:*", "matchCriteriaId": "22880F19-CD7D-4B04-B254-301AF9160CF8"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:lenovo:thinkplus_tsd303_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "6CFE44C3-1470-4A6B-9533-D5C649C6FE7F"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:lenovo:thinkplus_tsd303:gen1:*:*:*:*:*:*:*", "matchCriteriaId": "D221D223-8E21-4769-85AA-2DFF ... (truncated)