Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:1361412562310856186
HistoryJun 05, 2024 - 12:00 a.m.

openSUSE: Security Advisory for Java (SUSE-SU-2024:1874-1)

2024-06-0500:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
opensuse
security advisory
java
apiguardian
assertj-core
byte-buddy
dom4j
package update

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

7.7 High

AI Score

Confidence

High

0.005 Low

EPSS

Percentile

76.0%

The remote host is missing an update for the

# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.856186");
  script_version("2024-06-07T15:38:39+0000");
  script_cve_id("CVE-2021-33813");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2024-06-07 15:38:39 +0000 (Fri, 07 Jun 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-06-21 22:21:48 +0000 (Mon, 21 Jun 2021)");
  script_tag(name:"creation_date", value:"2024-06-05 01:00:55 +0000 (Wed, 05 Jun 2024)");
  script_name("openSUSE: Security Advisory for Java (SUSE-SU-2024:1874-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/suse", "ssh/login/rpms", re:"ssh/login/release=(openSUSELeap15\.6|openSUSELeap15\.5)");

  script_xref(name:"Advisory-ID", value:"SUSE-SU-2024:1874-1");
  script_xref(name:"URL", value:"https://lists.opensuse.org/archives/list/[email protected]/thread/AEZLYLMXDOQSSAVOJL4DPPUA25532JGY");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'Java'
  package(s) announced via the SUSE-SU-2024:1874-1 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"This update for Java fixes thefollowing issues:

  apiguardian was updated to version 1.1.2:

  * Added LICENSE/NOTICE to the generated jar

  * Allow @API to be declared at the package level

  * Explain usage of Status.DEPRECATED

  * Include OSGi metadata in manifest

  assertj-core was implemented at version 3.25.3:

  * New package implementation needed by Junit5

  byte-buddy was updated to version v1.14.16:

  * `byte-buddy` is required by `assertj-core`

  * Changes in version v1.14.16:

  * Update ASM and introduce support for Java 23.

  * Changes in version v1.14.15:

  * Allow attaching from root on J9.

  * Changes of v1.14.14:

  * Adjust type validation to accept additional names that are legal in the
      class file format.

  * Fix dynamic attach on Windows when a service user is active.

  * Avoid failure when using Android's strict mode.

  dom4j was updated to version 2.1.4:

  * Improvements and potentially breaking changes:

  * Added new factory method org.dom4j.io.SAXReader.createDefault(). It has more
      secure defaults than new SAXReader(), which uses system
      XMLReaderFactory.createXMLReader() or
      SAXParserFactory.newInstance().newSAXParser().

  * If you use some optional dependency of dom4j (for example Jaxen, xsdlib
      etc.), you need to specify an explicit dependency on it in your project.
      They are no longer marked as a mandatory transitive dependency by dom4j.

  * Following SAX parser features are disabled by default in
      DocumentHelper.parse() for security reasons (they were enabled in previous
      versions):

  * Other changes:

  * Do not depend on jtidy, since it is not used during build

  * Fixed license to Plexus

  * JPMS: Add the Automatic-Module-Name attribute to the manifest.

  * Make a separate flavour for a minimal `dom4j-bootstrap` package used to
      build `jaxen` and full `dom4j`

  * Updated pull-parser version

  * Reuse the writeAttribute method in writeAttributes

  * Support build on OS with non-UTF8 as default charset

  * Gradle: add an automatic module name

  * Use Correct License Name 'Plexus'

  * Possible vulnerability of DocumentHelper.parseText() to XML injection

  * CVS directories left in the source tree

  * XMLWriter does not escape supplementary unicode characters correctly

  * writer.writeOpen(x) doesn't write namespaces

  * Fixed concurrency problem with QNameCache

  * All dependencies are option ...

  Description truncated. Please see the references for more information.");

  script_tag(name:"affected", value:"'Java' package(s) on openSUSE Leap 15.5, openSUSE Leap 15.6.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "openSUSELeap15.6") {

  if(!isnull(res = isrpmvuln(pkg:"junit5-minimal", rpm:"junit5-minimal~5.10.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple-javadoc", rpm:"jopt-simple-javadoc~5.0.4~150200.3.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-guide", rpm:"junit5-guide~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian-javadoc", rpm:"apiguardian-javadoc~1.1.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5", rpm:"junit5~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-javadoc", rpm:"junit5-javadoc~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple", rpm:"jopt-simple~5.0.4~150200.3.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-demo", rpm:"dom4j-demo~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"xom", rpm:"xom~1.3.9~150200.5.3.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-manual", rpm:"junit-manual~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"byte-buddy", rpm:"byte-buddy~1.14.16~150200.5.7.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jdom", rpm:"jdom~1.1.3~150200.12.8.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm", rpm:"objectweb-asm~9.7~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm-javadoc", rpm:"objectweb-asm-javadoc~9.7~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"saxpath", rpm:"saxpath~1.0~150200.5.3.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian", rpm:"apiguardian~1.1.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jaxen", rpm:"jaxen~2.0.0~150200.5.3.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-events", rpm:"open-test-reporting-events~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j", rpm:"dom4j~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest", rpm:"hamcrest~2.2~150200.12.17.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"assertj-core", rpm:"assertj-core~3.25.3~150200.5.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-bom", rpm:"junit5-bom~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit", rpm:"junit~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-javadoc", rpm:"dom4j-javadoc~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-schema", rpm:"open-test-reporting-schema~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-javadoc", rpm:"junit-javadoc~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest-javadoc", rpm:"hamcrest-javadoc~2.2~150200.12.17.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-minimal", rpm:"junit5-minimal~5.10.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple-javadoc", rpm:"jopt-simple-javadoc~5.0.4~150200.3.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-guide", rpm:"junit5-guide~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian-javadoc", rpm:"apiguardian-javadoc~1.1.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5", rpm:"junit5~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-javadoc", rpm:"junit5-javadoc~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple", rpm:"jopt-simple~5.0.4~150200.3.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-demo", rpm:"dom4j-demo~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"xom", rpm:"xom~1.3.9~150200.5.3.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-manual", rpm:"junit-manual~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"byte-buddy", rpm:"byte-buddy~1.14.16~150200.5.7.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jdom", rpm:"jdom~1.1.3~150200.12.8.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm", rpm:"objectweb-asm~9.7~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm-javadoc", rpm:"objectweb-asm-javadoc~9.7~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"saxpath", rpm:"saxpath~1.0~150200.5.3.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian", rpm:"apiguardian~1.1.2~150200.3.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jaxen", rpm:"jaxen~2.0.0~150200.5.3.1", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-events", rpm:"open-test-reporting-events~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j", rpm:"dom4j~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest", rpm:"hamcrest~2.2~150200.12.17.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"assertj-core", rpm:"assertj-core~3.25.3~150200.5.4.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-bom", rpm:"junit5-bom~5.10.2~150200.3.10.3", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit", rpm:"junit~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-javadoc", rpm:"dom4j-javadoc~2.1.4~150200.12.10.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-schema", rpm:"open-test-reporting-schema~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-javadoc", rpm:"junit-javadoc~4.13.2~150200.3.15.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest-javadoc", rpm:"hamcrest-javadoc~2.2~150200.12.17.2", rls:"openSUSELeap15.6"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

if(release == "openSUSELeap15.5") {

  if(!isnull(res = isrpmvuln(pkg:"junit5-minimal", rpm:"junit5-minimal~5.10.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple-javadoc", rpm:"jopt-simple-javadoc~5.0.4~150200.3.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-guide", rpm:"junit5-guide~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian-javadoc", rpm:"apiguardian-javadoc~1.1.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5", rpm:"junit5~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-javadoc", rpm:"junit5-javadoc~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple", rpm:"jopt-simple~5.0.4~150200.3.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-demo", rpm:"dom4j-demo~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"xom", rpm:"xom~1.3.9~150200.5.3.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-manual", rpm:"junit-manual~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"byte-buddy", rpm:"byte-buddy~1.14.16~150200.5.7.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jdom", rpm:"jdom~1.1.3~150200.12.8.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm", rpm:"objectweb-asm~9.7~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm-javadoc", rpm:"objectweb-asm-javadoc~9.7~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"saxpath", rpm:"saxpath~1.0~150200.5.3.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian", rpm:"apiguardian~1.1.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jaxen", rpm:"jaxen~2.0.0~150200.5.3.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-events", rpm:"open-test-reporting-events~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j", rpm:"dom4j~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest", rpm:"hamcrest~2.2~150200.12.17.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"assertj-core", rpm:"assertj-core~3.25.3~150200.5.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-bom", rpm:"junit5-bom~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit", rpm:"junit~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-javadoc", rpm:"dom4j-javadoc~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-schema", rpm:"open-test-reporting-schema~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-javadoc", rpm:"junit-javadoc~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest-javadoc", rpm:"hamcrest-javadoc~2.2~150200.12.17.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-minimal", rpm:"junit5-minimal~5.10.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple-javadoc", rpm:"jopt-simple-javadoc~5.0.4~150200.3.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-guide", rpm:"junit5-guide~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian-javadoc", rpm:"apiguardian-javadoc~1.1.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5", rpm:"junit5~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-javadoc", rpm:"junit5-javadoc~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jopt-simple", rpm:"jopt-simple~5.0.4~150200.3.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-demo", rpm:"dom4j-demo~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"xom", rpm:"xom~1.3.9~150200.5.3.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-manual", rpm:"junit-manual~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"byte-buddy", rpm:"byte-buddy~1.14.16~150200.5.7.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jdom", rpm:"jdom~1.1.3~150200.12.8.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm", rpm:"objectweb-asm~9.7~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"objectweb-asm-javadoc", rpm:"objectweb-asm-javadoc~9.7~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"saxpath", rpm:"saxpath~1.0~150200.5.3.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apiguardian", rpm:"apiguardian~1.1.2~150200.3.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"jaxen", rpm:"jaxen~2.0.0~150200.5.3.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-events", rpm:"open-test-reporting-events~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j", rpm:"dom4j~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest", rpm:"hamcrest~2.2~150200.12.17.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"assertj-core", rpm:"assertj-core~3.25.3~150200.5.4.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit5-bom", rpm:"junit5-bom~5.10.2~150200.3.10.3", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit", rpm:"junit~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"dom4j-javadoc", rpm:"dom4j-javadoc~2.1.4~150200.12.10.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"open-test-reporting-schema", rpm:"open-test-reporting-schema~0.1.0~M2~150200.5.7.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"junit-javadoc", rpm:"junit-javadoc~4.13.2~150200.3.15.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"hamcrest-javadoc", rpm:"hamcrest-javadoc~2.2~150200.12.17.2", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

7.7 High

AI Score

Confidence

High

0.005 Low

EPSS

Percentile

76.0%