Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVE-2023-43801
Summary
Arduino Create Agent is a package to help manage Arduino development. This vulnerability affects versions prior to 1.3.3-rc3, 2.0.0-dev, and 2.0.0-test in the endpoint `/v2/pkgs/tools/installed` and the way it handles plugin names supplied as user input. A user who has the ability to perform HTTP requests to the localhost interface, or is able to bypass the CORS configuration, can delete arbitrary files or folders belonging to the user that runs the Arduino Create Agent via a crafted HTTP "DELETE" request. Users are advised to upgrade. There are no known workarounds for this issue. This has the same fix as CVE-2023-43803 and CVE-2023-43800.
- LOW
- LOCAL
- HIGH
- UNCHANGED
- NONE
- LOW
- NONE
- HIGH
CWE-22 - Path Traversal
Path traversal (or directory traversal), is a vulnerability that allows malicious users to traverse the server's root directory, gaining access to arbitrary files and folders such as application code & data, back-end credentials, and sensitive operating system files. In the worst-case scenario, an attacker could potentially execute arbitrary files on the server, resulting in a denial of service attack. Such an exploit may severely impact the integrity, confidentiality, and availability of an application.
References
Advisory Timeline
- Published