What the vulnerability does
01Description
Unauth. Race Condition vulnerability in WP ULike Plugin <= 4.6.4 on WordPress allows attackers to increase/decrease rating scores.
CVSS base score
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
What the vulnerability does
Unauth. Race Condition vulnerability in WP ULike Plugin <= 4.6.4 on WordPress allows attackers to increase/decrease rating scores.
Explanation of Vulnerability in Simple Terms
WP ULike versions 4.6.4 and earlier contain a time-of-check-time-of-use (TOCTOU) vulnerability that allows an attacker to modify data integrity without authentication. The vulnerability stems from a race condition in how the plugin handles concurrent requests. An attacker can exploit this over the network without requiring user interaction or special privileges.
What an attacker can do
Modify plugin data or settings by exploiting a race condition between validation and execution.
Potential impact on your site
Site data or plugin functionality could be altered by an unauthenticated attacker, potentially affecting site behavior or user experience.
Conditions required to exploit
Network access to the WordPress site; no authentication or user interaction required.
Key dates
External resources
Related vulnerabilities