VYPR
Low severityNVD Advisory· Published Apr 29, 2025· Updated Apr 29, 2025

Yeswiki Vulnerable to Authenticated Reflected Cross-site Scripting

CVE-2025-46350

Description

YesWiki is a wiki system written in PHP. Prior to version 4.5.4, an attacker can use a reflected cross-site scripting attack to steal cookies from an authenticated user by having them click on a malicious link. Stolen cookies allow the attacker to take over the user’s session. This vulnerability may also allow attackers to deface the website or embed malicious content. This issue has been patched in version 4.5.4.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
yeswiki/yeswikiPackagist
< 4.5.44.5.4

Affected products

1

Patches

1
e2603176a460

fix(deletepage): better url test

https://github.com/YesWiki/yeswikiFlorian SchmittApr 16, 2025via ghsa
1 file changed · +1 1
  • handlers/page/deletepage.php+1 1 modified
    @@ -11,7 +11,7 @@
     
     // get the GET parameter 'incomingurl' for the incoming url
     if (!empty($_REQUEST['incomingurl'])) {
    -    $incomingurl = urldecode($_GET['incomingurl']);
    +    $incomingurl = filter_var($_REQUEST['incomingurl'], FILTER_VALIDATE_URL);
     }
     $redirectToIncoming = false;
     $hasBeenDeleted = false;
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

4

News mentions

0

No linked articles in our index yet.