Vulnerability Description
YesWiki is a wiki system written in PHP. Prior to version 4.6.1, YesWiki bazar module contains a SQL injection vulnerability in tools/bazar/services/EntryManager.php at line 704. The $data['id_fiche'] value (sourced from $_POST['id_fiche']) is concatenated directly into a raw SQL query without any sanitization or parameterization. This issue has been patched in version 4.6.1.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/YesWiki/yeswiki/releases/tag/v4.6.1
- https://github.com/YesWiki/yeswiki/security/advisories/GHSA-f58v-p6j9-24c2
- https://github.com/YesWiki/yeswiki/security/advisories/GHSA-f58v-p6j9-24c2
FAQ
What is CVE-2026-41143?
CVE-2026-41143 is a vulnerability with a CVSS score of 8.8 (HIGH). YesWiki is a wiki system written in PHP. Prior to version 4.6.1, YesWiki bazar module contains a SQL injection vulnerability in tools/bazar/services/EntryManager.php at line 704. The $data['id_fiche']...
How severe is CVE-2026-41143?
CVE-2026-41143 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41143?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.