Submit #887154: pagekit v1.0.18 Server-Side Request Forgeryinfo

Titlepagekit v1.0.18 Server-Side Request Forgery
Description## Overview PageKit CMS v1.0.18 has an SSRF vulnerability in `UpdateController::downloadAction()`. The `$url` parameter is passed to `fopen()` without any filtering, so an authenticated admin can make the server request arbitrary internal URLs. ## Root Cause File: `app/installer/src/Controller/UpdateController.php` Line 32-42 ```php public function downloadAction($url) { $file = tempnam(App::get('path.temp'), 'update_'); App::session()->set('system.update', $file); if (!file_put_contents($file, @fopen($url, 'r'))) { App::abort(500, 'Download failed or path not writable.'); } return []; } ``` ## Fix No patch available. Mitigations: - Stop using PageKit (it's dead) - Block `/admin/system/update/download` at WAF level - Network-segment the web server away from sensitive internal services
Source⚠️ https://github.com/d0ctorsec/CVE-Reports/tree/main/CVE-Pagekit%E2%80%94v1.0.18-SSRF
User
 dactar (UID 73087)
Submission07/12/2026 19:17 (2 months ago)
Moderation09/02/2026 21:35 (2 months later)
StatusDuplicate
VulDB entry238216 [Pagekit 1.0.18 UpdateController.php thedownloadAction/updateAction privilege escalation]
Points0

Interested in the pricing of exploits?

See the underground prices here!