CVE 9.1 CRITICAL

Froxlor has a PHP Code Injection via Unescaped Single Quotes in userdata.inc.php Generation (MysqlServer API)_CVE-2026-41229

9.1 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H

Description

Froxlor is open source server administration software. Prior to version 2.3.6, `PhpHelper::parseArrayToString()` writes string values into single-quoted PHP string literals without escaping single quotes. When an admin with `change_serversettings` permission adds or updates a MySQL server via the API, the `privileged_user` parameter (which has no input validation) is written unescaped into `lib/userdata.inc.php`. Since this file is `require`d on every request via `Database::getDB()`, an attacker can inject arbitrary PHP code that executes as the web server user on every subsequent page load. Version 2.3.6 contains a patch.

AI Analysis

PHP code injection vulnerability due to unescaped single quotes in userdata.inc.php generation via MysqlServer API

Basic Information

ID CVE-2026-41229
Source GitHub_M
Published Apr 23, 2026 at 03:44

Affected Product

Vendor froxlor
Product froxlor
Version < 2.3.6
Affected Versions froxlor froxlor < 2.3.6

CWE Classification

AI Assessment

AI Score 9.1 / 10
AI Severity Critical
Vendor Froxlor
Product Froxlor
Version < 2.3.6

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.