ID CVE-2007-0842
Summary The 64-bit versions of Microsoft Visual C++ 8.0 standard library (MSVCR80.DLL) time functions, including (1) localtime, (2) localtime_s, (3) gmtime, (4) gmtime_s, (5) ctime, (6) ctime_s, (7) wctime, (8) wctime_s, and (9) fstat, trigger an assertion error instead of a NULL pointer or EINVAL when processing a time argument later than Jan 1, 3000, which might allow context-dependent attackers to cause a denial of service (application exit) via large time values. NOTE: it could be argued that this is a design limitation of the functions, and the vulnerability lies with any application that does not validate arguments to these functions. However, this behavior is inconsistent with documentation, which does not list assertions as a possible result of an error condition.
References
Vulnerable Configurations
  • cpe:2.3:a:microsoft:visual_c\+\+:2005:*:*:*:*:*:*:*
    cpe:2.3:a:microsoft:visual_c\+\+:2005:*:*:*:*:*:*:*
CVSS
Base: 5.0 (as of 12-03-2024 - 17:39)
Impact:
Exploitability:
CWE CWE-399
CAPEC
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:N/I:N/A:P
refmap via4
bugtraq 20070212 SecurityVulns.com: Microsoft Visual C++ 8.0 standard library time functions invalid assertion DoS (Problem 3000).
misc http://msdn2.microsoft.com/en-us/library/a442x3ye(VS.80).aspx
osvdb 33626
sreason 2237
xf visualstudio-time-dos(32454)
Last major update 12-03-2024 - 17:39
Published 13-02-2007 - 11:28
Last modified 12-03-2024 - 17:39
Back to Top