LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25085: Responsive Menus Configuration Setting responsive_menus.module responsive_menus_admin_form_submit cross site scripting

A vulnerability classified as problematic was found in Responsive Menus 7.x-1.x-dev on Drupal. Affected by this vulnerability is the function responsive_menus_admin_form_submit of the file responsive_menus.module of the component Configuration Setting Handler. The manipulation leads to cross site scripting. The attack can be launched remotely. Upgrading to version 7.x-1.7 is able to address this issue. The patch is named 3c554b31d32a367188f44d44857b061eac949fb8. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-227755.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

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-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.3 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:M/C:N/I:P/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

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.

ScoreVersionSeverityVectorExploitImpactSource
3.3CVSS 2.0LowAV:N/AC:L/Au:M/C:N/I:P/A:N6.42.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

3.3Low
CVSS 2.0 vector shape for CVE-2018-25085Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:M/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aResponsive Menus7.x-1.x-devListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.