Cyber Resilience

CVE-2025-24862

Intel Computing Improvement Program ≤ 2.4.11001

Published
11 November 2025
Modified
26 November 2025
Patch / advisory
CVSS Score v4 2.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:N/VI:L/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
EPSS Score 0.0020 10th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-24862 is a low-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Intel Computing Improvement Program. Its CVSS base score is 2.0 (Low).

Operationally, ranked at the 10th 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 SI-10 (Information Input Validation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Unrestricted upload of file with dangerous type 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 a privileged user combined with a high complexity attack may…

more

enable data manipulation. This result may potentially occur via network access when attack requirements are present with special internal knowledge and requires passive user interaction. The potential vulnerability may impact the confidentiality (none), integrity (low) and availability (none) 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-2025-24838Same product: Intel Computing Improvement Program
CVE-2025-24848Same product: Intel Computing Improvement Program
CVE-2025-24299Same product: Intel Computing Improvement Program
CVE-2024-36276Same product: Intel Computing Improvement Program
CVE-2023-43489Same product: Intel Computing Improvement Program
CVE-2025-24307Same product: Intel Computing Improvement Program
CVE-2025-24863Same product: Intel Computing Improvement Program
CVE-2025-24314Same product: Intel Computing Improvement Program
CVE-2023-35769Same product: Intel Computing Improvement Program
CVE-2025-20614Same product: Intel Computing Improvement Program

Affected Assets

intel
computing improvement program
≤ 2.4.11001

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-3 Malicious Code Protection
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)
  • SI-3 Malicious Code Protection
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.1.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of file types and content on upload, blocking the dangerous-file upload vector described in CWE-434.

preventdetect

Malicious-code scanning and blocking at the application boundary can detect and stop execution of uploaded dangerous files before privilege escalation occurs.

prevent

Least-privilege enforcement limits the impact of any successful file-upload exploit by restricting the privileges available to the Ring-3 process.

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-05 mostly match
prevents

Restricting execution of unauthorized software directly blocks dangerous uploaded files from running.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce allowed file types and processing rules.

PR.PS-06 partial match
prevents

Secure development practices include input validation and file-type restrictions that prevent this weakness.

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

Configuration and acceptance testing verify that file-upload handling enforces allowed types and does not permit dangerous content to be stored or executed.

prevents

Secure-coding guidelines and security testing explicitly address restrictions on allowed file types and upload handling, reducing the risk that dangerous file uploads are accepted without validation.

prevents

Mandated testing for malicious content and known vulnerabilities reduces the likelihood that an outsourced component will contain or accept dangerous file types that could later be uploaded or executed.

mitigates

Application allow-listing and pre-use scanning of received files directly blocks the introduction of executable content that has not been vetted, eliminating the primary vector for unrestricted dangerous file uploads.

References