SUSE-SU-2018:1441-1

Vulnerability from csaf_suse - Published: 2018-05-28 05:14 - Updated: 2018-05-28 05:14
Summary
Security update for libmodplug
Severity
Moderate
Notes
Title of the patch: Security update for libmodplug
Description of the patch: This update for libmodplug fixes the following issues: - Update to version 0.8.9.0+git20170610.f6dd59a bsc#1022032: * PSM: add missing line to commit * ABC: prevent possible increment of p past end * ABC: ensure read pointer is valid before incrementing * ABC: terminate early when things don't work in substitute * OKT: add one more bound check * FAR: out by one on check * ABC: 10 digit ints require null termination * PSM: make sure reads occur of only valid ins * ABC: cleanup tracks correctly. * WAV: check that there is space for both headers * OKT: ensure file size is enough to contain data * ABC: initialize earlier * ABC: ensure array access is bounded correctly. * ABC: clean up loop exiting code * ABC: avoid possibility of incrementing *p * ABC: abort early if macro would be blank * ABC: Use blankline more often * ABC: Ensure for loop does not increment past end of loop * Initialize nPatterns to 0 earlier * Check memory position isn't over the memory length * ABC: transpose only needs to look at notes (<26) - Update to version 0.8.9.0+git20171024.e9fc46e: * Spelling fixes * Bump version number to 0.8.9.0 * MMCMP: Check that end pointer is within the file size * WAV: ensure integer doesn't overflow * XM: additional mempos check * sndmix: Don't process row if its empty. * snd_fx: dont include patterns of zero size in length calc * MT2,AMF: prevent OOB reads - Add patch for broken pc file where quite some upstream refer to modplug directly without specifying the subdir it is in. - Update to version 0.8.8.5 * Some security issues: CVE-2013-4233, CVE-2013-4234, as well as many fixes suggested by static analyzers: clang build-scan, and coverity. - Stop using dos2unix - Run through spec-cleaner - Use full URL in Source tag
Patchnames: SUSE-SLE-DESKTOP-12-SP3-2018-984,SUSE-SLE-SDK-12-SP3-2018-984,SUSE-SLE-SERVER-12-SP3-2018-984
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 13 products, the same list as for CVE-2013-4233
Threats
Impact moderate

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for libmodplug",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for libmodplug fixes the following issues:\n\n- Update to version 0.8.9.0+git20170610.f6dd59a bsc#1022032:\n  * PSM: add missing line to commit\n  * ABC: prevent possible increment of p past end\n  * ABC: ensure read pointer is valid before incrementing\n  * ABC: terminate early when things don\u0027t work in substitute\n  * OKT: add one more bound check\n  * FAR: out by one on check\n  * ABC: 10 digit ints require null termination\n  * PSM: make sure reads occur of only valid ins\n  * ABC: cleanup tracks correctly.\n  * WAV: check that there is space for both headers\n  * OKT: ensure file size is enough to contain data\n  * ABC: initialize earlier\n  * ABC: ensure array access is bounded correctly.\n  * ABC: clean up loop exiting code\n  * ABC: avoid possibility of incrementing *p\n  * ABC: abort early if macro would be blank\n  * ABC: Use blankline more often\n  * ABC: Ensure for loop does not increment past end of loop\n  * Initialize nPatterns to 0 earlier\n  * Check memory position isn\u0027t over the memory length\n  * ABC: transpose only needs to look at notes (\u003c26)\n\n- Update to version 0.8.9.0+git20171024.e9fc46e:\n  * Spelling fixes\n  * Bump version number to 0.8.9.0\n  * MMCMP: Check that end pointer is within the file size\n  * WAV: ensure integer doesn\u0027t overflow\n  * XM: additional mempos check\n  * sndmix: Don\u0027t process row if its empty.\n  * snd_fx: dont include patterns of zero size in length calc\n  * MT2,AMF: prevent OOB reads\n\n- Add patch for broken pc file where quite some upstream refer to\n  modplug directly without specifying the subdir it is in.\n\n- Update to version 0.8.8.5\n  * Some security issues: CVE-2013-4233, CVE-2013-4234, as well as\n    many fixes suggested by static analyzers: clang build-scan, and coverity.\n- Stop using dos2unix\n- Run through spec-cleaner\n- Use full URL in Source tag\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-SP3-2018-984,SUSE-SLE-SDK-12-SP3-2018-984,SUSE-SLE-SERVER-12-SP3-2018-984",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2018_1441-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2018:1441-1",
        "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20181441-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2018:1441-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-May/004089.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1022032",
        "url": "https://bugzilla.suse.com/1022032"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2013-4233 page",
        "url": "https://www.suse.com/security/cve/CVE-2013-4233/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2013-4234 page",
        "url": "https://www.suse.com/security/cve/CVE-2013-4234/"
      }
    ],
    "title": "Security update for libmodplug",
    "tracking": {
      "current_release_date": "2018-05-28T05:14:01Z",
      "generator": {
        "date": "2018-05-28T05:14:01Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2018:1441-1",
      "initial_release_date": "2018-05-28T05:14:01Z",
      "revision_history": [
        {
          "date": "2018-05-28T05:14:01Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
                "product": {
                  "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
                  "product_id": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
                "product": {
                  "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
                  "product_id": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
                "product": {
                  "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
                  "product_id": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
                "product": {
                  "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
                  "product_id": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
                "product": {
                  "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
                  "product_id": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
                "product": {
                  "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
                  "product_id": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
                "product": {
                  "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
                  "product_id": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
                "product": {
                  "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
                  "product_id": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12 SP3",
                  "product_id": "SUSE Linux Enterprise Desktop 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP3",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP3",
                  "product_id": "SUSE Linux Enterprise Server 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp3"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP3",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64"
        },
        "product_reference": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP3",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le"
        },
        "product_reference": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP3",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x"
        },
        "product_reference": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        },
        "product_reference": "libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3",
          "product_id": "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3",
          "product_id": "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x as component of SUSE Linux Enterprise Server 12 SP3",
          "product_id": "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3",
          "product_id": "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        },
        "product_reference": "libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2013-4233",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2013-4233"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Integer overflow in the abc_set_parts function in load_abc.cpp in libmodplug 0.8.8.4 and earlier allows remote attackers to cause a denial of service and possibly execute arbitrary code via a crafted P header in an ABC file, which triggers a heap-based buffer overflow.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2013-4233",
          "url": "https://www.suse.com/security/cve/CVE-2013-4233"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1022032 for CVE-2013-4233",
          "url": "https://bugzilla.suse.com/1022032"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 834483 for CVE-2013-4233",
          "url": "https://bugzilla.suse.com/834483"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-05-28T05:14:01Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2013-4233"
    },
    {
      "cve": "CVE-2013-4234",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2013-4234"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Multiple heap-based buffer overflows in the (1) abc_MIDI_drum and (2) abc_MIDI_gchord functions in load_abc.cpp in libmodplug 0.8.8.4 and earlier allow remote attackers to cause a denial of service (memory corruption and crash) and possibly execute arbitrary code via a crafted ABC.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2013-4234",
          "url": "https://www.suse.com/security/cve/CVE-2013-4234"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1022032 for CVE-2013-4234",
          "url": "https://bugzilla.suse.com/1022032"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 834483 for CVE-2013-4234",
          "url": "https://bugzilla.suse.com/834483"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Server 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libmodplug1-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP3:libmodplug-devel-0.8.9.0+git20170610.f6dd59a-15.4.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-05-28T05:14:01Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2013-4234"
    }
  ]
}



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…

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…