CVE-2026-44468
Analyzed Analyzed - Analysis Complete
Directory Permission Flaw in Product Leads to Privilege Escalation

Publication date: 2026-05-26

Last updated on: 2026-05-28

Assigner: CERT VDE

Description
The affected product creates a directory with insecure default permissions during administrative installation. This allows a low-privileged local attacker to modify a temporary file defining the components to be installed, enabling local privilege escalation by forcing the deployment of arbitrary components.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-26
Last Modified
2026-05-28
Generated
2026-06-15
AI Q&A
2026-05-26
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codesys development_system to 3.5.22.20 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-276 During installation, installed file permissions are set to allow anyone to modify those files.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the CODESYS Development System where temporary directories are created with insecure default permissions during administrative installation.

Because of these insecure permissions, a low-privileged local attacker can modify a temporary bootstrap file that defines which components get installed.

By doing so, the attacker can force the deployment of arbitrary components, effectively escalating their privileges on the system.

Additionally, there is a race condition (TOCTOU) that allows replacing verified installation files with malicious ones before installation.

Both issues bypass security boundaries during package installation, allowing installation of arbitrary files with elevated privileges.

Impact Analysis

Exploitation of this vulnerability allows a low-privileged local attacker to escalate their privileges to administrative level.

This means the attacker can install arbitrary files or components with elevated privileges, potentially compromising the entire operating system.

Such a compromise can lead to unauthorized access, control over system resources, and the ability to execute malicious code.

Detection Guidance

Detection of this vulnerability involves checking for the presence of insecure temporary directories or files created by the PackageManager and IPM components during administrative installation in affected versions of the CODESYS Development System.

Specifically, you can look for temporary directories with insecure permissions that allow modification by low-privileged users.

Commands to help detect this might include searching for directories created during installation with overly permissive access rights, for example on a Unix-like system:

  • find /tmp -type d -perm -o+w -ls
  • ls -ld /path/to/codesys/temp/directories

Additionally, monitoring for unexpected modifications to bootstrap or installation files during package installation could indicate exploitation attempts.

Mitigation Strategies

The immediate mitigation step is to upgrade the CODESYS Development System to version 3.5.22.20 or later, as this version addresses the insecure permissions issue.

Until the upgrade can be applied, restrict local user permissions to prevent modification of temporary installation directories and files created during administrative installation.

Also, monitor and audit file system permissions and installation activities to detect any unauthorized changes.

Compliance Impact

The vulnerability allows local privilege escalation by enabling low-privileged users to deploy arbitrary components with elevated privileges, potentially compromising the underlying operating system.

Such a compromise can lead to unauthorized access or modification of sensitive data, which may violate security requirements mandated by common standards and regulations like GDPR and HIPAA.

Therefore, if exploited, this vulnerability could negatively impact compliance with these regulations by undermining data confidentiality, integrity, and system security.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-44468. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart