CyberRota Analysis
AI-GeneratedYesWiki versions prior to 4.6.6 are vulnerable to a SQL injection flaw in the ReactionManager::deleteUserReaction() function, allowing authenticated users to execute arbitrary SQL commands through the {idreaction} and {id} URL parameters. The lack of proper escaping or parameterization in the SQL LIKE clause can lead to unauthorized data manipulation or exposure. Organizations using affected versions should prioritize updating to version 4.6.6 or later to mitigate this high-severity vulnerability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
YesWiki is a wiki system written in PHP. Prior to version 4.6.6, YesWiki through the latest development branch contains a SQL injection vulnerability in ReactionManager::deleteUserReaction() that allows any authenticated user to inject arbitrary SQL via the {idreaction} and {id} URL path parameters. The parameters are concatenated directly into a SQL LIKE clause without escaping or parameterization. This issue has been patched in version 4.6.6.