---
id: CVE-2023-43802
aliases:
  - GHSA-75j7-w798-cwwx
title: Arduino Create Agent path traversal - local privilege escalation vulnerability
summary: Arduino Create Agent path traversal - local privilege escalation vulnerability
severity: high
cvss: 7.3
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'
vendor: arduino
product: github.com/arduino/arduino-create-agent
ecosystem: go
affected:
  - github.com/arduino/arduino-create-agent < 1.3.3
patched:
  - github.com/arduino/arduino-create-agent 1.3.3
published: '2023-10-18'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:58.465542328Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-75j7-w798-cwwx'
references:
  - url: >-
      https://github.com/arduino/arduino-create-agent/security/advisories/GHSA-75j7-w798-cwwx
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-43802'
  - url: 'https://github.com/arduino/arduino-create-agent'
  - url: 'https://github.com/arduino/arduino-create-agent/releases/tag/1.3.3'
  - url: >-
      https://www.nozominetworks.com/blog/security-flaws-affect-a-component-of-the-arduino-create-cloud-ide
tags:
  - osv
  - go
epss: 0.00354
epssPercentile: 0.29123
ingestedAt: '2026-09-12T03:13:01.762Z'
---

## Overview

### Impact
The vulnerability affects the endpoint `/upload` which handles request with the `filename` parameter.
A user who has the ability to perform HTTP requests to the localhost interface, or is able to bypass the CORS configuration, can escalate his privileges to those of the user running the Arduino Create Agent service via a crafted HTTP POST request.
Further details are available in the references.

### Fixed Version
* `1.3.3`


### References
The issue was reported by Nozomi Networks Labs. Further details are available at the following URL:
* https://www.nozominetworks.com/blog/security-flaws-affect-a-component-of-the-arduino-create-cloud-ide


## Affected packages

- `github.com/arduino/arduino-create-agent < 1.3.3`

## Remediation

Upgrade to a patched release:

- `github.com/arduino/arduino-create-agent 1.3.3`
