CVE-2017-3533Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Networking). Supported versions that are affected are Java SE: 6u141, 7u131 and 8u121; Java SE Embedded: 8u121; JRockit: R28.3.13. Difficult to exploit vulnerability allows unauthenticated attacker with network access via FTP to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, Java SE Embedded, JRockit accessible data. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.0 Base Score 3.7 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N).
No public exploit
Nothing published shows this CVE being exploited, which is not the same as ruling it out. nothing published in 9 years.
CVSS E:U
A Waratek agent blocks this today.
Applicable rule: CVE has an ARMR patch rule that provides mitigation
| Decided by | armr-patch-file : An ARMR patch file on disk for this CVE |
|---|---|
| Finding | CVE has an ARMR patch rule that provides mitigation |
Shipped files covering this CVE. A CVE genuinely takes more than one: separate Maven artifacts hooking different parser classes, the same patch built for two ARMR versions, or a fix at both the framework and the container.
vcpu/2017/Q2-April/CVE-2017-3533/patch/2.6/CVE-2017-3533.armr patch rule added 2020-06-26 updated 2026-03-04app("2017 APRIL CPU"):
requires(version: "ARMR/2.6")
/***************************************************************************
CVE-2017-3533 (2017 APRIL CPU)
CVSS 3.0 Summary:
Base Score | 3.7 LOW
Attack Vector | Network
Attack Complexity | High
Privileges Required | None
User Interaction | None
Scope | Unchanged
Confidentiality Impact | None
Integrity Impact | Low
Availability Impact | None
Description:
A newline injection flaw was discovered in the FTP client
implementation in the Networking component in OpenJDK. A remote
attacker could possibly use this flaw to manipulate FTP connections
established by a Java application.
Resources:
https://bugzilla.redhat.com/show_bug.cgi?id=1443083
Affected Versions:
6u141, 7u131, 8u121, JRockit R28.3.13
Fixed Versions:
6u151, 7u141, 8u131
Tested Versions:
6u0 - 6u141
7u0 - 7u131
8u0 - 8u121
Protection Provided:
Functional
Patch Version:
1.2
***************************************************************************/
patch("CVE-2017-3533 :01"):
function("sun/net/ftp/FtpClient.issueCommand(Ljava/lang/String;)I",
checksums: ["990f14b4b4"]) // 6u0 - 6u141
callsite("sun/net/ftp/FtpClient.sendServer(Ljava/lang/String;)V")
code(language: java):
private static JavaMethod ftpProtocolExceptionConstructorMethod;
public void load() {
ftpProtocolExceptionConstructorMethod = JavaMethod.load("sun/net/ftp/FtpProtocolException.<init>(Ljava/lang/String;)V");
}
public void patch(JavaFrame frame) throws Exception {
String cmd = (String) frame.loadStringParam(1);
if (cmd.indexOf('\n') != -1) {
Exception ex = (Exception) ftpProtocolExceptionConstructorMethod.call(null, "Illegal FTP command");
ex.initCause(new IllegalArgumentException("Illegal carriage return"));
frame.raiseException(ex);
}
}
endcode
endpatch
patch("CVE-2017-3533 :02"):
function("sun/net/ftp/impl/FtpClient.issueCommand(Ljava/lang/String;)Z",
checksums: ["db7e2a877f", // 7u0 - 7u21
"37087538ae", // 7u25
"7c0853e6aa", // 7u40 - 7u121
"c275304d7b", // 7u131
"f83e0307ee"]) // 8u0 - 8u121
callsite("sun/net/ftp/impl/FtpClient.sendServer(Ljava/lang/String;)V")
code(language: java, import: ["sun.net.ftp.FtpProtocolException"]):
public void patch(JavaFrame frame) throws Exception {
String cmd = frame.loadStringVariable(1);
if (cmd.indexOf('\n') != -1) {
FtpProtocolException ex = new FtpProtocolException("Illegal FTP command");
ex.initCause(new IllegalArgumentException("Illegal carriage return"));
frame.raiseException(ex);
}
}
endcode
endpatch
endapp
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
2 metrics
VRT selects the newest version's highest entry and
publishes it as cvssScore, newest rather than largest because scores are not comparable
across versions, and highest rather than first because the first entry is frequently a CNA placeholder
scoring 0.0 over NVD's own analysis.
| Version | Score | Band | Vector | Assigner | Type | |
|---|---|---|---|---|---|---|
| CVSS 3.0 | 3.7 | LOW | CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N |
NVD | Primary | published |
| CVSS 2.0 | 4.3 | no band published | AV:N/AC:M/Au:N/C:N/I:P/A:N |
NVD | Primary |
| Advisory | Type | Quarter | Products Oracle named in risk matrix |
|---|---|---|---|
| Oracle Critical Patch Update April 2017 ↗ | CPU | 2017-Q2 | Oracle Java SE / Networking (Java SE: 6u141, 7u131, 8u121; Java SE Embedded: 8u121; JRockit: R28.3.13) |
| Family | Component | Oracle's version cell (verbatim) | Indexed as |
|---|---|---|---|
| Oracle Java SE | Networking | Java SE: 6u141, 7u131, 8u121; Java SE Embedded: 8u121; JRockit: R28.3.13 | 6.0.141.0 · 7.0.131.0 · 8.0.121.0 |
| Source | Vendor | Product | Scheme | Affected Versions |
|---|---|---|---|---|
| nvd | debian | debian linux | generic | 8.0 |
| nvd | oracle | jdk | javase | 1.6.0:update141 · 1.7.0:update131 · 1.8.0:update121 |
| nvd | oracle | jre | javase | 1.6.0:update141 · 1.7.0:update_131 · 1.8.0:update_121 |
| nvd | oracle | jrockit | generic | r28.3.13 |
| nvd | redhat | enterprise linux desktop | generic | 6.0 · 7.0 |
| nvd | redhat | enterprise linux server | generic | 6.0 · 7.0 |
| nvd | redhat | enterprise linux server aus | generic | 7.3 · 7.4 · 7.6 |
| nvd | redhat | enterprise linux server eus | generic | 7.3 · 7.4 · 7.5 · 7.6 |
| nvd | redhat | enterprise linux server tus | generic | 7.3 · 7.6 |
| nvd | redhat | enterprise linux workstation | generic | 6.0 · 7.0 |
| nvd | redhat | icedtea | generic | < 3.4.0 |
| nvd | redhat | satellite | generic | 5.8 |
| URL | Tags |
|---|---|
| https://access.redhat.com/errata/RHSA-2017:1108 | ADVISORY, RHSA-2017:1108 |
| https://access.redhat.com/security/cve/CVE-2017-3533 | REPORT, RHSA-2017:1108 |
| https://access.redhat.com/errata/RHSA-2017:1109 | ADVISORY, RHSA-2017:1109 |
| https://access.redhat.com/errata/RHSA-2017:1117 | ADVISORY, RHSA-2017:1117 |
| https://access.redhat.com/errata/RHSA-2017:1204 | ADVISORY, RHSA-2017:1204 |
| https://access.redhat.com/errata/RHSA-2017:1220 | ADVISORY, RHSA-2017:1220 |
| https://access.redhat.com/errata/RHSA-2017:3453 | ADVISORY, RHSA-2017:3453 |
| http://www.debian.org/security/2017/dsa-3858 | Third Party Advisory |
| http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html | Patch, Vendor Advisory |
| http://www.securityfocus.com/bid/97740 | Third Party Advisory, VDB Entry |
| Published | 2017-04-24 | By the CVE Program. |
|---|---|---|
| ARMR remediation created | 2020-06-26 | Earliest commit adding this CVE's ARMR patch or security rule. |
| ARMR remediation last updated | 2026-03-04 | Most recent commit touching this CVE's ARMR patch or security rule. |
| Last VRT activity | 2026-03-04 | Most recent commit touching this CVE's classification, patch or rule file. |
| NVD record modified | 2026-06-17 | NVD's own last-modified date for this record. |