TSU-06 focuses on security issues that arise from the use of outdated software components in Mendix applications. A Mendix application consists of multiple components, each with its own lifecycle and versions, and therefore needs to be maintained and tracked separately, such as:
When security updates for these components are not applied (on time), known vulnerabilities can be exploited automatically. The impact varies per vulnerability and can range from:
When developing a Mendix application, make sure you have processes and tooling in place to track and apply software and security updates. The following best practices help with this:
Maintain an up-to-date Software Bill of Materials (SBOM) that provides an overview of all components used in your application. Mendix can provide an initial indication through the Software Composition Service.
Use additional scanning tools to detect dependencies that are not covered by the Mendix Software Composition Service, such as:
embedded or minified JavaScript libraries
embedded or obfuscated Java JAR files
Do not modify Marketplace modules directly, to avoid issues during updates. Implement custom functionality in a separate module that works alongside the standard Marketplace module.
Do the changes affect the access rules of a Marketplace module?
remove direct role assignments within the Marketplace module
move relevant security checks and interactions to aparte (niet-persistente) entiteiten en microflows
These are the most common risks associated with outdated or end-of-life components.
Recognize and prevent vulnerabilities in Mendix at an early stage?
Explore our updated Mendix security trainings based on The S-Unit Top 10.
Want to know how your Mendix application scores against The S-Unit Top 10? In collaboration with Omnext, we have developed a Mendix-specific SAST solution that continuously and automatically scans for vulnerabilities. By integrating The S-Unit Top 10 into the CI/CD pipeline, risks are identified early and made immediately visible. Learn more about our collaboration with Omnext and the Mendix-specific SAST module.