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 by untangle_project

    CVE-2022-33977 (GCVE-0-2022-33977)

    Vulnerability from cvelistv5 – Published: 2022-07-26 05:10 – Updated: 2024-08-03 08:16
    VLAI
    Summary
    untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running.
    Severity
    No CVSS data available.
    CWE
    • Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
    Assigner
    References
    Impacted products
    Vendor Product Version
    Christian Stefanescu untangle Affected: 1.2.0 and earlier
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-03T08:16:16.078Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/stchris/untangle"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://jvn.jp/en/jp/JVN30454777/"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "untangle",
              "vendor": "Christian Stefanescu",
              "versions": [
                {
                  "status": "affected",
                  "version": "1.2.0 and earlier"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2022-07-26T05:10:43.000Z",
            "orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
            "shortName": "jpcert"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/stchris/untangle"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://jvn.jp/en/jp/JVN30454777/"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "vultures@jpcert.or.jp",
              "ID": "CVE-2022-33977",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "untangle",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "1.2.0 and earlier"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Christian Stefanescu"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts recursive entity references in DTDs. By exploiting this vulnerability, a remote unauthenticated attacker may cause a denial-of-service (DoS) condition on the server where the product is running."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/stchris/untangle",
                  "refsource": "MISC",
                  "url": "https://github.com/stchris/untangle"
                },
                {
                  "name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
                  "refsource": "MISC",
                  "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
                },
                {
                  "name": "https://jvn.jp/en/jp/JVN30454777/",
                  "refsource": "MISC",
                  "url": "https://jvn.jp/en/jp/JVN30454777/"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
        "assignerShortName": "jpcert",
        "cveId": "CVE-2022-33977",
        "datePublished": "2022-07-26T05:10:44.000Z",
        "dateReserved": "2022-07-12T00:00:00.000Z",
        "dateUpdated": "2024-08-03T08:16:16.078Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2022-31471 (GCVE-0-2022-31471)

    Vulnerability from cvelistv5 – Published: 2022-07-26 05:10 – Updated: 2024-08-03 07:19
    VLAI
    Summary
    untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files.
    Severity
    No CVSS data available.
    CWE
    • Improper Restriction of XML External Entity Reference (XXE)
    Assigner
    References
    Impacted products
    Vendor Product Version
    Christian Stefanescu untangle Affected: 1.2.0 and earlier
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-03T07:19:06.083Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/stchris/untangle"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://jvn.jp/en/jp/JVN30454777/"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "untangle",
              "vendor": "Christian Stefanescu",
              "versions": [
                {
                  "status": "affected",
                  "version": "1.2.0 and earlier"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Improper Restriction of XML External Entity Reference (XXE)",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2022-07-26T05:10:27.000Z",
            "orgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
            "shortName": "jpcert"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/stchris/untangle"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://jvn.jp/en/jp/JVN30454777/"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "vultures@jpcert.or.jp",
              "ID": "CVE-2022-31471",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "untangle",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "1.2.0 and earlier"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Christian Stefanescu"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "untangle is a python library to convert XML data to python objects. untangle versions 1.2.0 and earlier improperly restricts XML external entity references. By exploiting this vulnerability, a remote unauthenticated attacker may read the contents of local files."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Improper Restriction of XML External Entity Reference (XXE)"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/stchris/untangle",
                  "refsource": "MISC",
                  "url": "https://github.com/stchris/untangle"
                },
                {
                  "name": "https://github.com/stchris/untangle/releases/tag/1.2.1",
                  "refsource": "MISC",
                  "url": "https://github.com/stchris/untangle/releases/tag/1.2.1"
                },
                {
                  "name": "https://jvn.jp/en/jp/JVN30454777/",
                  "refsource": "MISC",
                  "url": "https://jvn.jp/en/jp/JVN30454777/"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "ede6fdc4-6654-4307-a26d-3331c018e2ce",
        "assignerShortName": "jpcert",
        "cveId": "CVE-2022-31471",
        "datePublished": "2022-07-26T05:10:27.000Z",
        "dateReserved": "2022-07-12T00:00:00.000Z",
        "dateUpdated": "2024-08-03T07:19:06.083Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }