CVE-2016-3163:
Drupal Brute force amplification attacks via XML-RPC
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.73996%
CWE
-
Published
5/17/2022
Updated
5/3/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
drupal/core | composer | >= 7.0, < 7.43 | 7.43 |
drupal/core | composer | >= 6.0, < 6.38 | 6.38 |
drupal/drupal | composer | >= 7.0, < 7.43 | 7.43 |
drupal/drupal | composer | >= 6.0, < 6.38 | 6.38 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability specifically affects Drupal 6's Blog API module implementation of XML-RPC methods. The security advisory explicitly states Drupal 6 core was vulnerable via blogapi module methods. The blogapi_blogger_get_user_info is a known authentication method handler that lacked flood control. The core xmlrpc system's ability to process multiple simultaneous calls to the same method (via hook_xmlrpc implementations) created the amplification vector. While exact code isn't shown, Drupal's architecture requires XML-RPC methods to be registered via hook_xmlrpc, and the blogapi module was specifically called out as vulnerable in the CVE description.