{
  "document": {
    "title": "SSA-209268: Multiple JT File Parsing Vulnerabilities in JT Utilities before V13.0.2.0",
    "category": "Siemens Security Advisory",
    "csaf_version": "2.0",
    "publisher": {
      "name": "Siemens ProductCERT",
      "contact_details": "productcert@siemens.com",
      "category": "vendor",
      "namespace": "https://www.siemens.com"
    },
    "distribution": {
      "text": "Disclosure is not limited.",
      "tlp": {
        "label": "WHITE"
      }
    },
    "tracking": {
      "id": "SSA-209268",
      "status": "final",
      "version": "1",
      "revision_history": [
        {
          "number": "1",
          "legacy_version": "1.0",
          "date": "2021-07-13T00:00:00Z",
          "summary": "Publication Date"
        }
      ],
      "initial_release_date": "2021-07-13T00:00:00Z",
      "current_release_date": "2021-07-13T00:00:00Z",
      "generator": {
        "engine": {
          "name": "Siemens ProductCERT CSAF Generator",
          "version": "1"
        }
      }
    },
    "notes": [
      {
        "title": "Summary",
        "category": "summary",
        "text": "Siemens has released version V13.0.2.0 for JT Utilities to ﬁx multiple vulnerabilities that could be triggered when reading JT ﬁles.\n\nSiemens recommends to update to the latest version, which contains solutions to all the vulnerabilities listed in this advisory. Standing recommendation is to avoid opening of untrusted ﬁles from unknown sources in the affected product, as this generally mitigates the risk of exploitation of this class of vulnerabilities for any product release."
      },
      {
        "title": "General Recommendations",
        "category": "general",
        "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity"
      },
      {
        "title": "Additional Resources",
        "category": "general",
        "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories"
      },
      {
        "title": "Terms of Use",
        "category": "legal_disclaimer",
        "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use."
      }
    ],
    "references": [
      {
        "category": "self",
        "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-209268.pdf",
        "summary": "SSA-209268: Multiple JT File Parsing Vulnerabilities in JT Utilities before V13.0.2.0 - PDF Version"
      },
      {
        "category": "self",
        "url": "https://cert-portal.siemens.com/productcert/txt/ssa-209268.txt",
        "summary": "SSA-209268: Multiple JT File Parsing Vulnerabilities in JT Utilities before V13.0.2.0 - TXT Version"
      },
      {
        "category": "self",
        "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-209268.json",
        "summary": "SSA-209268: Multiple JT File Parsing Vulnerabilities in JT Utilities before V13.0.2.0 - CSAF Version"
      }
    ],
    "acknowledgments": [
      {
        "names": [
          "LeeJet"
        ],
        "organization": "ICICS CO.,LTD",
        "summary": "reporting the vulnerabilities"
      }
    ]
  },
  "product_tree": {
    "branches": [
      {
        "name": "Siemens",
        "category": "vendor",
        "branches": [
          {
            "name": "JT Utilities",
            "category": "product_name",
            "branches": [
              {
                "name": "< V13.0.2.0",
                "category": "product_version_range",
                "product": {
                  "product_id": "1",
                  "name": "JT Utilities"
                }
              }
            ]
          }
        ]
      }
    ]
  },
  "vulnerabilities": [
    {
      "title": "CVE-2021-33713",
      "notes": [
        {
          "title": "Summary",
          "category": "summary",
          "text": "When parsing specially crafted JT files, a hash function is called with an incorrect argument leading the application to crash. An attacker could leverage this vulnerability to cause a Denial-of-Service condition in the application."
        }
      ],
      "cve": "CVE-2021-33713",
      "cwe": {
        "id": "CWE-688",
        "name": "Function Call With Incorrect Variable or Reference as Argument"
      },
      "product_status": {
        "known_affected": [
          "1"
        ]
      },
      "scores": [
        {
          "cvss_v3": {
            "version": "3.1",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C"
          },
          "products": [
            "1"
          ]
        }
      ],
      "remediations": [
        {
          "product_ids": [
            "1"
          ],
          "category": "vendor_fix",
          "details": "Update to V13.0.2.0 or later version"
        },
        {
          "product_ids": [
            "1"
          ],
          "category": "mitigation",
          "details": "Avoid opening untrusted files from unknown sources in JT Utilities"
        }
      ],
      "references": [
        {
          "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-33713.json",
          "summary": "CVE-2021-33713 Mitre 5.0 json"
        }
      ]
    },
    {
      "title": "CVE-2021-33714",
      "notes": [
        {
          "title": "Summary",
          "category": "summary",
          "text": "When parsing specially crafted JT files, a missing check for the validity of an iterator leads to NULL pointer deference condition, causing the application to crash. An attacker could leverage this vulnerability to cause a Denial-of-Service condition in the application."
        }
      ],
      "cve": "CVE-2021-33714",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "product_status": {
        "known_affected": [
          "1"
        ]
      },
      "scores": [
        {
          "cvss_v3": {
            "version": "3.1",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C"
          },
          "products": [
            "1"
          ]
        }
      ],
      "remediations": [
        {
          "product_ids": [
            "1"
          ],
          "category": "vendor_fix",
          "details": "Update to V13.0.2.0 or later version"
        },
        {
          "product_ids": [
            "1"
          ],
          "category": "mitigation",
          "details": "Avoid opening untrusted files from unknown sources in JT Utilities"
        }
      ],
      "references": [
        {
          "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-33714.json",
          "summary": "CVE-2021-33714 Mitre 5.0 json"
        }
      ]
    },
    {
      "title": "CVE-2021-33715",
      "notes": [
        {
          "title": "Summary",
          "category": "summary",
          "text": "When parsing specially crafted JT files, a race condition could cause an object to be released before being operated on, leading to NULL pointer deference condition and causing the application to crash. An attacker could leverage this vulnerability to cause a Denial-of-Service condition in the application."
        }
      ],
      "cve": "CVE-2021-33715",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "product_status": {
        "known_affected": [
          "1"
        ]
      },
      "scores": [
        {
          "cvss_v3": {
            "version": "3.1",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C"
          },
          "products": [
            "1"
          ]
        }
      ],
      "remediations": [
        {
          "product_ids": [
            "1"
          ],
          "category": "vendor_fix",
          "details": "Update to V13.0.2.0 or later version"
        },
        {
          "product_ids": [
            "1"
          ],
          "category": "mitigation",
          "details": "Avoid opening untrusted files from unknown sources in JT Utilities"
        }
      ],
      "references": [
        {
          "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-33715.json",
          "summary": "CVE-2021-33715 Mitre 5.0 json"
        }
      ]
    }
  ]
}

