Vulnerability from drupal
Published
2018-04-25 17:37
Modified
2023-08-11 21:38
Summary
Details
This module enables you to monitor and manage any number of remote Drupal sites and aggregate useful information for administrators in a central dashboard.
The modules (DRD and DRD Agent) encrypt the data which is exchanged between them but in order to do so, they use the PHP serialize/unserialize functions instead of the json_encode/json_decode combination. As the unserialize function is called on unauthenticated content, this introduces a PHP object injection vulnerability.
Credits
David Snopek
www.drupal.org/user/266527
{
"affected": [
{
"database_specific": {
"affected_versions": "\u003c3.7.0"
},
"package": {
"ecosystem": "Packagist:https://packages.drupal.org/8",
"name": "drupal/drd_agent"
},
"ranges": [
{
"database_specific": {
"constraint": "\u003c3.7.0"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.0"
}
],
"type": "ECOSYSTEM"
}
],
"severity": []
}
],
"aliases": [],
"credits": [
{
"contact": [
"https://www.drupal.org/user/266527"
],
"name": "David Snopek"
}
],
"details": "This module enables you to monitor and manage any number of remote Drupal sites and aggregate useful information for administrators in a central dashboard.\n\nThe modules (DRD and DRD Agent) encrypt the data which is exchanged between them but in order to do so, they use the PHP serialize/unserialize functions instead of the json\\_encode/json\\_decode combination. As the unserialize function is called on unauthenticated content, this introduces a PHP object injection vulnerability.",
"id": "DRUPAL-CONTRIB-2018-022",
"modified": "2023-08-11T21:38:26.000Z",
"published": "2018-04-25T17:37:20.000Z",
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2018-022"
}
],
"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…