Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was found in chaitak-gorai Blogbook up to 92f5cf90f8a7e6566b576fe0952e14e1c6736513. It has been classified as critical. Affected is an unknown function of the file /user.php of the component GET Parameter Handler. The manipulation of the argument u_id leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Critical SQL injection vulnerability in the Blogbook application affecting the /user.php file's GET parameter handler, specifically the 'u_id' parameter. An unauthenticated remote attacker can exploit this to execute arbitrary SQL queries, potentially leading to data exfiltration, modification, or deletion. The vulnerability has been publicly disclosed with exploitation details available, and the vendor has not responded to early disclosure attempts, leaving users without an official patch.
Technical ContextAI
The vulnerability exists in chaitak-gorai/Blogbook, an open-source blogging platform using a rolling release model. The flaw is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component, aka 'Injection'), specifically manifesting as SQL injection. The /user.php file's GET parameter handler fails to properly sanitize or parameterize the 'u_id' input before incorporating it into SQL queries. This is a classic input validation failure where user-controlled data reaches the database query engine without adequate escaping or prepared statement usage. The rolling release model means no fixed version numbers exist, and vulnerable code persists in the git repository at commit 92f5cf90f8a7e6566b576fe0952e14e1c6736513 or earlier.
RemediationAI
Immediate Actions: (1) Upgrade/patch: Since vendor has not responded and rolling releases complicate versioning, users must check the repository for commits after 92f5cf90f8a7e6566b576fe0952e14e1c6736513 that address SQL injection in /user.php. Review git log for security-related fixes. (2) Workaround (if patched version unavailable): Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in the 'u_id' parameter (e.g., blocking single quotes, UNION keywords, comment sequences unless properly escaped). (3) Code-level mitigation: If source code access exists, immediately apply parameterized queries/prepared statements to the /user.php file's user ID handling, replacing any string concatenation in SQL queries with parameter binding. (4) Access control: Restrict /user.php access via network segmentation or IP whitelisting pending code fix. (5) Monitoring: Enable SQL error logging and alerting to detect exploitation attempts. Vendor contact: Contact chaitak-gorai on GitHub to request security fix priority and coordinated release; if unresponsive, consider forking with patched version or migrating to alternative blogging platforms with active security maintenance.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-16571