CVE-2025-13979: CWE-267 Privilege Defined With Unsafe Actions in Drupal Mini site
CVE-2025-13979 is a medium severity vulnerability in the Drupal Mini site module versions before 3. 0. 2. It involves a privilege defined with unsafe actions (CWE-267) that allows an authenticated user with certain privileges to perform stored Cross-Site Scripting (XSS) attacks without requiring user interaction. The vulnerability impacts confidentiality and integrity but does not affect availability. Exploitation requires network access and low complexity with privileges, but no user interaction. There are no known exploits in the wild yet, and no patches have been linked. European organizations using affected Drupal Mini site versions should prioritize updating to mitigate risks, especially those with web-facing Drupal installations. Countries with higher Drupal adoption and critical infrastructure relying on Drupal are more likely to be impacted.
AI Analysis
Technical Summary
CVE-2025-13979 is a vulnerability classified under CWE-267, indicating a privilege defined with unsafe actions within the Drupal Mini site module. This flaw exists in versions prior to 3.0.2, including the initial 0.0.0 release. The vulnerability allows an authenticated user with certain privileges to inject stored Cross-Site Scripting (XSS) payloads into the application. Stored XSS occurs when malicious scripts are permanently stored on the target server, such as in a database, and executed when other users access the affected content. The CVSS 3.1 base score of 5.4 reflects a medium severity, with attack vector being network-based (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), and impacting confidentiality and integrity (C:L/I:L) but not availability (A:N). The unsafe privilege configuration means that the permissions granted to certain roles allow actions that can be exploited to inject malicious scripts, potentially leading to session hijacking, data theft, or further compromise of user accounts. Although no known exploits are currently reported in the wild, the vulnerability poses a tangible risk to Drupal sites that have not upgraded. The lack of a patch link suggests that remediation involves upgrading to version 3.0.2 or later once available. This vulnerability is particularly concerning for web applications that rely on Drupal Mini site for content management and user interaction, as stored XSS can affect multiple users and lead to widespread compromise.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information and compromise of user accounts through stored XSS attacks. Attackers exploiting this flaw could execute malicious scripts in the context of other users, potentially stealing session tokens, redirecting users to malicious sites, or performing actions on behalf of legitimate users. This undermines the confidentiality and integrity of data managed by Drupal Mini site installations. Organizations in sectors such as government, finance, healthcare, and critical infrastructure that use Drupal-based web portals are at higher risk due to the sensitive nature of their data and the potential reputational damage from a successful attack. The medium severity rating indicates that while the vulnerability is not critical, it still requires timely remediation to prevent exploitation. Since exploitation requires authenticated privileges, insider threats or compromised accounts could be leveraged to exploit this vulnerability. The absence of user interaction lowers the barrier for exploitation once privileges are obtained. Overall, the impact includes potential data breaches, loss of user trust, and increased risk of further attacks leveraging the initial XSS foothold.
Mitigation Recommendations
European organizations should immediately inventory their Drupal Mini site installations to identify affected versions prior to 3.0.2. Until an official patch or upgrade is applied, restrict privileges associated with the vulnerable actions to the minimum necessary users and roles, applying the principle of least privilege. Implement Web Application Firewalls (WAF) with rules to detect and block common XSS payloads targeting Drupal endpoints. Conduct thorough code reviews and input validation enhancements to sanitize user inputs and outputs within the Mini site module. Monitor logs for unusual activity indicative of stored XSS exploitation attempts, such as unexpected script injections or anomalous user behavior. Educate administrators and developers about the risks of unsafe privilege assignments and encourage prompt application of security updates once available. Additionally, consider deploying Content Security Policy (CSP) headers to mitigate the impact of injected scripts. Regularly back up Drupal site data and configurations to enable rapid recovery if an attack occurs. Finally, coordinate with Drupal community channels to stay informed about patches and advisories related to this vulnerability.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden, Belgium, Italy, Spain, Poland
CVE-2025-13979: CWE-267 Privilege Defined With Unsafe Actions in Drupal Mini site
Description
CVE-2025-13979 is a medium severity vulnerability in the Drupal Mini site module versions before 3. 0. 2. It involves a privilege defined with unsafe actions (CWE-267) that allows an authenticated user with certain privileges to perform stored Cross-Site Scripting (XSS) attacks without requiring user interaction. The vulnerability impacts confidentiality and integrity but does not affect availability. Exploitation requires network access and low complexity with privileges, but no user interaction. There are no known exploits in the wild yet, and no patches have been linked. European organizations using affected Drupal Mini site versions should prioritize updating to mitigate risks, especially those with web-facing Drupal installations. Countries with higher Drupal adoption and critical infrastructure relying on Drupal are more likely to be impacted.
AI-Powered Analysis
Technical Analysis
CVE-2025-13979 is a vulnerability classified under CWE-267, indicating a privilege defined with unsafe actions within the Drupal Mini site module. This flaw exists in versions prior to 3.0.2, including the initial 0.0.0 release. The vulnerability allows an authenticated user with certain privileges to inject stored Cross-Site Scripting (XSS) payloads into the application. Stored XSS occurs when malicious scripts are permanently stored on the target server, such as in a database, and executed when other users access the affected content. The CVSS 3.1 base score of 5.4 reflects a medium severity, with attack vector being network-based (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), and impacting confidentiality and integrity (C:L/I:L) but not availability (A:N). The unsafe privilege configuration means that the permissions granted to certain roles allow actions that can be exploited to inject malicious scripts, potentially leading to session hijacking, data theft, or further compromise of user accounts. Although no known exploits are currently reported in the wild, the vulnerability poses a tangible risk to Drupal sites that have not upgraded. The lack of a patch link suggests that remediation involves upgrading to version 3.0.2 or later once available. This vulnerability is particularly concerning for web applications that rely on Drupal Mini site for content management and user interaction, as stored XSS can affect multiple users and lead to widespread compromise.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information and compromise of user accounts through stored XSS attacks. Attackers exploiting this flaw could execute malicious scripts in the context of other users, potentially stealing session tokens, redirecting users to malicious sites, or performing actions on behalf of legitimate users. This undermines the confidentiality and integrity of data managed by Drupal Mini site installations. Organizations in sectors such as government, finance, healthcare, and critical infrastructure that use Drupal-based web portals are at higher risk due to the sensitive nature of their data and the potential reputational damage from a successful attack. The medium severity rating indicates that while the vulnerability is not critical, it still requires timely remediation to prevent exploitation. Since exploitation requires authenticated privileges, insider threats or compromised accounts could be leveraged to exploit this vulnerability. The absence of user interaction lowers the barrier for exploitation once privileges are obtained. Overall, the impact includes potential data breaches, loss of user trust, and increased risk of further attacks leveraging the initial XSS foothold.
Mitigation Recommendations
European organizations should immediately inventory their Drupal Mini site installations to identify affected versions prior to 3.0.2. Until an official patch or upgrade is applied, restrict privileges associated with the vulnerable actions to the minimum necessary users and roles, applying the principle of least privilege. Implement Web Application Firewalls (WAF) with rules to detect and block common XSS payloads targeting Drupal endpoints. Conduct thorough code reviews and input validation enhancements to sanitize user inputs and outputs within the Mini site module. Monitor logs for unusual activity indicative of stored XSS exploitation attempts, such as unexpected script injections or anomalous user behavior. Educate administrators and developers about the risks of unsafe privilege assignments and encourage prompt application of security updates once available. Additionally, consider deploying Content Security Policy (CSP) headers to mitigate the impact of injected scripts. Regularly back up Drupal site data and configurations to enable rapid recovery if an attack occurs. Finally, coordinate with Drupal community channels to stay informed about patches and advisories related to this vulnerability.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- drupal
- Date Reserved
- 2025-12-03T17:04:18.274Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 697a6c254623b1157cec16fc
Added to database: 1/28/2026, 8:05:57 PM
Last enriched: 2/5/2026, 8:55:44 AM
Last updated: 2/6/2026, 6:24:55 PM
Views: 30
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-2061: OS Command Injection in D-Link DIR-823X
MediumCVE-2026-25725: CWE-501: Trust Boundary Violation in anthropics claude-code
HighCVE-2026-25724: CWE-61: UNIX Symbolic Link (Symlink) Following in anthropics claude-code
LowCVE-2026-25723: CWE-20: Improper Input Validation in anthropics claude-code
HighCVE-2026-25722: CWE-20: Improper Input Validation in anthropics claude-code
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.