Drupal 7.x Services module...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

Upon auditing Drupal's Services module, the Ambionics team came accross an insecure use of `unserialize()`. The exploitation of the vulnerability allowed for privilege escalation, SQL injection and, finally, remote code execution. # Services module # Services is a "`standardized solution for building API's so that external clients can communicate with Drupal`". Basically, it allows anybody to build SOAP, REST, or XMLRPC endpoints to send and fetch information in several output formats. It is currently the 150th most used plugin of Drupal, with around 45.000 active websites. Services allows you to create different endpoints with different resources, allowing you to interact with your website and its content in an API-oriented way. For instance, you can enable the /user/login resource to login via JSON or XML. POST /drupal-7.54/my_rest_endpoint/user/login HTTP/1.1 Host: vmweb.lan Accept: application/json Content-Type: application/json Content-Length: 45 Connection: close {"username":...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息