Security readout for executives and security teams
Plain-English summary
This is a denial-of-service issue in older Google Guava library versions. If a server accepts attacker-controlled serialized data and uses affected Guava classes, a remote attacker may force excessive memory allocation and disrupt service availability.
Executive priority
Prioritize systems where service availability matters and external users can submit serialized data. This is not evidenced as actively exploited in the bundle, but vulnerable internet-facing deserialization paths could create operational disruption.
Technical view
Guava 11.0 through 24.x before 24.1.1 can eagerly allocate memory during deserialization. The cited CVE identifies AtomicDoubleArray with Java serialization and CompoundOrdering with GWT serialization as affected paths when attacker-provided data is deserialized without reasonable size checks.
Likely exposure
Exposure is most likely in Java services or products that bundle vulnerable Guava versions and deserialize client-controlled Java or GWT serialized data. The source bundle does not identify specific non-Red Hat affected products beyond Guava version ranges and referenced downstream discussions.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation depends on reaching an application path that deserializes attacker-provided data using the affected Guava classes.
Researcher notes
Focus triage on reachability, not only package presence. A vulnerable Guava jar is most meaningful where attacker-controlled serialized input reaches AtomicDoubleArray Java serialization or CompoundOrdering GWT serialization behavior.
Mitigation direction
- Upgrade Guava to 24.1.1 or later where directly managed.
- Apply vendor-supported fixed packages for Red Hat-distributed products.
- Inventory transitive dependencies that may bundle vulnerable Guava versions.
- Avoid deserializing untrusted Java or GWT serialized data where possible.
- Check vendor advisories for product-specific fixed versions and backports.
Validation and detection
- Search dependency manifests and SBOMs for Guava versions before 24.1.1.
- Confirm whether exposed services deserialize client-controlled Java or GWT serialized data.
- Check packaged products against relevant Red Hat advisories.
- Verify runtime artifacts do not contain older shaded or bundled Guava copies.
- Document any compensating controls for unavoidable legacy deployments.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2018-10237 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- RHSA-2018:2428CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2740CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2741CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2742CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2598CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2643CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2424CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2423CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2425CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2927CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2743CVE reference · vendor-advisory, x_refsource_REDHAT
- [hadoop-hdfs-dev] 20190401 Update guava to 27.0-jre in hadoop-projectCVE reference · mailing-list, x_refsource_MLIST
- [hadoop-common-dev] 20190401 Update guava to 27.0-jre in hadoop-projectCVE reference · mailing-list, x_refsource_MLIST
- [pulsar-commits] 20190416 [GitHub] [pulsar] one70six opened a new issue #4057: Security Vulnerabilities - Black Duck Scan - Pulsar v.2.3.1CVE reference · mailing-list, x_refsource_MLIST
- [activemq-issues] 20190516 [jira] [Created] (AMQ-7208) Security Issue related to Guava 18.0CVE reference · mailing-list, x_refsource_MLIST
- [activemq-gitbox] 20190530 [GitHub] [activemq-artemis] brusdev opened a new pull request #2687: ARTEMIS-2359 Upgrade to Guava 24.1CVE reference · mailing-list, x_refsource_MLIST
- [cassandra-commits] 20190612 [jira] [Assigned] (CASSANDRA-14760) CVE-2018-10237 Security vulnerability in 3.11.3CVE reference · mailing-list, x_refsource_MLIST
- [activemq-issues] 20190820 [jira] [Created] (AMQ-7279) Security Vulnerabilities in Libraries - jackson-databind-2.9.8.jar, tomcat-servlet-api-8.0.53.jar, tomcat-websocket-api-8.0.53.jar, zookeeper-3.4.6.jar, guava-18.0.jar, jetty-all-9.2.26.v20180806.jar, scala-library-2.11.0.jarCVE reference · mailing-list, x_refsource_MLIST
- RHSA-2019:2858CVE reference · vendor-advisory, x_refsource_REDHAT
- [drill-dev] 20191017 Dependencies used by Drill contain known vulnerabilitiesCVE reference · mailing-list, x_refsource_MLIST
- RHSA-2019:3149CVE reference · vendor-advisory, x_refsource_REDHAT
- [drill-dev] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilitiesCVE reference · mailing-list, x_refsource_MLIST
- [drill-issues] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilitiesCVE reference · mailing-list, x_refsource_MLIST
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
