CVE-2026-1060
Unknown Unknown - Not Provided
Sensitive Information Exposure in WP Adminify Plugin REST API

Publication date: 2026-01-28

Last updated on: 2026-01-28

Assigner: Wordfence

Description
The WP Adminify plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.0.7.7 via the /wp-json/adminify/v1/get-addons-list REST API endpoint. The endpoint is registered with permission_callback set to __return_true, allowing unauthenticated attackers to retrieve the complete list of available addons, their installation status, version numbers, and download URLs.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-28
Last Modified
2026-01-28
Generated
2026-05-07
AI Q&A
2026-01-29
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wp_adminify wp_adminify to 4.0.7.7 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The WP Adminify plugin for WordPress has a vulnerability in versions up to 4.0.7.7 where an unauthenticated attacker can access the /wp-json/adminify/v1/get-addons-list REST API endpoint. This endpoint is improperly secured with a permission callback that always returns true, allowing anyone to retrieve sensitive information such as the complete list of available addons, their installation status, version numbers, and download URLs.


How can this vulnerability impact me? :

This vulnerability can expose sensitive information about the WordPress site's addons, including which addons are installed, their versions, and download URLs. This information could be used by attackers to identify potential weaknesses or outdated components to target for further attacks, increasing the risk of exploitation.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

You can detect this vulnerability by sending an unauthenticated HTTP GET request to the /wp-json/adminify/v1/get-addons-list REST API endpoint on your WordPress site. For example, use the command: curl -X GET http://your-wordpress-site.com/wp-json/adminify/v1/get-addons-list and check if it returns a list of addons with their installation status, version numbers, and download URLs without requiring authentication.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include updating the WP Adminify plugin to a version later than 4.0.7.7 where the vulnerability is fixed. If an update is not available, restrict access to the /wp-json/adminify/v1/get-addons-list endpoint by implementing authentication or firewall rules to block unauthenticated requests to this endpoint.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart