VYPR
Unrated severityNVD Advisory· Published Apr 3, 2023· Updated Feb 14, 2025

CVE-2022-38923

CVE-2022-38923

Description

BluePage CMS thru v3.9 processes an insufficiently sanitized HTTP Header allowing MySQL Injection in the 'User-Agent' field using a Time-based blind SLEEP payload.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

BluePage CMS through v3.9 suffers from a time-based blind SQL injection via unsanitized User-Agent HTTP header, allowing data extraction by an unauthenticated attacker.

Vulnerability

BluePage CMS through version 3.9 does not sanitize the User-Agent HTTP header before using it in a database query. This allows an attacker to inject malicious SQL code, specifically a time-based blind payload using the SLEEP function. The vulnerability exists in how the CMS processes HTTP headers.

Exploitation

An attacker can craft an HTTP request with a specially crafted User-Agent string containing SQL injection payloads, such as ' OR SLEEP(5)--. No authentication is required; the attacker only needs to send the request to the vulnerable CMS endpoint. The time-based blind technique allows the attacker to infer boolean responses based on server response delay.

Impact

Successful exploitation can lead to unauthorized retrieval of database contents, including sensitive information such as user credentials, session data, or other stored data. The attacker can extract data character by character using time delays.

Mitigation

As of the publication date, no official patch or mitigation has been released. The vendor, BluePage CMS, has not provided a fix for this vulnerability. Users are advised to monitor for updates and consider implementing input validation on the User-Agent header as a workaround. The affected versions are through v3.9.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.