Vulnerability from drupal
Published
2024-05-29 16:58
Modified
2025-02-20 19:13
Summary
Details
The Migrate queue importer module enables you to create cron migrations(configuration entities) with a reference towards migration entities in order to import them during cron runs.
The module doesn't sufficiently protect against Cross Site Request Forgery
under specific scenarios allowing an attacker to enable/disable a cron migration.
This vulnerability is mitigated by the fact that an attacker must know the
id of the migration.
Credits
Pierre Rudloff
www.drupal.org/user/3611858
{
"affected": [
{
"database_specific": {
"affected_versions": "\u003c2.1.1"
},
"package": {
"ecosystem": "Packagist:https://packages.drupal.org/8",
"name": "drupal/migrate_queue_importer"
},
"ranges": [
{
"database_specific": {
"constraint": "\u003c2.1.1"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.1"
}
],
"type": "ECOSYSTEM"
}
],
"severity": []
}
],
"aliases": [
"CVE-2024-13260"
],
"credits": [
{
"contact": [
"https://www.drupal.org/user/3611858"
],
"name": "Pierre Rudloff"
}
],
"details": "The Migrate queue importer module enables you to create cron migrations(configuration entities) with a reference towards migration entities in order to import them during cron runs.\n\nThe module doesn\u0027t sufficiently protect against Cross Site Request Forgery \nunder specific scenarios allowing an attacker to enable/disable a cron migration.\n\nThis vulnerability is mitigated by the fact that an attacker must know the \nid of the migration.",
"id": "DRUPAL-CONTRIB-2024-024",
"modified": "2025-02-20T19:13:35.000Z",
"published": "2024-05-29T16:58:59.000Z",
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2024-024"
}
],
"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…