A remote code execution vulnerability exists within multiple subsystems of Drupal 7.x and 8.x. This potentially allows attackers to exploit multiple attack vectors on a Drupal site, which could result in the site being compromised. This vulnerability is related to Drupal core - Highly critical - Remote Code Execution - SA-CORE-2018-002. Both SA-CORE-2018-002 and this vulnerability are being exploited in the wild.
Security readout for executives and security teams
Plain-English summary
This critical Drupal core flaw can let an unauthenticated remote attacker run code and compromise a vulnerable website. Successful exploitation could expose or alter data, disrupt service, and provide control of the site. Drupal reports exploitation in the wild, and CISA lists the vulnerability in its Known Exploited Vulnerabilities catalog.
Executive priority
Treat as an immediate remediation and incident-review priority for any Drupal 7.x or 8.x deployment. Because exploitation is documented and compromise can affect data and service availability, owners should rapidly identify exposed systems, update them, and investigate whether exploitation occurred before remediation.
Technical view
CVE-2018-7602 is a CWE-94 remote code execution vulnerability affecting multiple subsystems in Drupal 7.x and 8.x. Its CVSS 3.1 score is 9.8: network-accessible, low complexity, no privileges, and no user interaction, with high confidentiality, integrity, and availability impact. It is related to SA-CORE-2018-002.
Likely exposure
Drupal 7.x or 8.x sites that have not followed SA-CORE-2018-004 guidance may be exposed, especially when reachable from untrusted networks. The supplied affected-version data is unspecified, so exact exposure cannot be determined from version numbers in this bundle alone.
Exploitation context
Active exploitation is confirmed by Drupal's advisory and supported by CISA KEV inclusion. The bundle also identifies public exploit references. This combination increases risk to unremediated systems, but the supplied evidence does not describe current campaign prevalence, targets, or attacker attribution.
Researcher notes
The source bundle establishes remote, unauthenticated code execution across multiple Drupal subsystems but does not specify exact affected or fixed version ranges. Use SA-CORE-2018-004 as the authoritative version and remediation reference. KEV status and Drupal's exploitation statement support confirmed in-the-wild activity; campaign details remain unestablished here.
Mitigation direction
Follow Drupal SA-CORE-2018-004 guidance and apply the appropriate security update for the deployed branch.
Confirm remediation also addresses the related SA-CORE-2018-002 vulnerability.
Restrict untrusted access or isolate affected sites until vendor guidance is applied.
Use Debian's applicable security update when Drupal is installed from affected Debian packages.
Validation and detection
Inventory Drupal 7.x and 8.x installations, including externally reachable and forgotten sites.
Compare each deployed core version with the fixed versions documented in SA-CORE-2018-004.
Verify both SA-CORE-2018-002 and SA-CORE-2018-004 remediation requirements are satisfied.
Review logs, file integrity, administrative accounts, and unexpected changes for evidence of prior compromise.
Confirm updated sites remain operational and no vulnerable core copies persist in backups or deployment artifacts.
The source record changed after analysis: Material source record changed after analysis.
Potential ATT&CK relevance
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.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
Exploitation: activeAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.