Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/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
Network-accessible but requires low-privilege authentication for document submission; impact is availability-only resource exhaustion with no confidentiality or integrity effects.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was identified in Sanluan PublicCMS up to 6.202506.d. Affected by this vulnerability is the function ZipSecureFile.setMinflateRatio of the file common/src/main/java/com/publiccms/common/tools/DocToHtmlUtils.java. Such manipulation leads to resource consumption. It is possible to launch the attack remotely. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Uncontrolled resource consumption in Sanluan PublicCMS versions 6.202506.a through 6.202506.d enables low-privileged remote attackers to trigger denial-of-service conditions by manipulating the ZipSecureFile.setMinflateRatio function within the document-to-HTML conversion utility DocToHtmlUtils.java. The flaw (CWE-400) causes the server to exhaust resources when processing attacker-controlled input through the affected code path. No public exploit exists, EPSS sits at 0.03% (10th percentile), SSVC confirms no known exploitation and non-automatable attack profile - real-world priority is low for most deployments, though the vendor's non-response to disclosure leaves patch status unresolved.
Technical ContextAI
PublicCMS is an open-source Java-based content management system developed by Sanluan. The vulnerability is rooted in com/publiccms/common/tools/DocToHtmlUtils.java, specifically the ZipSecureFile.setMinflateRatio function - a component involved in document-to-HTML conversion. ZipSecureFile is a security wrapper class (associated with Apache POI and similar document-processing libraries) designed to mitigate Zip Bomb attacks by enforcing a minimum inflate ratio threshold. Improper handling or manipulation of this parameter allows an attacker to supply input that bypasses or subverts the resource guard, causing uncontrolled CPU or memory consumption during decompression or conversion processing. CWE-400 (Uncontrolled Resource Consumption) is the root-cause class: the application fails to limit the quantity of resources it allocates in response to attacker input. The CPE cpe:2.3:a:sanluan:publiccms:*:*:*:*:*:*:*:* covers all PublicCMS releases through 6.202506.d per ENISA EUVD-2026-24501.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to coordinated disclosure, leaving no official fix version confirmed. As an immediate compensating control, restrict access to document upload and conversion features to the minimum set of trusted, authenticated users, reducing the pool of accounts that can trigger the vulnerable ZipSecureFile.setMinflateRatio code path; note this does not eliminate risk from compromised or malicious insider accounts. Implement rate limiting on document submission and conversion endpoints to constrain the frequency of resource-exhaustion attempts; trade-off is potential friction for legitimate bulk document processing workflows. Enforce JVM-level resource caps (e.g., -Xmx heap limits, CPU throttling via container cgroups) to bound the blast radius if exploitation occurs; this may affect overall application throughput. Monitor VulDB (https://vuldb.com/vuln/358491) and NVD (https://nvd.nist.gov/vuln/detail/CVE-2026-6797) for patch availability. Organizations with strict availability requirements should evaluate patching the DocToHtmlUtils.java code directly by setting an explicit, bounded minimum inflate ratio in ZipSecureFile, or replacing the document conversion feature with a hardened alternative.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24501
GHSA-f82q-cjhg-c837