USN-3130-1

Source
https://ubuntu.com/security/notices/USN-3130-1
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/usn/USN-3130-1.json
JSON Data
https://api.osv.dev/v1/vulns/USN-3130-1
Upstream
Related
Published
2016-11-17T22:29:24Z
Modified
2026-02-10T04:41:03Z
Summary
openjdk-7 vulnerabilities
Details

It was discovered that OpenJDK did not restrict the set of algorithms used for Jar integrity verification. An attacker could use this to modify without detection the content of a JAR file, affecting system integrity. (CVE-2016-5542)

It was discovered that the JMX component of OpenJDK did not sufficiently perform classloader consistency checks. An attacker could use this to bypass Java sandbox restrictions. (CVE-2016-5554)

It was discovered that the Hotspot component of OpenJDK did not properly check received Java Debug Wire Protocol (JDWP) packets. An attacker could use this to send debugging commands to a Java application with debugging enabled. (CVE-2016-5573)

It was discovered that the Hotspot component of OpenJDK did not properly check arguments of the System.arraycopy() function in certain cases. An attacker could use this to bypass Java sandbox restrictions. (CVE-2016-5582)

It was discovered that OpenJDK did not properly handle HTTP proxy authentication. An attacker could use this to expose HTTPS server authentication credentials. (CVE-2016-5597)

References

Affected packages

Ubuntu:14.04:LTS / openjdk-7

Package

Name
openjdk-7
Purl
pkg:deb/ubuntu/openjdk-7@7u121-2.6.8-1ubuntu0.14.04.1?arch=source&distro=trusty

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
7u121-2.6.8-1ubuntu0.14.04.1

Affected versions

7u25-2.*
7u25-2.3.12-4ubuntu3
7u25-2.3.12-4ubuntu5
7u45-2.*
7u45-2.4.3-3ubuntu1
7u45-2.4.3-3ubuntu2
7u45-2.4.3-4ubuntu1
7u45-2.4.3-4ubuntu2
7u51-2.*
7u51-2.4.4-1ubuntu1
7u51-2.4.5-1ubuntu1
7u51-2.4.6~pre1-1ubuntu2
7u51-2.4.6-1ubuntu3
7u51-2.4.6-1ubuntu4
7u55-2.*
7u55-2.4.7-1ubuntu1
7u65-2.*
7u65-2.5.1-4ubuntu1~0.14.04.1
7u65-2.5.1-4ubuntu1~0.14.04.2
7u65-2.5.2-3~14.04
7u71-2.*
7u71-2.5.3-0ubuntu0.14.04.1
7u75-2.*
7u75-2.5.4-1~trusty1
7u79-2.*
7u79-2.5.5-0ubuntu0.14.04.2
7u79-2.5.6-0ubuntu1.14.04.1
7u85-2.*
7u85-2.6.1-5ubuntu0.14.04.1
7u91-2.*
7u91-2.6.3-0ubuntu0.14.04.1
7u95-2.*
7u95-2.6.4-0ubuntu0.14.04.1
7u95-2.6.4-0ubuntu0.14.04.2
7u101-2.*
7u101-2.6.6-0ubuntu0.14.04.1
7u111-2.*
7u111-2.6.7-0ubuntu0.14.04.3

Ecosystem specific

{
    "availability": "No subscription required",
    "binaries": [
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "icedtea-7-jre-jamvm"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-demo"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-jdk"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-jre"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-jre-headless"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-jre-lib"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-jre-zero"
        },
        {
            "binary_version": "7u121-2.6.8-1ubuntu0.14.04.1",
            "binary_name": "openjdk-7-source"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/usn/USN-3130-1.json"
cves_map
{
    "ecosystem": "Ubuntu:14.04:LTS",
    "cves": [
        {
            "id": "CVE-2016-5542",
            "severity": [
                {
                    "type": "CVSS_V3",
                    "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N"
                },
                {
                    "type": "Ubuntu",
                    "score": "medium"
                }
            ]
        },
        {
            "id": "CVE-2016-5554",
            "severity": [
                {
                    "type": "CVSS_V3",
                    "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N"
                },
                {
                    "type": "Ubuntu",
                    "score": "medium"
                }
            ]
        },
        {
            "id": "CVE-2016-5573",
            "severity": [
                {
                    "type": "CVSS_V3",
                    "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H"
                },
                {
                    "type": "Ubuntu",
                    "score": "medium"
                }
            ]
        },
        {
            "id": "CVE-2016-5582",
            "severity": [
                {
                    "type": "CVSS_V3",
                    "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H"
                },
                {
                    "type": "Ubuntu",
                    "score": "medium"
                }
            ]
        },
        {
            "id": "CVE-2016-5597",
            "severity": [
                {
                    "type": "CVSS_V3",
                    "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "type": "Ubuntu",
                    "score": "medium"
                }
            ]
        }
    ]
}