CVE Vulnerabilities

CVE-2007-4367

Release of Invalid Pointer or Reference

Published: Aug 15, 2007 | Modified: Feb 26, 2022
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
9.3 HIGH
AV:N/AC:M/Au:N/C:C/I:C/A:C
RedHat/V2
RedHat/V3
Ubuntu

Opera before 9.23 allows remote attackers to execute arbitrary code via crafted Javascript that triggers a virtual function call on an invalid pointer.

Weakness

The product attempts to return a memory resource to the system, but it calls the wrong release function or calls the appropriate release function incorrectly.

Affected Software

Name Vendor Start Version End Version
Opera_browser Opera * 9.23 (excluding)

Extended Description

This weakness can take several forms, such as:

Potential Mitigations

  • Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
  • For example, glibc in Linux provides protection against free of invalid pointers.

References