GSD-2015-8768

Vulnerability from gsd - Updated: 2023-12-13 01:20
Details
click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone.
Aliases
Aliases

{
  "GSD": {
    "alias": "CVE-2015-8768",
    "description": "click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone.",
    "id": "GSD-2015-8768",
    "references": [
      "https://ubuntu.com/security/CVE-2015-8768"
    ]
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2015-8768"
      ],
      "details": "click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone.",
      "id": "GSD-2015-8768",
      "modified": "2023-12-13T01:20:03.766255Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2015-8768",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "n/a"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "USN-2771-1",
            "refsource": "UBUNTU",
            "url": "http://ubuntu.com/usn/usn-2771-1"
          },
          {
            "name": "96386",
            "refsource": "BID",
            "url": "http://www.securityfocus.com/bid/96386"
          },
          {
            "name": "http://bazaar.launchpad.net/~click-hackers/click/devel/revision/587",
            "refsource": "CONFIRM",
            "url": "http://bazaar.launchpad.net/~click-hackers/click/devel/revision/587"
          },
          {
            "name": "https://bugs.launchpad.net/ubuntu/+source/click/+bug/1506467",
            "refsource": "CONFIRM",
            "url": "https://bugs.launchpad.net/ubuntu/+source/click/+bug/1506467"
          },
          {
            "name": "https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/",
            "refsource": "CONFIRM",
            "url": "https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/"
          },
          {
            "name": "https://code.launchpad.net/~cjwatson/click/audit-missing-dot-slash/+merge/274554",
            "refsource": "CONFIRM",
            "url": "https://code.launchpad.net/~cjwatson/click/audit-missing-dot-slash/+merge/274554"
          },
          {
            "name": "[oss-security] 20160112 Re: CVE Request: click",
            "refsource": "MLIST",
            "url": "http://www.openwall.com/lists/oss-security/2016/01/12/8"
          },
          {
            "name": "https://plus.google.com/+SzymonWaliczek/posts/3jbG2uiAniF",
            "refsource": "MISC",
            "url": "https://plus.google.com/+SzymonWaliczek/posts/3jbG2uiAniF"
          }
        ]
      }
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:click_project:click:-:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              }
            ],
            "operator": "OR"
          },
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:15.04:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2015-8768"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-264"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://code.launchpad.net/~cjwatson/click/audit-missing-dot-slash/+merge/274554",
              "refsource": "CONFIRM",
              "tags": [
                "Issue Tracking",
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://code.launchpad.net/~cjwatson/click/audit-missing-dot-slash/+merge/274554"
            },
            {
              "name": "https://bugs.launchpad.net/ubuntu/+source/click/+bug/1506467",
              "refsource": "CONFIRM",
              "tags": [
                "Issue Tracking",
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://bugs.launchpad.net/ubuntu/+source/click/+bug/1506467"
            },
            {
              "name": "[oss-security] 20160112 Re: CVE Request: click",
              "refsource": "MLIST",
              "tags": [
                "Mailing List",
                "Patch",
                "Third Party Advisory"
              ],
              "url": "http://www.openwall.com/lists/oss-security/2016/01/12/8"
            },
            {
              "name": "USN-2771-1",
              "refsource": "UBUNTU",
              "tags": [
                "Third Party Advisory"
              ],
              "url": "http://ubuntu.com/usn/usn-2771-1"
            },
            {
              "name": "96386",
              "refsource": "BID",
              "tags": [
                "Third Party Advisory",
                "VDB Entry"
              ],
              "url": "http://www.securityfocus.com/bid/96386"
            },
            {
              "name": "https://plus.google.com/+SzymonWaliczek/posts/3jbG2uiAniF",
              "refsource": "MISC",
              "tags": [],
              "url": "https://plus.google.com/+SzymonWaliczek/posts/3jbG2uiAniF"
            },
            {
              "name": "https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://insights.ubuntu.com/2015/10/15/update-on-ubuntu-phone-security-issue/"
            },
            {
              "name": "http://bazaar.launchpad.net/~click-hackers/click/devel/revision/587",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "http://bazaar.launchpad.net/~click-hackers/click/devel/revision/587"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "cvssV2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 7.5,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "exploitabilityScore": 10.0,
          "impactScore": 6.4,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "HIGH",
          "userInteractionRequired": false
        },
        "baseMetricV3": {
          "cvssV3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "exploitabilityScore": 3.9,
          "impactScore": 5.9
        }
      },
      "lastModifiedDate": "2017-10-03T01:29Z",
      "publishedDate": "2017-02-13T18:59Z"
    }
  }
}



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…

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…