Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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 trigger requires no auth (AV:N/AC:L), but log-file read to recover credentials implies existing privilege (PR:L); impact is confidentiality-only and limited in scope (C:L/I:N/A:N).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was determined in Sanluan PublicCMS up to 6.202506.d. Affected is the function log_login of the file core/src/main/java/com/publiccms/controller/admin/LoginAdminController.java of the component Failed Login Handler. This manipulation of the argument errorPassword causes cleartext storage in a file or on disk. It is possible to initiate the attack remotely. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Cleartext credential storage in PublicCMS 6.202506.a through 6.202506.d exposes user-supplied passwords to any party with read access to the application's log files. The failed login handler (log_login in LoginAdminController.java) persists the raw errorPassword argument to disk without obfuscation, meaning that mistyped or probed passwords accumulate in plaintext logs indefinitely. No public exploit code exists and CISA has not listed this in KEV; EPSS sits at 0.01% (2nd percentile), confirming negligible observed exploitation activity at time of analysis.
Technical ContextAI
PublicCMS is a Java-based open-source content management system developed by Sanluan. The vulnerability resides in the admin login controller at core/src/main/java/com/publiccms/controller/admin/LoginAdminController.java, specifically in the log_login method that handles authentication failures. CWE-313 (Cleartext Storage in a File or on Disk) identifies the root cause: sensitive user-supplied input - the attempted password - is written directly to a persistent log or file without hashing, masking, or redaction. The CPE string cpe:2.3:a:sanluan:publiccms:*:*:*:*:*:*:*:* confirms all PublicCMS releases through version 6.202506.d are in scope. Because the login endpoint is network-accessible, any remote actor can trigger the log-write step, though recovery of logged credentials requires separate file-system access.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to responsible disclosure. As a primary compensating control, administrators should modify the PublicCMS logging configuration or patch LoginAdminController.java locally to redact or replace the errorPassword value (e.g., substitute a fixed placeholder such as [REDACTED]) before the log write call. A secondary control is to restrict filesystem read permissions on PublicCMS application log directories to the minimum required service account, preventing lateral access by low-privilege users; note this does not eliminate the stored data but limits who can read it. Organizations should audit existing log files for accumulated plaintext passwords and rotate credentials for any accounts that may have been probed. Reference https://vuldb.com/vuln/358490 for ongoing disclosure updates.
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-313 – Cleartext Storage in a File or on Disk
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24500