Search Results (1 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-71268 1 Thiagoralves 1 Openplc V3 2026-08-10 9.9 Critical
OpenPLC Runtime v3's compile_program function (webserver/openplc.py) parses directives from uploaded Structured Text (.st) program files and writes the referenced content to with no validation that file_path stays within the ./core directory. A path-validation function, validate_file_path, exists elsewhere in the codebase (webserver/credentials.py) but is never invoked from compile_program, leaving the sink unprotected.