CVE-2024-43662
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe <redacted>.exe or <redacted>.exe CGI binary can be used to upload arbitrary files to /tmp/upload/ or /tmp/ respectively as any user, although the user interface for uploading files is only shown to the iocadmin user. This issue affects Iocharger firmware for AC models before version 24120701. Likelihood: Moderate – An attacker will need to have knowledge of this CGI binary, e.g. by finding it in firmware. Furthermore, the attacker will need a (low privilege) account to gain access to the <redacted>.exe or <redacted>.exe CGI binary and upload the file, or convince a user with such access to upload it. Impact: Low – The attacker can upload arbitrary files to /tmp/upload/ or /tmp/. However, the attacker is unable to access or use these files without other vulnerabilities. CVSS clarification. The attack can be executed over any network connection the station is listening to and serves the web interface (AV:N), and there are no additional security measure sin place that need to be circumvented (AC:L), the attack does not rely on preconditions (AT:N). The attack does require authentication, but the level of authentication is irrelevant (PR:L), it does not require user interaction (UI:N). Artitrary files can be uploaded, be these files will not be in a location where they can influence confidentiality or availability and have a minimal impact on device integrity (VC:N/VI:L/VA:N). There is no impact on subsequent systems. (SC:N/SI:N/SA:N). While this device is an EV charger handing significant amounts of power, we do not expect this vulnerability to have a safety impact. The attack can be automated (AU:Y).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Iocharger AC firmware contains an unauthenticated file upload vulnerability in a CGI binary. Any authenticated user (including low-privilege users) can upload arbitrary files to /tmp/upload/ or /tmp/ directories via this CGI binary, regardless of whether the web UI shows the upload functionality to them.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- Authentication
- Y
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Iocharger AC firmware versionAccess the device admin interface and navigate to System > Firmware/About, or check the banner/login page for version information. Alternatively, check /etc/version or /etc/os-release via SSH if available.Affected if The installed version is earlier than 24120701, or if the version cannot be confirmed as 24120701 or later.
-
Locate the vulnerable CGI upload binaryCheck for the existence of CGI binaries in the web server's cgi-bin or /cgi-bin/ directory. Common paths include /www/cgi-bin/upload, /cgi-bin/fileupload, or similar. Use 'find /www -name "*upload*"' or 'ls -la /www/cgi-bin/' via SSH.Affected if An upload-related CGI binary exists in the web directory structure.
-
Verify upload directories exist and are writableCheck for /tmp/upload/ and /tmp/ directories with 'ls -la /tmp/' or 'ls -la /tmp/upload/'. Confirm these directories are writable by the web server user (www-data, root, or charger user).Affected if The /tmp/upload/ or /tmp/ directories exist and are writable by the web server process.
-
Check web server configuration for CGI handlingExamine the web server configuration (lighttpd.conf, nginx.conf, or httpd.conf) for CGI script mappings. Look for 'cgi.assign' or 'script_alias' directives that map .cgi files to the upload endpoint.Affected if The web server is configured to execute CGI scripts and maps to an upload functionality.
-
Confirm authenticated access enables the vulnerabilityAttempt to authenticate with any user account (even low-privilege) and verify the session is accepted by the CGI endpoint. Check if authentication bypass is not required (the summary states any authenticated user can exploit).Affected if Any valid user credentials provide access to the upload CGI endpoint.
A user is affected if they run Iocharger AC firmware version earlier than 24120701 and the upload CGI binary is accessible with authenticated user access.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Iocharger AC firmware to version 24120701 or later to remediate this vulnerability.
24120701 or later
- Upgrade Iocharger AC firmware to version 24120701 or later to resolve the unrestricted file upload vulnerability
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Testing2.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,336.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-43662 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-43662 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data