VYPR
Unrated severityNVD Advisory· Published May 26, 2026

CVE-2026-36239

CVE-2026-36239

Description

PbootCMS v.3.2.11 contains a code injection vulnerability in its site configuration functionality

AI Insight

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

Authenticated attackers can achieve remote code execution by injecting PHP code into the Footer Information field of PbootCMS v3.2.11 and earlier.

Vulnerability

PbootCMS v3.2.11 (and earlier versions up to 3.2.12) contains a code injection vulnerability in the site configuration functionality. The decode_string() function in /apps/home/controller/ParserController.php (line 261) applies stripcslashes() followed by htmlspecialchars_decode() to the input, which effectively reverses HTML entity encoding and escape sequences, allowing executable PHP code to be restored and directly echoed into the template output. The vulnerable code path is reachable when any frontend page uses the {pboot:sitecopyright} template tag [1], [2].

Exploitation

An attacker must have authenticated administrative access to the PbootCMS backend (e.g., via credential reuse, session hijacking, or phishing). The attacker navigates to the site configuration page (/admin.php?p=/Site/mod), injects a malicious PHP payload into the “Footer Information” field—for example <?php file_put_contents('shell.php', '<?php echo "vuln"; ?>');?>, saves the configuration, triggers a template cache clearance (/admin.php?p=/Index/clearCache), and then visits any frontend page that includes {pboot:sitecopyright}. This sequence causes the injected payload to be executed server-side [2].

Impact

Successful exploitation allows arbitrary remote code execution in the server’s runtime context. The attacker can write files (e.g., a web shell) to the web root, leading to full system compromise. This represents a complete loss of confidentiality, integrity, and availability [2].

Mitigation

The vendor was notified; the issue is present in PbootCMS versions up to 3.2.12. As of the publication date of this CVE (2026-05-26), no official patched release has been confirmed. Users should restrict administrative access, apply the principle of least privilege, and monitor the official PbootCMS website for updates [1], [2]. If possible, disable the {pboot:sitecopyright} tag or apply input validation and sanitization on server-side before rendering.

AI Insight generated on May 26, 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

2

News mentions

0

No linked articles in our index yet.