First published: Thu Jan 05 2017(Updated: )
The _prolog_error function in slurmd/req.c in Slurm before 15.08.13, 16.x before 16.05.7, and 17.x before 17.02.0-pre4 has a vulnerability in how the slurmd daemon informs users of a Prolog failure on a compute node. That vulnerability could allow a user to assume control of an arbitrary file on the system. Any exploitation of this is dependent on the user being able to cause or anticipate the failure (non-zero return code) of a Prolog script that their job would run on. This issue affects all Slurm versions from 0.6.0 (September 2005) to present. Workarounds to prevent exploitation of this are to either disable your Prolog script, or modify it such that it always returns 0 ("success") and adjust it to set the node as down using scontrol instead of relying on the slurmd to handle that automatically. If you do not have a Prolog set you are unaffected by this issue.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
SchedMD Slurm | <=15.08.12 | |
SchedMD Slurm | =16.05.0 | |
SchedMD Slurm | =16.05.0-pre1 | |
SchedMD Slurm | =16.05.0-pre2 | |
SchedMD Slurm | =16.05.0-rc1 | |
SchedMD Slurm | =16.05.0-rc2 | |
SchedMD Slurm | =16.05.1 | |
SchedMD Slurm | =16.05.2 | |
SchedMD Slurm | =16.05.3 | |
SchedMD Slurm | =16.05.4 | |
SchedMD Slurm | =16.05.5 | |
SchedMD Slurm | =16.05.6 | |
SchedMD Slurm | =17.02.0-pre1 | |
SchedMD Slurm | =17.02.0-pre2 | |
SchedMD Slurm | =17.02.0-pre3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-10030 is considered a high severity vulnerability due to its potential to allow unauthorized file access.
To fix CVE-2016-10030, upgrade Slurm to version 15.08.13 or later, 16.05.7 or later, or 17.02.0-pre4 or later.
CVE-2016-10030 affects Slurm versions prior to 15.08.13, 16.x versions prior to 16.05.7, and 17.x versions prior to 17.02.0-pre4.
Yes, CVE-2016-10030 can potentially lead to privilege escalation by allowing a user to control arbitrary files.
The vulnerability specifically affects the _prolog_error function in the slurmd daemon.