CyberRota Analysis
AI-GeneratedYesWiki versions prior to 4.6.6 are vulnerable to unauthenticated SQL injection through their public Bazar entry-listing APIs, allowing attackers to manipulate numeric query filters. This vulnerability enables an attacker to execute boolean SQL expressions, potentially revealing sensitive database information based on the presence or absence of returned entries. Organizations using affected versions of YesWiki should prioritize patching to mitigate the risk of data exposure.
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’s public Bazar entry-listing APIs are vulnerable to unauthenticated SQL injection in numeric query / queries filters. For Bazar fields whose value structure is numeric, YesWiki escapes the attacker-controlled filter value but inserts it into SQL without quotes or numeric validation. An unauthenticated attacker can inject boolean SQL expressions and infer database contents from whether entries are returned. This issue has been patched in version 4.6.6.