VYPR

Yeswiki

by Yeswiki

Source repositories

CVEs (31)

  • CVE-2018-13045CriJan 2, 2019
    risk 0.67cvss 9.8epss 0.03

    SQL injection vulnerability in the "Bazar" page in Yeswiki Cercopitheque 2018-06-19-1 and earlier allows attackers to execute arbitrary SQL commands via the "id" parameter.

  • CVE-2018-1000641CriAug 20, 2018
    risk 0.64cvss 9.8epss 0.02

    YesWiki version <= cercopitheque beta 1 contains a PHP Object Injection vulnerability in Unserialising user entered parameter in i18n.inc.php that can result in execution of code, disclosure of information.

  • CVE-2025-46348CriApr 29, 2025
    risk 0.58cvss 10.0epss 0.01

    YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without…

  • CVE-2026-46670CriAug 11, 2026
    risk 0.57cvss 9.8epss 0.02

    YesWiki is a wiki system written in PHP. Prior to version 4.6.4, an unauthenticated SQL injection in the Bazar form-import path (`FormManager::create()`) allows any unauthenticated visitor of a default YesWiki install to inject arbitrary SQL into an `INSERT` statement and read…

  • CVE-2026-52778CriJun 8, 2026
    risk 0.57cvss 9.8epss 0.01

    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…

  • CVE-2025-46347CriApr 29, 2025
    risk 0.57cvss 9.8epss 0.01

    YesWiki is a wiki system written in PHP. Prior to version 4.5.4, YesWiki vulnerable to remote code execution. An arbitrary file write can be used to write a file with a PHP extension, which then can be browsed to in order to execute arbitrary code on the server, resulting in a…

  • CVE-2024-51478CriOct 31, 2024
    risk 0.57cvss 9.9epss 0.00

    YesWiki is a wiki system written in PHP. Prior to 4.4.5, the use of a weak cryptographic algorithm and a hard-coded salt to hash the password reset key allows it to be recovered and used to reset the password of any account. This issue is fixed in 4.4.5.

  • CVE-2026-52777criJul 9, 2026
    risk 0.52cvss epss

    ## Details ### Sink `tools/bazar/services/CSVManager.php` line 372-399: ``` public function importEntry(array $importedEntries, string $formId): ?array { if (!$this->importdone) { // ... foreach ($importedEntries as $entry) { $entry =…

  • CVE-2026-52766criJul 9, 2026
    risk 0.52cvss epss

    ### Summary The `{{erasespamedcomments}}` wiki action (`actions/EraseSpamedCommentsAction.php`) accepts a `suppr[]` array from `POST` and deletes every wiki page whose tag appears in that array, with no authorization check anywhere in the action body or in the page-deletion…

  • CVE-2025-31131HigApr 1, 2025
    risk 0.52cvss 8.6epss 0.05

    YesWiki is a wiki system written in PHP. The squelette parameter is vulnerable to path traversal attacks, enabling read access to arbitrary files on the server. This vulnerability is fixed in 4.5.2.

  • CVE-2025-46349HigApr 29, 2025
    risk 0.42cvss 7.6epss 0.01

    YesWiki is a wiki system written in PHP. Prior to version 4.5.4, YesWiki is vulnerable to reflected XSS in the file upload form. This vulnerability allows any malicious unauthenticated user to create a link that can be clicked on by the victim to perform arbitrary actions. This…

  • CVE-2025-24018HigJan 21, 2025
    risk 0.42cvss 7.6epss 0.00

    YesWiki is a wiki system written in PHP. In versions up to and including 4.4.5, it is possible for an authenticated user with rights to edit/create a page or comment to trigger a stored XSS which will be reflected on any page where the resource is loaded. The vulnerability makes…

  • CVE-2025-24017HigJan 21, 2025
    risk 0.42cvss 7.6epss 0.00

    YesWiki is a wiki system written in PHP. Versions up to and including 4.4.5 are vulnerable to any end-user crafting a DOM based XSS on all of YesWiki's pages which is triggered when a user clicks on a malicious link. The vulnerability makes use of the search by tag feature. When…

  • CVE-2021-43091HigMar 25, 2022
    risk 0.42cvss 7.5epss 0.01

    An SQL Injection vlnerability exits in Yeswiki doryphore 20211012 via the email parameter in the registration form.

  • CVE-2026-34598MedApr 2, 2026
    risk 0.40cvss 6.1epss 0.00

    YesWiki is a wiki system written in PHP. Prior to version 4.6.0, a stored and blind XSS vulnerability exists in the form title field. A malicious attacker can inject JavaScript without any authentication via a form title that is saved in the backend database. When any user…

  • CVE-2025-52277MedSep 9, 2025
    risk 0.40cvss 6.1epss 0.00

    Cross Site Scripting vulnerability in YesWiki v.4.54 allows a remote attacker to execute arbitrary code via a crafted payload to the meta configuration robots field

  • CVE-2025-24019HigJan 21, 2025
    risk 0.39cvss 7.1epss 0.01

    YesWiki is a wiki system written in PHP. In versions up to and including 4.4.5, it is possible for any authenticated user, through the use of the filemanager to delete any file owned by the user running the FastCGI Process Manager (FPM) on the host without any limitation on the…

  • CVE-2026-52775higJul 9, 2026
    risk 0.38cvss epss

    ## Summary YesWiki through the latest development branch contains a SQL injection vulnerability in `ReactionManager::deleteUserReaction()` that allows any authenticated user to inject arbitrary SQL via the `{idreaction}` and `{id}` URL path parameters. The parameters are…

  • CVE-2026-52771higJul 9, 2026
    risk 0.38cvss epss

    ## Summary `ApiController::deletePage()` interpolates a page tag retrieved from the database into a `DELETE FROM …_links WHERE to_tag = '$tag'` query without escaping. The page tag is attacker-controlled — the `POST /api/pages/{tag}` API accepts arbitrary URL-encoded values,…

  • CVE-2026-52770higJul 9, 2026
    risk 0.38cvss epss

    ### Summary 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…

Page 1 of 2