CVE-2022-3701
27.10.2023, 20:15
A privilege elevation vulnerability was reported in the Lenovo Vantage SystemUpdate plugin version 2.0.0.212 and earlier that could allow a local attacker to execute arbitrary code with elevated privileges.
Vendor | Product | Version |
---|---|---|
lenovo | system_update_plugin | 𝑥 < 2.0.0.213 |
lenovo | hardware_scan_plugin | 𝑥 < 1.3.1.2 |
lenovo | hardware_scan_addin | 𝑥 < 2.4.1.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race ConditionThe software checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the software to perform invalid actions when the resource is in an unexpected state.
- CWE-269 - Improper Privilege ManagementThe software does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.