CVE-2026-9178
Last modified
CVE-2026-9178 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The WP Forms Connector plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.8. The plugin registers the REST route wp/v3/user/list/<id> (callback userDetail()) with permission_callback set to '__return_true', and the function's home-grown authentication only verifies that the supplied 'Username' HTTP header maps to an administrator account and that a 'Password' HTTP header is non-empty. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
The WP Forms Connector plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.8. The plugin registers the REST route wp/v3/user/list/<id> (callback userDetail()) with permission_callback set to '__return_true', and the function's home-grown authentication only verifies that the supplied 'Username' HTTP header maps to an administrator account and that a 'Password' HTTP header is non-empty. It never validates the password with wp_check_password() (unlike the sibling delete_wc_user() function which does). This makes it possible for unauthenticated attackers to retrieve sensitive information for any registered user ID — including the WordPress password hash (user_pass) and email address — by sending a request with a valid administrator login name (commonly the default 'admin') and any arbitrary password value.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9178?
How severe is CVE-2026-9178?
How do I fix CVE-2026-9178?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-91774Yao through v1.0.0-rc22 authenticates but fails to authorize…4.3
- CVE-2026-91775LimeSurvey fails to safely encode attacker-controlled conten…7.4
- CVE-2026-91776TypeDeserializerBase._findDeserializer() in FasterXML jackso…7.5
- CVE-2026-91777Forward-reference completion for @JsonIdentityInfo object ID…7.5
- CVE-2026-91778In affected versions of Octopus Server, users with certain s…7.2
- CVE-2026-91779A security flaw has been discovered in GNU Binutils 2.47. Th…3.3
- CVE-2026-91780A weakness has been identified in GNU Binutils 2.47. This im…3.3
- CVE-2026-91781A security vulnerability has been detected in GNU Binutils 2…3.3
- CVE-2026-91782A vulnerability was detected in GNU Binutils 2.47. Affected …3.3
- CVE-2026-91786A flaw was found in GNOME Shell. When processing icons from …6.1
- CVE-2026-91788When implementing the JavaScript interface, Foxit PDF Editor…4.7
- CVE-2026-91789Foxit PDF Editor/Reader’s U3D/GIF texture decoding path cont…7.8
Are you affected by CVE-2026-9178?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
