usn-2552-1
Vulnerability from osv_ubuntu
Published
2015-04-02 15:47
Modified
2026-04-22 07:36
Summary
thunderbird vulnerabilities
Details

Olli Pettay and Boris Zbarsky discovered an issue during anchor navigations in some circumstances. If a user were tricked in to opening a specially crafted message with scripting enabled, an attacker could potentially exploit this to bypass same-origin policy restrictions. (CVE-2015-0801)

Christoph Kerschbaumer discovered that CORS requests from navigator.sendBeacon() followed 30x redirections after preflight. If a user were tricked in to opening a specially crafted message with scripting enabled, an attacker could potentially exploit this to conduct cross-site request forgery (XSRF) attacks. (CVE-2015-0807)

Aki Helin discovered a use-after-free when playing MP3 audio files using the Fluendo MP3 GStreamer plugin in certain circumstances. If a user were tricked in to opening a specially crafted message, an attacker could potentially exploit this to cause a denial of service via application crash, or execute arbitrary code with the privileges of the user invoking Thunderbird. (CVE-2015-0813)

Christian Holler, Steve Fink, and Byron Campen discovered multiple memory safety issues in Thunderbird. If a user were tricked in to opening a specially crafted message with scripting enabled, an attacker could potentially exploit these to cause a denial of service via application crash, or execute arbitrary code with the privileges of the user invoking Thunderbird. (CVE-2015-0815)

Mariusz Mlynski discovered that documents loaded via resource: URLs (such as PDF.js) could load privileged chrome pages. If a user were tricked in to opening a specially crafted message with scripting enabled, an attacker could potentially exploit this in combination with another flaw, in order to execute arbitrary script in a privileged context. (CVE-2015-0816)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [
            {
              "id": "CVE-2015-0801",
              "severity": [
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2015-0807",
              "severity": [
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2015-0813",
              "severity": [
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2015-0815",
              "severity": [
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2015-0816",
              "severity": [
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            }
          ],
          "ecosystem": "Ubuntu:14.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "thunderbird",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "thunderbird-globalmenu",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "thunderbird-gnome-support",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "thunderbird-mozsymbols",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "thunderbird-testsuite",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "xul-ext-calendar-timezones",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "xul-ext-gdata-provider",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          },
          {
            "binary_name": "xul-ext-lightning",
            "binary_version": "1:31.6.0+build1-0ubuntu0.14.04.1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:14.04:LTS",
        "name": "thunderbird",
        "purl": "pkg:deb/ubuntu/thunderbird@1:31.6.0+build1-0ubuntu0.14.04.1?arch=source\u0026distro=trusty"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "1:31.6.0+build1-0ubuntu0.14.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1:24.0+build1-0ubuntu1",
        "1:24.0+build1-0ubuntu2",
        "1:24.1.1+build1-0ubuntu0.13.10.1",
        "1:24.1.1+build1-0ubuntu1",
        "1:24.2.0+build1-0ubuntu1",
        "1:24.4.0+build1-0ubuntu1",
        "1:24.5.0+build1-0ubuntu0.14.04.1",
        "1:24.6.0+build1-0ubuntu0.14.04.1",
        "1:31.0+build1-0ubuntu0.14.04.1",
        "1:31.1.1+build1-0ubuntu0.14.04.1",
        "1:31.1.2+build1-0ubuntu0.14.04.1",
        "1:31.2.0+build2-0ubuntu0.14.04.1",
        "1:31.3.0+build1-0ubuntu0.14.04.1",
        "1:31.4.0+build1-0ubuntu0.14.04.1",
        "1:31.5.0+build1-0ubuntu0.14.04.1"
      ]
    }
  ],
  "aliases": [],
  "details": "Olli Pettay and Boris Zbarsky discovered an issue during anchor\nnavigations in some circumstances. If a user were tricked in to opening\na specially crafted message with scripting enabled, an attacker could\npotentially exploit this to bypass same-origin policy restrictions.\n(CVE-2015-0801)\n\nChristoph Kerschbaumer discovered that CORS requests from\nnavigator.sendBeacon() followed 30x redirections after preflight. If a\nuser were tricked in to opening a specially crafted message with\nscripting enabled, an attacker could potentially exploit this to conduct\ncross-site request forgery (XSRF) attacks. (CVE-2015-0807)\n\nAki Helin discovered a use-after-free when playing MP3 audio files using\nthe Fluendo MP3 GStreamer plugin in certain circumstances. If a user were\ntricked in to opening a specially crafted message, an attacker could\npotentially exploit this to cause a denial of service via application\ncrash, or execute arbitrary code with the privileges of the user invoking\nThunderbird. (CVE-2015-0813)\n\nChristian Holler, Steve Fink, and Byron Campen discovered multiple memory\nsafety issues in Thunderbird. If a user were tricked in to opening a\nspecially crafted message with scripting enabled, an attacker could\npotentially exploit these to cause a denial of service via application\ncrash, or execute arbitrary code with the privileges of the user invoking\nThunderbird. (CVE-2015-0815)\n\nMariusz Mlynski discovered that documents loaded via resource: URLs (such\nas PDF.js) could load privileged chrome pages. If a user were tricked in\nto opening a specially crafted message with scripting enabled, an attacker\ncould potentially exploit this in combination with another flaw, in order\nto execute arbitrary script in a privileged context. (CVE-2015-0816)\n",
  "id": "USN-2552-1",
  "modified": "2026-04-22T07:36:32Z",
  "published": "2015-04-02T15:47:27Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-2552-1"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2015-0801"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2015-0807"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2015-0813"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2015-0815"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2015-0816"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "thunderbird vulnerabilities",
  "upstream": [
    "UBUNTU-CVE-2015-0801",
    "UBUNTU-CVE-2015-0807",
    "UBUNTU-CVE-2015-0813",
    "UBUNTU-CVE-2015-0815",
    "UBUNTU-CVE-2015-0816"
  ]
}



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…