CVE Catalog

CVE-2026-41143

High
Published: Translated: NVD NIST

Summary

YesWiki is a wiki system written in PHP that prior to version 4.6.1 contained a SQL injection vulnerability in the bazar module. The $data['id_fiche'] value is directly concatenated into a raw SQL query without any sanitization.

Risk Assessment

Exploitation of this vulnerability could lead to unauthorized access to the database and exposure of sensitive information. Organizations should be aware of the risks associated with outdated software versions.

Recommendation

It is recommended to update YesWiki to version 4.6.1 or later to mitigate this vulnerability. Additionally, conducting a security audit of the application to identify other potential threats is advisable.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS