GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
ubuntu-cve-2014-3195
Vulnerability from osv_ubuntu
Published
2014-10-08 00:00
Modified
2026-04-22 07:37
Summary
Details

Google V8, as used in Google Chrome before 38.0.2125.101, does not properly track JavaScript heap-memory allocations as allocations of uninitialized memory and does not properly concatenate arrays of double-precision floating-point numbers, which allows remote attackers to obtain sensitive information via crafted JavaScript code, related to the PagedSpace::AllocateRaw and NewSpace::AllocateRaw functions in heap/spaces-inl.h, the LargeObjectSpace::AllocateRaw function in heap/spaces.cc, and the Runtime_ArrayConcat function in runtime.cc.

Severity
N/A (UNKNOWN)

{
  "affected": [
    {
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "chromium-browser",
            "binary_version": "38.0.2125.111-0ubuntu0.14.04.1.1061"
          },
          {
            "binary_name": "chromium-browser-l10n",
            "binary_version": "38.0.2125.111-0ubuntu0.14.04.1.1061"
          },
          {
            "binary_name": "chromium-chromedriver",
            "binary_version": "38.0.2125.111-0ubuntu0.14.04.1.1061"
          },
          {
            "binary_name": "chromium-codecs-ffmpeg",
            "binary_version": "38.0.2125.111-0ubuntu0.14.04.1.1061"
          },
          {
            "binary_name": "chromium-codecs-ffmpeg-extra",
            "binary_version": "38.0.2125.111-0ubuntu0.14.04.1.1061"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:14.04:LTS",
        "name": "chromium-browser",
        "purl": "pkg:deb/ubuntu/chromium-browser@38.0.2125.111-0ubuntu0.14.04.1.1061?arch=source\u0026distro=trusty"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "38.0.2125.111-0ubuntu0.14.04.1.1061"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "29.0.1547.65-0ubuntu2",
        "31.0.1650.63-0ubuntu1~20131204.1",
        "32.0.1700.107-0ubuntu1~20140204.977.1",
        "33.0.1750.152-0ubuntu1~pkg995.1",
        "34.0.1847.116-0ubuntu2",
        "36.0.1985.125-0ubuntu1.14.04.0~pkg1029",
        "37.0.2062.94-0ubuntu0.14.04.1~pkg1042",
        "37.0.2062.120-0ubuntu0.14.04.1~pkg1049"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "liboxideqt-qmlplugin",
            "binary_version": "1.2.5-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "liboxideqtcore0",
            "binary_version": "1.2.5-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "oxideqmlscene",
            "binary_version": "1.2.5-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "oxideqt-codecs",
            "binary_version": "1.2.5-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "oxideqt-codecs-extra",
            "binary_version": "1.2.5-0ubuntu0.14.04.1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:14.04:LTS",
        "name": "oxide-qt",
        "purl": "pkg:deb/ubuntu/oxide-qt@1.2.5-0ubuntu0.14.04.1?arch=source\u0026distro=trusty"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "1.2.5-0ubuntu0.14.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1.0.0~bzr437-0ubuntu1",
        "1.0.0~bzr452-0ubuntu1",
        "1.0.0~bzr475-0ubuntu1",
        "1.0.0~bzr490-0ubuntu1",
        "1.0.0~bzr501-0ubuntu1",
        "1.0.0~bzr501-0ubuntu2",
        "1.0.4-0ubuntu0.14.04.1",
        "1.0.5-0ubuntu0.14.04.1",
        "1.1.2-0ubuntu0.14.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "libv8-3.14.5",
            "binary_version": "3.14.5.8-5ubuntu2"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:16.04:LTS",
        "name": "libv8-3.14",
        "purl": "pkg:deb/ubuntu/libv8-3.14@3.14.5.8-5ubuntu2?arch=source\u0026distro=xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "3.14.5.8-5ubuntu2"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "libv8-3.14.5",
            "binary_version": "3.14.5.8-11ubuntu1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:18.04:LTS",
        "name": "libv8-3.14",
        "purl": "pkg:deb/ubuntu/libv8-3.14@3.14.5.8-11ubuntu1?arch=source\u0026distro=bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "3.14.5.8-11ubuntu1"
      ]
    }
  ],
  "aliases": [],
  "details": "Google V8, as used in Google Chrome before 38.0.2125.101, does not properly track JavaScript heap-memory allocations as allocations of uninitialized memory and does not properly concatenate arrays of double-precision floating-point numbers, which allows remote attackers to obtain sensitive information via crafted JavaScript code, related to the PagedSpace::AllocateRaw and NewSpace::AllocateRaw functions in heap/spaces-inl.h, the LargeObjectSpace::AllocateRaw function in heap/spaces.cc, and the Runtime_ArrayConcat function in runtime.cc.",
  "id": "UBUNTU-CVE-2014-3195",
  "modified": "2026-04-22T07:37:42Z",
  "published": "2014-10-08T00:00:00Z",
  "references": [
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2014-3195"
    },
    {
      "type": "REPORT",
      "url": "https://crbug.com/403409"
    },
    {
      "type": "REPORT",
      "url": "https://code.google.com/p/v8/source/detail?r=23268"
    },
    {
      "type": "REPORT",
      "url": "https://code.google.com/p/v8/source/detail?r=23144"
    },
    {
      "type": "REPORT",
      "url": "http://googlechromereleases.blogspot.com/2014/10/stable-channel-update.html"
    },
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-2345-1"
    },
    {
      "type": "REPORT",
      "url": "https://www.cve.org/CVERecord?id=CVE-2014-3195"
    }
  ],
  "related": [
    "USN-2345-1"
  ],
  "schema_version": "1.7.0",
  "severity": [
    {
      "score": "medium",
      "type": "Ubuntu"
    }
  ],
  "upstream": [
    "CVE-2014-3195"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…