# CVE-2024-12542 linkID <= 0.1.2 - Missing Authorization to Unauthenticated Sensitive Information Exposure # Description The linkID plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check when including the 'phpinfo' function in all versions up to, and including, 0.1.2. This makes it possible for unauthenticated attackers to read configuration settings and predefined variables on the site's server. The plugin does not need to be activated for the vulnerability to be exploited. ## Details - **Type**: plugin - **Slug**: linkid - **Affected Version**: 0.1.2 - **CVSS Score**: 8.6 - **CVSS Rating**: High - **CVSS Vector**: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N - **CVE**: CVE-2024-12542 - **Status**: Closed POC --- phpinfo.... ``` /wp-content/plugins/linkid/lib/linkid/linkid-sdk-php/util/index.php ```