CVE-2026-6983
Server-Side Request Forgery in Pagekit /admin System Update
Publication date: 2026-04-25
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pagekit | pagekit | to 1.0.18 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker with remote access can manipulate the server to send unauthorized requests to other systems. This can potentially lead to information disclosure, unauthorized internal network scanning, or interaction with internal services that are not normally accessible.
Can you explain this vulnerability to me?
This vulnerability exists in pagekit up to version 1.0.18 and involves the file /index.php/admin/system/update/download. It is caused by manipulation of the 'url' argument, which leads to server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external resources.
The vulnerability can be exploited remotely, and the exploit code is publicly available. The vendor was informed but did not respond.