Vulnerability from drupal
Published
2025-12-03 18:49
Modified
2025-12-03 18:49
Summary
Details
This module enables integration between Next.js and Drupal for headless CMS functionality.
When installed, the module automatically enables cross-origin resource sharing (CORS) with insecure default settings (Access-Control-Allow-Origin: *), overriding any services.yml CORS configuration. This allows any origin to make cross-origin requests to the site without administrator knowledge or consent.
This vulnerability affects all installations as there are no configuration options to disable this behavior.
Credits
Mike Decker (pookmish)
www.drupal.org/u/pookmish
{
"affected": [
{
"database_specific": {
"affected_versions": "\u003c1.6.4 || \u003e=2.0.0 \u003c2.0.1"
},
"package": {
"ecosystem": "Packagist:https://packages.drupal.org/8",
"name": "drupal/next"
},
"ranges": [
{
"database_specific": {
"constraint": "\u003c1.6.4"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.4"
}
],
"type": "ECOSYSTEM"
},
{
"database_specific": {
"constraint": "\u003e=2.0.0 \u003c2.0.1"
},
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "2.0.1"
}
],
"type": "ECOSYSTEM"
}
],
"severity": []
}
],
"aliases": [
"CVE-2025-13984"
],
"credits": [
{
"contact": [
"https://www.drupal.org/u/pookmish"
],
"name": "Mike Decker (pookmish)"
}
],
"details": "This module enables integration between Next.js and Drupal for headless CMS functionality.\n\nWhen installed, the module automatically enables cross-origin resource sharing (CORS) with insecure default settings (`Access-Control-Allow-Origin: *`), overriding any `services.yml` CORS configuration. This allows any origin to make cross-origin requests to the site without administrator knowledge or consent.\n\nThis vulnerability affects all installations as there are no configuration options to disable this behavior.",
"id": "DRUPAL-CONTRIB-2025-122",
"modified": "2025-12-03T18:49:18.000Z",
"published": "2025-12-03T18:49:18.000Z",
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2025-122"
}
],
"schema_version": "1.7.0"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…