CVE-2023-32454
06.02.2024, 08:15
DUP framework version 4.9.4.36 and prior contains insecure operation on Windows junction/Mount point vulnerability. A local malicious standard user could exploit the vulnerability to create arbitrary files, leading to denial of service
Vendor | Product | Version |
---|---|---|
dell | update_package_framework | 𝑥 ≤ 4.9.4.36 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-1386 - Insecure Operation on Windows Junction / Mount PointThe software opens a file or directory, but it does not properly prevent the name from being associated with a junction or mount point to a destination that is outside of the intended control sphere.
- CWE-59 - Improper Link Resolution Before File Access ('Link Following')The software attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.