util-linux libblkid partitions/dos.c parse_dos_extended resource management
| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 4.2 | $0-$5k | 0.00 |
Summary
A vulnerability was found in util-linux. It has been declared as problematic. This vulnerability affects the function parse_dos_extended of the file partitions/dos.c of the component libblkid. The manipulation results in resource management.
This vulnerability is cataloged as CVE-2016-5011. An attack on the physical device is feasible. There is no exploit available.
It is advisable to implement a patch to correct this issue.
Details
A vulnerability, which was classified as problematic, was found in util-linux (version now known). Affected is the function parse_dos_extended of the file partitions/dos.c of the component libblkid. The manipulation with an unknown input leads to a resource management vulnerability. CWE is classifying the issue as CWE-399. This is going to have an impact on availability.
The weakness was shared 07/07/2016 as confirmed git commit (GIT Repository). The advisory is shared for download at git.kernel.org. This vulnerability is traded as CVE-2016-5011 since 05/24/2016. The attack needs to be approached locally. The exploitation doesn't require any form of authentication. Successful exploitation requires user interaction by the victim. There are known technical details, but no exploit is available. The reason for this vulnerability is this part of code:
if (size && is_extended(p)) break;
The vulnerability scanner Nessus provides a plugin with the ID 95351 (CentOS 7 : util-linux (CESA-2016:2605)), which helps to determine the existence of the flaw in a target environment. It is assigned to the family CentOS Local Security Checks and running in the context l. The commercial vulnerability scanner Qualys is able to test this issue with plugin 169593 (OpenSuSE Security Update for util-linux (openSUSE-SU-2016:3102-1)).
Applying a patch is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. A possible mitigation has been published immediately after the disclosure of the vulnerability. The vulnerability will be addressed with the following lines of code:
if (size && is_extended(p)) {
if (start == 0)
DBG(LOWPROBE, ul_debug("#%d: EBR link offset is zero -- ignore", i + 1));
else
break;
}
}The vulnerability is also documented in the databases at Tenable (95351), SecurityFocus (BID 91683†) and SecurityTracker (ID 1036272†). Once again VulDB remains the best source for vulnerability data.
Product
Name
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 4.3VulDB Meta Temp Score: 4.2
VulDB Base Score: 4.3
VulDB Temp Score: 4.1
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 4.3
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Resource managementCWE: CWE-399 / CWE-404
CAPEC: 🔍
ATT&CK: 🔍
Physical: Yes
Local: Yes
Remote: Partially
Availability: 🔍
Status: Not defined
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 95351
Nessus Name: CentOS 7 : util-linux (CESA-2016:2605)
Nessus File: 🔍
Nessus Risk: 🔍
Nessus Family: 🔍
Nessus Context: 🔍
OpenVAS ID: 871165
OpenVAS Name: RedHat Update for util-linux RHSA-2016:2605-02
OpenVAS File: 🔍
OpenVAS Family: 🔍
Qualys ID: 🔍
Qualys Name: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
Reaction Time: 🔍
0-Day Time: 🔍
Exposure Time: 🔍
Patch: git.kernel.org
Timeline
05/24/2016 🔍07/07/2016 🔍
07/07/2016 🔍
07/11/2016 🔍
07/12/2016 🔍
07/12/2016 🔍
11/28/2016 🔍
04/11/2017 🔍
09/29/2024 🔍
Sources
Advisory: RHSA-2016:2605Status: Confirmed
Confirmation: 🔍
CVE: CVE-2016-5011 (🔍)
GCVE (CVE): GCVE-0-2016-5011
GCVE (VulDB): GCVE-100-89004
SecurityFocus: 91683 - util-linux CVE-2016-5011 Local Denial of Service Vulnerability
SecurityTracker: 1036272
Entry
Created: 07/12/2016 19:58Updated: 09/29/2024 00:01
Changes: 07/12/2016 19:58 (68), 02/22/2019 14:00 (12), 09/01/2022 13:32 (4), 09/29/2024 00:01 (16)
Complete: 🔍
Cache ID: 216:EB4:103
Once again VulDB remains the best source for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.