CVE-2017-3252Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JAAS). Supported versions that are affected are Java SE: 6u131, 7u121 and 8u112; Java SE Embedded: 8u111; JRockit: R28.3.12. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, Java SE Embedded, JRockit, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all 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 v3.0 Base Score 5.8 (Integrity impacts).
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/Q1-January/CVE-2017-3252/patch/2.6/CVE-2017-3252.armr patch rule added 2020-06-26 updated 2026-03-04app("2017 JANUARY CPU"):
requires(version: "ARMR/2.6")
/***************************************************************************
CVE-2017-3252 (2017 JANUARY CPU)
CVSS 3.0 Summary:
Base Score | 5.8 MEDIUM
Attack Vector | Network
Attack Complexity | High
Privileges Required | Low
User Interaction | Required
Scope | Changed
Confidentiality Impact | None
Integrity Impact | High
Availability Impact | None
Description:
It was discovered that the LdapLoginModule class in the Java
Authentication and Authorization Service (JAAS) component of OpenJDK
did not use a correct way to extract user DN from a result of the
LDAP query used to locate user in an LDAP database. A specially
crafted user LDAP entry could cause the application to use
incorrect DN.
Resources:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-3252
Affected Versions:
6u131, 7u121, 8u112, JRockit R28.3.12
Tested Versions:
6u0 - 6u131
7u0 - 7u121
8u0 - 8u112
Protection Provided:
Functional
Patch Version:
1.1
***************************************************************************/
patch("CVE-2017-3252 :01"):
function("com/sun/security/auth/module/LdapLoginModule.initialize(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V",
checksums: ["de33ff8b8c", // 6u0 - 6u131
"ee1d582afe", // 7u0 - 7u121, 8u0 - 8u91
"fb3b923e6f"]) // 8u92 - 8u112
call("javax/naming/directory/SearchControls.setReturningObjFlag(Z)V")
code(language: java):
public void patch(JavaFrame frame) {
// NOP
}
endcode
endpatch
patch("CVE-2017-3252 :02"):
function("com/sun/security/auth/module/LdapLoginModule.findUserDN(Ljavax/naming/ldap/LdapContext;)Ljava/lang/String;",
checksums: ["de33ff8b8c", // 6u0 - 6u131
"ee1d582afe", // 7u0 - 7u121, 8u0 - 8u91
"fb3b923e6f"]) // 8u92 - 8u112
callreturn("javax/naming/Context.getNameInNamespace()Ljava/lang/String;")
code(language: java, import: ["javax.naming.directory.SearchResult"]):
public void patch(JavaFrame frame) {
SearchResult entry = (SearchResult) frame.loadObjectVariable(4);
frame.storeStringOperand(0, entry.getNameInNamespace());
}
endcode
endpatch
endapp
CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:H/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 | 5.8 | MEDIUM | CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N |
NVD | Primary | published |
| CVSS 2.0 | 2.1 | no band published | AV:N/AC:H/Au:S/C:N/I:P/A:N |
NVD | Primary |
| Advisory | Type | Quarter | Products Oracle named in risk matrix |
|---|---|---|---|
| Oracle Critical Patch Update January 2017 ↗ | CPU | 2017-Q1 | Oracle Java SE / Java SE, Java SE Embedded, JRockit (Java SE: 6u131, 7u121, 8u112; Java SE Embedded: 8u111; JRockit: R28.3.12) |
| Family | Component | Oracle's version cell (verbatim) | Indexed as |
|---|---|---|---|
| Oracle Java SE | Java SE, Java SE Embedded, JRockit | Java SE: 6u131, 7u121, 8u112; Java SE Embedded: 8u111; JRockit: R28.3.12 | 6.0.131.0 · 7.0.121.0 · 8.0.111.0 · 8.0.112.0 |
| Source | Vendor | Product | Scheme | Affected Versions |
|---|---|---|---|---|
| nvd | oracle | jdk | javase | 1.6:update_131 · 1.7:update_121 · 1.8:update_111 · 1.8:update_112 |
| nvd | oracle | jre | javase | 1.6:update_131 · 1.7:update_121 · 1.8:update_111 · 1.8:update_112 |
| nvd | oracle | jrockit | generic | r28.3.12 |
| URL | Tags |
|---|---|
| https://access.redhat.com/errata/RHSA-2017:0175 | ADVISORY, RHSA-2017:0175 |
| https://access.redhat.com/security/cve/CVE-2017-3252 | REPORT, RHSA-2017:0175 |
| https://access.redhat.com/errata/RHSA-2017:0180 | ADVISORY, RHSA-2017:0180 |
| https://access.redhat.com/errata/RHSA-2017:0263 | ADVISORY, RHSA-2017:0263 |
| https://access.redhat.com/errata/RHSA-2017:0269 | ADVISORY, RHSA-2017:0269 |
| http://rhn.redhat.com/errata/RHSA-2017-0175.html | |
| http://rhn.redhat.com/errata/RHSA-2017-0176.html | |
| http://rhn.redhat.com/errata/RHSA-2017-0177.html | |
| http://rhn.redhat.com/errata/RHSA-2017-0180.html | |
| http://rhn.redhat.com/errata/RHSA-2017-0263.html |
| Published | 2017-01-27 | 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. |