CVE-2010-2753
Vulnerability Summary
Timeline
Description
Integer overflow in Mozilla Firefox 3.5.x before 3.5.11 and 3.6.x before 3.6.7, Thunderbird 3.0.x before 3.0.6 and 3.1.x before 3.1.1, and SeaMonkey before 2.0.6 allows remote attackers to execute arbitrary code via a large selection attribute in a XUL tree element, which triggers a use-after-free.
CVSS Metrics
- v3.1•HIGH•Score: 8.8CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- v2.0•HIGH•Score: 9.3AV:N/AC:M/Au:N/C:C/I:C/A:C
EPSS Trends
Current EPSS score: 4.09%• Percentile: 89%
Techniques & Countermeasures
- CWE-190•Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- mozilla•firefox
≥ 3.5, < 3.5.11 | ≥ 3.6, < 3.6.7
- mozilla•seamonkey
< 2.0.6
- mozilla•thunderbird
≥ 3.0, < 3.0.6 | 3.1
- opensuse•opensuse
11.1 | 11.2 | 11.3
- suse•linux_enterprise_desktop
11 | 11:sp1
- suse•linux_enterprise_server
11 | 11:sp1
- suse•linux_enterprise_software_development_kit
11 | 11:sp1
References (7)
- https://bugzilla.mozilla.org/show_bug.cgi?id=571106
- http://lists.opensuse.org/opensuse-security-announce/2010-10/msg00002.html
- http://www.mozilla.org/security/announce/2010/mfsa2010-40.html
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10958
- http://www.zerodayinitiative.com/advisories/ZDI-10-131/
- http://www.securityfocus.com/bid/41853
- http://www.securityfocus.com/archive/1/512510