Description
vulnerability in Drupal Mother May I allows . This issue affects Mother May I versions: *.*.
Published: 2026-07-10
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Drupal module Mother May I contains an input handling flaw that, as a CWE‑79 vulnerability, typically permits arbitrary JavaScript injection. The CVE description does not detail the precise mechanism, so it is inferred that the flaw allows unsanitized user input to be rendered in the browser, creating a potential cross‑site scripting vector. If an attacker successfully injects malicious code, they could force victims’ browsers to execute that code in the context of the site, enabling session hijacking, data theft, or defacement.

Affected Systems

All releases of the Drupal Mother May I module, as indicated by the wildcard '*.*' in the CVE entry, are vulnerable. The flaw exists regardless of the Drupal core version, meaning every site that installs this module – in development or production – is potentially exposed.

Risk and Exploitability

The vulnerability carries a CVSS base score of 9.8, reflecting its severe impact on confidentiality, integrity, and availability. The EPSS score of less than 1% suggests no widespread exploitation to date, and the issue is not listed in the CISA KEV catalog. Attackers likely target publicly accessible inputs processed by the module; because authentication is not required, any user reaching the affected page could trigger the flaw. The path to exploitation derives from submission of unsanitized data that is later rendered in the browser, allowing injection of malicious scripts.

Generated by OpenCVE AI on July 31, 2026 at 12:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If the Mother May I module is not required for site functionality, disable or uninstall it to eliminate the vulnerability entirely.
  • Apply the next patch or updated release from Drupal as soon as it becomes available; regularly monitor Drupal security advisories for updates.
  • Implement a Content Security Policy that blocks execution of inline scripts and restricts JavaScript sources, reducing the impact of any residual XSS vectors.
  • Enforce strict input validation and output escaping for all content handled by the module, ensuring that only safe data reaches the browser.

Generated by OpenCVE AI on July 31, 2026 at 12:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Drupal
Drupal mother May I
Vendors & Products Drupal
Drupal mother May I

Mon, 13 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
CWE-89

Sat, 11 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
CWE-89

Fri, 10 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description vulnerability in Drupal Mother May I allows . This issue affects Mother May I versions: *.*.
Title Mother May I - Critical - Unsupported - SA-CONTRIB-2026-045
References

Subscriptions

Drupal Mother May I
cve-icon MITRE

Status: PUBLISHED

Assigner: drupal

Published:

Updated: 2026-07-13T18:51:40.699Z

Reserved: 2026-06-10T16:43:04.126Z

Link: CVE-2026-11913

cve-icon Vulnrichment

Updated: 2026-07-13T18:51:31.769Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T12:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')