Lucene search
+L

84 matches found

Positive Technologies
Positive Technologies
added 2026/07/09 12:00 a.m.39 views

PT-2026-57034

Name of the Vulnerable Software and Affected Versions YesWiki version 4.6.5 Description An issue exists in the Bazar widget handler where the id GET parameter is reflected into HTML attributes using only the strip tags function. Since strip tags does not escape double quotes, an unauthenticated...

6.1CVSS6.3AI score0.00039EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/08 6:24 p.m.83 views

CVE-2026-52778

YesWiki (PHP-based wiki) exposes a vulnerability in the Bazar form field calculator (CalcField.php) present before version 4.6.6. The code attempts to sanitize user-defined mathematical formulas using a complex recursive regex prior to passing them to PHP eval(), creating a surface for Regular Ex...

9.8CVSS6AI score0.00561EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/08 6:24 p.m.12 views

CVE-2026-52778 YesWiki has Unsafe eval() in Formula Calculator - Remote Code Execution (RCE) & Denial of Service (DoS)

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, an unsafe execution vulnerability exists in the Bazar form field calculator CalcField.php of YesWiki. The application attempts to sanitize user-defined mathematical formulas using a complex recursive regular expression before passin...

9.8CVSS6.3AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/06/08 12:00 a.m.21 views

YesWiki 代码注入漏洞

YesWiki is a wiki system built using PHP, developed by the French organization YesWiki. It is used for creating and managing websites in a collaborative manner. Versions of YesWiki prior to 4.6.6 had a code injection vulnerability; this vulnerability stemmed from an insecure execution flaw in the...

9.8CVSS5.9AI score0.00561EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/08 12:00 a.m.27 views

PT-2026-47441

Name of the Vulnerable Software and Affected Versions YesWiki versions prior to 4.6.6 Description An unsafe execution issue exists in the Bazar form field calculator CalcField.php. The application uses a complex recursive regular expression to sanitize user-defined mathematical formulas before th...

9.8CVSS5.9AI score0.00561EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2026/06/05 7:21 p.m.24 views

CVE-2026-41143

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS5.5AI score0.00342EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/05/30 8:38 a.m.6 views

SQL Injection

YesWiki is vulnerable to SQL Injection. The vulnerability is due to improper sanitization of user-supplied input in the Bazar form-import path FormManager::create, which allows an unauthenticated attacker to inject arbitrary SQL into an INSERT statement and read sensitive database contents,...

9.8CVSS5.7AI score0.01654EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/07 6:16 a.m.28 views

CVE-2026-41143

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS0.00342EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/07 5:08 a.m.12 views

CVE-2026-41143

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/07 5:08 a.m.50 views

CVE-2026-41143 YesWiki vulnerable to authenticated SQL Injection via id_fiche in EntryManager::formatDataBeforeSave()

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS0.00342EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/07 5:08 a.m.42 views

EUVD-2026-28312

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/07 5:08 a.m.33 views

CVE-2026-41143

YesWiki contains an authenticated SQL injection in the bazar module, via id_fiche in EntryManager::formatDataBeforeSave() (code path: tools/bazar/services/EntryManager.php:704). The vulnerable query concatenates $_POST['id_fiche'] into SQL without sanitization, e.g. selecting MIN(time) from pages...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/07 5:08 a.m.11 views

CVE-2026-41143 YesWiki vulnerable to authenticated SQL Injection via id_fiche in EntryManager::formatDataBeforeSave()

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'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/18 1:00 a.m.18 views

YesWiki vulnerable to authenticated SQL Injection via id_fiche in EntryManager::formatDataBeforeSave()

Vulnerability Details YesWiki bazar module contains a SQL injection vulnerability in tools/bazar/services/EntryManager.php at line 704. The $data'idfiche' value sourced from $POST'idfiche' is concatenated directly into a raw SQL query without any sanitization or parameterization. Vulnerable Code...

8.8CVSS5.9AI score0.00342EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/18 12:00 a.m.20 views

PT-2026-37109

Name of the Vulnerable Software and Affected Versions YesWiki versions prior to 4.6.1 Description The bazar module contains a SQL injection flaw in the tools/bazar/services/EntryManager.php file. The issue occurs because the id fiche value, sourced from the $ POST'id fiche' variable, is...

8.8CVSS6.1AI score0.00342EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2018-4995

Malware in sbrugna...

9.8CVSS9.4AI score0.03213EPSS
SaveExploits5References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-37887

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.01033EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-52362

Malicious code in bioql PyPI...

4.8CVSS5.2AI score0.00798EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2025/05/22 11:01 p.m.11 views

CVE-2022-34989

Fruits Bazar v1.0 was discovered to contain a SQL injection vulnerability via the recoveremail parameter at userpasswordrecover.php...

9.8CVSS8.3AI score0.01033EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:01 p.m.10 views

CVE-2022-30478

Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 is vulnerable to SQL Injection in \searchproduct.php via the keyword parameters...

9.8CVSS8.1AI score0.01558EPSS
SaveExploits1References1
Rows per page
Query Builder