Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
8.7

CVE-2026-14480: OpenPLC v3: Malicious Files Can Be Uploaded and Executed

CVE-2026-14480 CVE-2026-14480
Summary

An attacker with a valid login can upload a malicious file to OpenPLC v3, potentially allowing them to execute arbitrary code on the system. This can happen if the attacker uploads a malicious file to a specific directory where OpenPLC compiles its own code. To protect against this, administrators should ensure that only authorized users have access to upload files, and that the OpenPLC web server runs with limited privileges.

What to do

No fix is available yet. Check with your software vendor for updates.

Affected software
VendorProductAffected versions
openplc openplc v3
Original title
OpenPLC Runtime v3 contains an authenticated arbitrary file write vulnerability in the legacy web UI program‑upload workflow. The application stores an attacker‑supplied filename (prog_file) dire...
Original description
OpenPLC Runtime v3 contains an authenticated arbitrary file write
vulnerability in the legacy web UI program‑upload workflow. The
application stores an attacker‑supplied filename (prog_file) directly
into the Programs.File database field and later uses this value as the
destination path for an uploaded file without validating or restricting
the path. Because Python os.path.join() honors attacker‑controlled
absolute paths, an authenticated user can write arbitrary files anywhere
writable by the OpenPLC webserver process. In the default build
pipeline, all C++ source files within the OpenPLC runtime core directory
are automatically compiled into the executable runtime binary. By
writing a malicious .cpp file into this directory, an authenticated
attacker can escalate the arbitrary file write into arbitrary native
code execution when the operator triggers a normal program compilation
and runtime start.
mitre CVSS3.1 9.9
Vulnerability type
CWE-73
Published: 10 Jul 2026 · Updated: 20 Jul 2026 · First seen: 10 Jul 2026