Cyber Resilience

CVE-2026-3292

MediumPublic PoC

Published: 27 February 2026

Published
27 February 2026
Modified
27 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0044 35.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3292 is a medium-severity Injection (CWE-74) vulnerability in Jizhicms Jizhicms. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-3292, published on 2026-02-27, is a SQL injection vulnerability in jizhiCMS versions up to 2.5.6. The flaw affects the findAll function in the frphp/lib/Model.php library of the Batch Interface component, where manipulation of the data argument enables injection. It is classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).

The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), allowing remote exploitation by low-privileged users with low attack complexity and no user interaction required. Attackers can inject malicious SQL via the data argument in the Batch Interface, potentially leading to limited impacts on confidentiality (e.g., data exposure), integrity (e.g., data modification), and availability (e.g., denial of service).

Advisories from VulDB and a public GitHub Gist reference disclose the exploit details, including proof-of-concept code. No patches or vendor response are available despite early notification, leaving affected systems reliant on custom mitigations like input sanitization or disabling the vulnerable component.

The exploit has been publicly disclosed and may be used, heightening risk for unpatched jizhiCMS deployments.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security vulnerability has been detected in jizhiCMS up to 2.5.6. Affected is the function findAll in the library frphp/lib/Model.php of the component Batch Interface. The manipulation of the argument data leads to sql injection. The attack is possible to…

more

be carried out remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote SQL injection in a web-based CMS Batch Interface (publicly exploitable with no auth bypass needed) directly maps to exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-70397Same product: Jizhicms Jizhicms
CVE-2025-50229Same product: Jizhicms Jizhicms
CVE-2025-50228Same product: Jizhicms Jizhicms
CVE-2020-37117Same product: Jizhicms Jizhicms
CVE-2025-25784Same product: Jizhicms Jizhicms
CVE-2025-25785Same product: Jizhicms Jizhicms
CVE-2026-2116Shared CWE-74, CWE-89
CVE-2025-15436Shared CWE-74, CWE-89
CVE-2026-6148Shared CWE-74, CWE-89
CVE-2026-3792Shared CWE-74, CWE-89

Affected Assets

jizhicms
jizhicms
≤ 2.5.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of the data argument passed to findAll in the Batch Interface, directly blocking the SQL injection payload.

prevent

Mandates prompt remediation of the known flaw in frphp/lib/Model.php once a patch or custom fix becomes available.

detect

Enables monitoring of database queries and anomalous input patterns originating from the vulnerable Batch Interface endpoint.

References