CVE-2023-5352
06.11.2023, 21:15
The Awesome Support WordPress plugin before 6.1.5 does not correctly authorize the wpas_edit_reply function, allowing users to edit posts for which they do not have permission.Enginsight
Vendor | Product | Version |
---|---|---|
getawesomesupport | awesome_support | 𝑥 < 6.1.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
- CWE-683 - Function Call With Incorrect Order of ArgumentsThe software calls a function, procedure, or routine, but the caller specifies the arguments in an incorrect order, leading to resultant weaknesses.