Security readout for executives and security teams
Plain-English summary
This is a low-severity cross-site scripting issue in Drupal Responsive Menus 7.x-1.x-dev. A logged-in user could manipulate a configuration setting so script runs in a browser. Business urgency is limited, but exposed Drupal sites using this dev branch should upgrade because XSS can affect content integrity and user trust.
Executive priority
Handle through normal patch management unless the affected module is internet-facing and broadly administered. Prioritize confirmation of usage first, then upgrade affected Drupal sites.
Technical view
CVE-2018-25085 is CWE-79 in responsive_menus_admin_form_submit within responsive_menus.module, affecting the Configuration Setting Handler of Responsive Menus 7.x-1.x-dev. The provided CVSS v2 vector is AV:N/AC:L/Au:M/C:N/I:P/A:N, meaning network reachable, low complexity, authenticated, integrity-only impact.
Likely exposure
Exposure appears limited to Drupal installations using Responsive Menus 7.x-1.x-dev, especially where authenticated users can reach or influence the module configuration flow.
Exploitation context
The bundle says remote attack is possible and authentication is required. It does not cite active exploitation, and KEV is false, so active exploitation should not be assumed.
Researcher notes
The public bundle identifies the vulnerable function, module file, affected branch, CWE, CVSS v2 vector, release fix, and patch commit. It does not provide safe validation details beyond version and patch verification.
Mitigation direction
- Upgrade Responsive Menus to 7.x-1.7 or later.
- Apply the referenced Drupal project patch if upgrading is delayed.
- Restrict access to Responsive Menus configuration permissions.
- Review vendor guidance before applying nonstandard workarounds.
Validation and detection
- Inventory Drupal sites for Responsive Menus usage and version.
- Confirm whether any site runs 7.x-1.x-dev.
- Verify the 7.x-1.7 release or referenced patch is present.
- Review configuration access roles for unnecessary permissions.
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.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
Open ATT&CK lookupCVE-2018-25085 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
- Low
- CVSS
- 3.3 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:M/C:N/I:P/A:N
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 vector scores
1 official scoreWe 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.
AV:N/AC:L/Au:M/C:N/I:P/A:N6.42.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
3.3LowVector: AV:N/AC:L/Au:M/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.227755CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.227755CVE reference · signature, permissions-required
- https://www.drupal.org/sa-contrib-2018-079CVE reference · related
- https://git.drupalcode.org/project/responsive_menus/-/commit/3c554b31d32a367188f44d44857b061eac949fb8CVE reference · patch
- https://www.drupal.org/project/responsive_menus/releases/7.x-1.7CVE reference · patch
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.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
