Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities found for Ubuntu Download Manager by Ubuntu

    CVE-2016-1579 (GCVE-0-2016-1579)

    Vulnerability from cvelistv5 – Published: 2019-04-22 15:35 – Updated: 2024-09-16 16:27
    VLAI
    Title
    UDM doesn't check for confinement before running post-processing commands
    Summary
    UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user.
    CWE
    • Missing access control checks.
    Assigner
    References
    Impacted products
    Vendor Product Version
    Ubuntu Ubuntu Download Manager Affected: unspecified , < 1.2+16.04.20160408-0ubuntu1 (custom)
    Create a notification for this product.
    Date Public
    2016-04-12 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-05T23:02:11.685Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Ubuntu Download Manager",
              "vendor": "Ubuntu",
              "versions": [
                {
                  "lessThan": "1.2+16.04.20160408-0ubuntu1",
                  "status": "affected",
                  "version": "unspecified",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "datePublic": "2016-04-12T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user."
            }
          ],
          "metrics": [
            {
              "cvssV3_0": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
                "version": "3.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Missing access control checks.",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2019-04-22T15:35:59.000Z",
            "orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
            "shortName": "canonical"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
            }
          ],
          "source": {
            "defect": [
              "https://bugs.launchpad.net/ubuntu-download-manager/+bug/1567960"
            ],
            "discovery": "INTERNAL"
          },
          "title": "UDM doesn\u0027t check for confinement before running post-processing commands",
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security@ubuntu.com",
              "DATE_PUBLIC": "2016-04-12T00:00:00.000Z",
              "ID": "CVE-2016-1579",
              "STATE": "PUBLIC",
              "TITLE": "UDM doesn\u0027t check for confinement before running post-processing commands"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Ubuntu Download Manager",
                          "version": {
                            "version_data": [
                              {
                                "affected": "\u003c",
                                "version_affected": "\u003c",
                                "version_value": "1.2+16.04.20160408-0ubuntu1"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Ubuntu"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user."
                }
              ]
            },
            "impact": {
              "cvss": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
                "version": "3.0"
              }
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Missing access control checks."
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359",
                  "refsource": "MISC",
                  "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
                }
              ]
            },
            "source": {
              "defect": [
                "https://bugs.launchpad.net/ubuntu-download-manager/+bug/1567960"
              ],
              "discovery": "INTERNAL"
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
        "assignerShortName": "canonical",
        "cveId": "CVE-2016-1579",
        "datePublished": "2019-04-22T15:35:59.488Z",
        "dateReserved": "2016-01-12T00:00:00.000Z",
        "dateUpdated": "2024-09-16T16:27:40.350Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2016-1579 (GCVE-0-2016-1579)

    Vulnerability from nvd – Published: 2019-04-22 15:35 – Updated: 2024-09-16 16:27
    VLAI
    Title
    UDM doesn't check for confinement before running post-processing commands
    Summary
    UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user.
    CWE
    • Missing access control checks.
    Assigner
    References
    Impacted products
    Vendor Product Version
    Ubuntu Ubuntu Download Manager Affected: unspecified , < 1.2+16.04.20160408-0ubuntu1 (custom)
    Create a notification for this product.
    Date Public
    2016-04-12 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-05T23:02:11.685Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Ubuntu Download Manager",
              "vendor": "Ubuntu",
              "versions": [
                {
                  "lessThan": "1.2+16.04.20160408-0ubuntu1",
                  "status": "affected",
                  "version": "unspecified",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "datePublic": "2016-04-12T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user."
            }
          ],
          "metrics": [
            {
              "cvssV3_0": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
                "version": "3.0"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Missing access control checks.",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2019-04-22T15:35:59.000Z",
            "orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
            "shortName": "canonical"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
            }
          ],
          "source": {
            "defect": [
              "https://bugs.launchpad.net/ubuntu-download-manager/+bug/1567960"
            ],
            "discovery": "INTERNAL"
          },
          "title": "UDM doesn\u0027t check for confinement before running post-processing commands",
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security@ubuntu.com",
              "DATE_PUBLIC": "2016-04-12T00:00:00.000Z",
              "ID": "CVE-2016-1579",
              "STATE": "PUBLIC",
              "TITLE": "UDM doesn\u0027t check for confinement before running post-processing commands"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Ubuntu Download Manager",
                          "version": {
                            "version_data": [
                              {
                                "affected": "\u003c",
                                "version_affected": "\u003c",
                                "version_value": "1.2+16.04.20160408-0ubuntu1"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Ubuntu"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "UDM provides support for running commands after a download is completed, this is currently made use of for click package installation. This functionality was not restricted to unconfined applications. Before UDM version 1.2+16.04.20160408-0ubuntu1 any confined application could make use of the UDM C++ API to run arbitrary commands in an unconfined environment as the phablet user."
                }
              ]
            },
            "impact": {
              "cvss": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 6.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
                "version": "3.0"
              }
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Missing access control checks."
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359",
                  "refsource": "MISC",
                  "url": "https://bazaar.launchpad.net/~phablet-team/ubuntu-download-manager/trunk/revision/359"
                }
              ]
            },
            "source": {
              "defect": [
                "https://bugs.launchpad.net/ubuntu-download-manager/+bug/1567960"
              ],
              "discovery": "INTERNAL"
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
        "assignerShortName": "canonical",
        "cveId": "CVE-2016-1579",
        "datePublished": "2019-04-22T15:35:59.488Z",
        "dateReserved": "2016-01-12T00:00:00.000Z",
        "dateUpdated": "2024-09-16T16:27:40.350Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }