DSA-2026-244: Security Update for Dell Automation Platform for Multiple Third-Party Component Vulnerabilities
Summary: Dell Automation Platform remediation is available for multiple security vulnerabilities that could be exploited by malicious users to compromise the affected system.
Impact
High
Details
| Third-party Component | CVES | More Information |
| Linux Kernel | CVE-2026-31431 | https://nvd.nist.gov/vuln/search |
Affected Products & Remediation
| CVEs Addressed | Product | Affected Versions | Remediated Versions | Link |
| CVE-2026-31431 | Dell Automation Platform | Versions prior to 2.1.0.0 | Remediation is targeted for version 2.1.0.0 or later
Customers are encouraged to follow mitigation steps below until remediation has been released. |
Target Availability: June 2026 |
| CVEs Addressed | Product | Affected Versions | Remediated Versions | Link |
| CVE-2026-31431 | Dell Automation Platform | Versions prior to 2.1.0.0 | Remediation is targeted for version 2.1.0.0 or later
Customers are encouraged to follow mitigation steps below until remediation has been released. |
Target Availability: June 2026 |
Workarounds & Mitigations
| CVE ID | Workaround and Mitigation |
| CVE-2026-31431 |
For customers who configure general Linux shell access on DAP-Server nodes or want to implement defense-in-depth measures, Dell recommends adding a filter to block dynamic loading of the affected kernel module. 1. Disable Vulnerable Kernel Module Loading From the DAP-Server Linux shell as system admin, add the following filter to the system configuration: #Restrict loading of the affected kernel module echo "install algif_aead /bin/false" | sudo tee /etc/modprobe.d/disable-algif-aead.conf After applying the configuration, update module preferences: sudo depmod –a 2. Verification To verify the module is blocked: #Check if the module is active lsmod | grep algif_aead #If necessary, unload the module if it is currently loaded sudo modprobe -r algif_aead #Attempt to load the module (should fail) sudo modprobe algif_aead #Expected output: modprobe: ERROR: ../libkmod/libkmod-module.c:1047 command_do() Error running install command '/bin/false' for module algif_aead: retcode 1 Persistence The configuration will persist across system reboots. No additional steps are required. |
Revision History
| Revision | Date | Description |
| 1.0 | 2026-06-05 | Initial Release |