CVE Vulnerabilities

CVE-2023-22355

Uncontrolled Search Path Element

Published: May 10, 2023 | Modified: May 19, 2023
CVSS 3.x
7.8
HIGH
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

Uncontrolled search path in some Intel(R) oneAPI Toolkit and component software installers before version 4.3.0.251 may allow an authenticated user to potentially enable escalation of privilege via local access.

Weakness

The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

Affected Software

Name Vendor Start Version End Version
Trace_analyzer_and_collector Intel * *
Oneapi_hpc_toolkit Intel * *
Vtune_profiler Intel * *
Integrated_performance_primitives_cryptography Intel * *
Integrated_performance_primitives Intel * *
Inspector Intel * *
Implicit_spmd_program_compiler Intel * *
Fortran_compiler Intel * *
Embree_ray_tracing_kernel_library Intel * *
Dpc++_compatibility_tool Intel * *
Distribution_for_python Intel * *
Cpu_runtime Intel * *
Advisor Intel * *
Oneapi_toolkit_and_component_software_installers Intel * *
Oneapi_video_processing_library Intel * *
Oneapi_threading_building_blocks Intel * *
Oneapi_rendering_toolkit Intel * *
Oneapi_math_kernel_library Intel * *
Oneapi_iot_toolkit Intel * *
Oneapi_hpc_toolkit Intel 2023.0.0 2023.0.0
Oneapi_dpc++_library Intel * *
Oneapi_dpc++/c++_compiler Intel * *
Oneapi_deep_neural_network_library Intel * *
Oneapi_data_analytics_library Intel * *
Oneapi_base_toolkit Intel * *
Mpi_library Intel * *
Ospray_studio Intel * *
Ospray Intel * *
Open_volume_kernel_library Intel * *
Open_image_denoise Intel * *

Extended Description

Although this weakness can occur with any type of resource, it is frequently introduced when a product uses a directory search path to find executables or code libraries, but the path contains a directory that can be modified by an attacker, such as “/tmp” or the current working directory. In Windows-based systems, when the LoadLibrary or LoadLibraryEx function is called with a DLL name that does not contain a fully qualified path, the function follows a search order that includes two path elements that might be uncontrolled:

In some cases, the attack can be conducted remotely, such as when SMB or WebDAV network shares are used. One or more locations in that path could include the Windows drive root or its subdirectories. This often exists in Linux-based code assuming the controlled nature of the root directory (/) or its subdirectories (/etc, etc), or a code that recursively accesses the parent directory. In Windows, the drive root and some of its subdirectories have weak permissions by default, which makes them uncontrolled. In some Unix-based systems, a PATH might be created that contains an empty element, e.g. by splicing an empty variable into the PATH. This empty element can be interpreted as equivalent to the current working directory, which might be an untrusted search element. In software package management frameworks (e.g., npm, RubyGems, or PyPi), the framework may identify dependencies on third-party libraries or other packages, then consult a repository that contains the desired package. The framework may search a public repository before a private repository. This could be exploited by attackers by placing a malicious package in the public repository that has the same name as a package from the private repository. The search path might not be directly under control of the developer relying on the framework, but this search order effectively contains an untrusted element.

Potential Mitigations

References