Tag
YesWiki Public Bazar API Unauthenticated SQL Injection (CVE-2026-52770)
1 rule 4 TTPsAn unauthenticated attacker can exploit CVE-2026-52770, an SQL injection vulnerability in YesWiki's public Bazar entry-listing APIs, by manipulating numeric `query` or `queries` GET parameters, to use the application as a boolean oracle for inferring sensitive database contents like user accounts and password hashes.
YesWiki Second-Order SQL Injection via Unescaped Page Tag in API Controller
1 rule 4 TTPsA critical second-order SQL injection vulnerability (GHSA-8f2v-2qhj-gfwg) in YesWiki versions up to 4.6.5 allows a low-privilege authenticated attacker to execute arbitrary SQL commands via an unescaped page tag in the `ApiController::deletePage()` API, leading to time-based blind data exfiltration.
YesWiki Unauthenticated SSRF via ActivityPub Signature.keyId (CVE-2026-52769)
1 rule 3 TTPs 1 IOCAn unauthenticated Server-Side Request Forgery (SSRF) vulnerability, tracked as CVE-2026-52769, exists in YesWiki's `POST /api/forms/{formId}/actor/inbox` route when ActivityPub is enabled, allowing attackers to force arbitrary outbound HTTP GET requests to internal or external hosts and potentially exfiltrate sensitive information via timing and error messages.
YesWiki Unauthenticated Arbitrary Page Deletion (CVE-2026-52766)
2 rules 2 TTPsYesWiki versions prior to 4.6.6 are vulnerable to unauthenticated arbitrary page deletion (CVE-2026-52766) via the `{{erasespamedcomments}}` wiki action, allowing any unauthenticated user to permanently delete arbitrary wiki pages, including critical ones, by sending a crafted POST request.
YesWiki Bazar Admin Server-Side Template Injection to RCE (CVE-2026-52762)
1 rule 3 TTPsAn authenticated administrator can exploit a Server-Side Template Injection (SSTI) vulnerability (CVE-2026-52762) in YesWiki Bazar's semantic templates to achieve Remote Code Execution (RCE) on the underlying server, allowing for full system compromise.
YesWiki Unauthenticated SQL Injection Vulnerability
2 rules 1 TTPYesWiki versions prior to 4.6.4 are vulnerable to an unauthenticated SQL injection in the Bazar form-import path (`FormManager::create()`), allowing an unauthenticated attacker to inject arbitrary SQL into an `INSERT` statement and read the full database, including `yeswiki_users.password` hashes (CVE-2026-46670).
YesWiki Authenticated SQL Injection Vulnerability
2 rules 1 TTP 2 IOCsYesWiki is vulnerable to authenticated SQL Injection via the id_fiche parameter in the EntryManager::formatDataBeforeSave() function, allowing attackers to inject arbitrary SQL commands and potentially extract sensitive data.