GNOME gnome-shell up to 3.9.1 Screen Lock access control
| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 5.7 | $0-$5k | 0.00 |
Summary
A vulnerability has been found in GNOME gnome-shell up to 3.9.1 and classified as problematic. The impacted element is an unknown function of the component Screen Lock. The manipulation leads to access control. This vulnerability is uniquely identified as CVE-2013-7221. No exploit exists. It is recommended to apply a patch to fix this issue.
Details
A vulnerability, which was classified as problematic, has been found in GNOME gnome-shell up to 3.9.1. This issue affects an unknown part of the component Screen Lock. The manipulation with an unknown input leads to a access control vulnerability. Using CWE to declare the problem leads to CWE-264. Impacted is confidentiality, integrity, and availability. The summary by CVE is:
The automatic screen lock functionality in GNOME Shell (aka gnome-shell) before 3.10 does not prevent access to the "Enter a Command" dialog, which allows physically proximate attackers to execute arbitrary commands by leveraging an unattended workstation.
The weakness was disclosed 04/29/2014 as confirmed git commit (GIT Repository). It is possible to read the advisory at git.gnome.org. The identification of this vulnerability is CVE-2013-7221 since 12/26/2013. The exploitation is known to be easy. Attacking locally is a requirement. No form of authentication is needed for a successful exploitation. The technical details are unknown and an exploit is not publicly available. The attack technique deployed by this issue is T1068 according to MITRE ATT&CK. The following code is the reason for this vulnerability:
if (!sessionMode.hasRunDialog && lookingGlass) lookingGlass.close();
Upgrading to version 3.9.2 eliminates this vulnerability. Applying a patch is able to eliminate this problem. The bugfix is ready for download at git.gnome.org. The best possible mitigation is suggested to be patching the affected component. The vulnerability will be addressed with the following lines of code:
if (!sessionMode.hasRunDialog) {
if (runDialog)
runDialog.close();
if (lookingGlass)
lookingGlass.close();
}The entry VDB-69526 is pretty similar. Be aware that VulDB is the high quality source for vulnerability data.
Product
Vendor
Name
Version
License
Website
- Vendor: https://www.gnome.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 5.9VulDB Meta Temp Score: 5.7
VulDB Base Score: 5.9
VulDB Temp Score: 5.7
VulDB Vector: 🔍
VulDB Reliability: 🔍
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: Access controlCWE: CWE-264
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: No
Availability: 🔍
Status: Not defined
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
0-Day Time: 🔍
Upgrade: gnome-shell 3.9.2
Patch: git.gnome.org
Timeline
12/26/2013 🔍04/29/2014 🔍
04/29/2014 🔍
03/25/2015 🔍
09/24/2018 🔍
Sources
Vendor: gnome.orgAdvisory: git.gnome.org
Status: Confirmed
Confirmation: 🔍
CVE: CVE-2013-7221 (🔍)
GCVE (CVE): GCVE-0-2013-7221
GCVE (VulDB): GCVE-100-69527
See also: 🔍
Entry
Created: 03/25/2015 16:45Updated: 09/24/2018 08:56
Changes: 03/25/2015 16:45 (52), 09/24/2018 08:56 (2)
Complete: 🔍
Cache ID: 216:B19:103
Be aware that VulDB is the high quality source for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.