CVE-2026-88756
Received Received - Intake

SQL Injection in Pagekit CMS

Vulnerability report for CVE-2026-88756, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: MITRE

Description

Pagekit CMS <= 1.0.18 allows an unauthenticated attacker to perform SQL injection through the credentials array submitted to the public login endpoint (POST /user/authenticate).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pagekit cms to 1.0.18 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in Pagekit CMS versions up to and including 1.0.18. An unauthenticated attacker can exploit it by submitting a specially crafted credentials array to the public login endpoint at POST /user/authenticate. This allows the attacker to manipulate database queries, potentially accessing or modifying sensitive data.

Detection Guidance

To detect this SQL injection vulnerability in Pagekit CMS <= 1.0.18, monitor login attempts to /user/authenticate endpoint for unusual input patterns in the credentials array. Check web server logs for POST requests containing SQL syntax like 'OR 1=1 or UNION SELECT. Use tools like SQLmap to test endpoints for injection flaws.

Impact Analysis

If you use Pagekit CMS <= 1.0.18, an attacker could exploit this to steal sensitive data like user credentials or personal information, alter database contents, or gain unauthorized access to your system. This could lead to data breaches, service disruption, or further attacks.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other regulations due to unauthorized data access or exposure. Organizations may face fines, legal penalties, or reputational damage if sensitive data is compromised through this flaw.

Mitigation Strategies

Immediately upgrade Pagekit CMS to the latest version beyond 1.0.18. If upgrading is not possible, implement input validation for the login endpoint to sanitize the credentials array. Temporarily disable the public login endpoint if not required. Monitor for suspicious login attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88756. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart