Cyber Resilience

CVE-2025-20050

Intel Computing Improvement Program ≤ 2.4.11001

Published
11 November 2025
Modified
26 November 2025
Patch / advisory
CVSS Score v4 5.4
Click a component to see what it means
Raw vectorCVSS: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
EPSS Score 0.0014 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-20050 is a medium-severity Uncontrolled Search Path Element (CWE-427) vulnerability in Intel Computing Improvement Program. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and SI-7 (Software, Firmware, and Information Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Uncontrolled search path for some Intel(R) CIP software before version WIN_DCA_2.4.0.11001 within Ring 3: User Applications may allow an escalation of privilege. Unprivileged software adversary with an authenticated user combined with a high complexity attack may enable local code execution.…

more

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.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-35769Same product: Intel Computing Improvement Program
CVE-2025-24838Same product: Intel Computing Improvement Program
CVE-2023-43489Same product: Intel Computing Improvement Program
CVE-2025-24862Same product: Intel Computing Improvement Program
CVE-2025-24848Same product: Intel Computing Improvement Program
CVE-2025-24307Same product: Intel Computing Improvement Program
CVE-2025-24863Same product: Intel Computing Improvement Program
CVE-2024-36482Same product: Intel Computing Improvement Program
CVE-2025-20614Same product: Intel Computing Improvement Program
CVE-2025-24847Same product: Intel Computing Improvement Program

Affected Assets

intel
computing improvement program
≤ 2.4.11001

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • CM-6 Configuration Settings
  • SI-7 Software, Firmware, and Information Integrity
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces secure DLL search-order and path settings that eliminate the uncontrolled search path exploited by CWE-427.

preventdetect

Requires cryptographic or integrity verification of code modules before loading, blocking execution of malicious files placed in untrusted search locations.

prevent

Limits the privileges available to the user application and any code it loads, reducing the impact of successful local code execution to high-impact CIA compromise.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices directly address design of search paths and resource loading.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce safe search-path settings and reduce exposure.

PR.PS-05 partial match
prevents

Execution allow-listing can block malicious binaries placed in hijackable search locations.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect uncontrolled search-path issues but does not prevent them by itself.

mitigates

Restricting software installation reduces the chance that an attacker-controlled path element is introduced into the search path.

mitigates

Secure system architecture and engineering principles require explicit control over search paths and resource locations.

prevents

Secure coding practices directly address the use of fixed or controlled search paths that can be influenced by unintended actors.

prevents

Configuration management can enforce approved search-path settings but does not inherently prevent the weakness.

References