Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/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
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability has been found in 1Panel-dev CordysCRM up to 1.6.2. This affects an unknown function of the file backend/framework/src/main/java/cn/cordys/config/RequestParamTrimConfig.java. The manipulation leads to cross site scripting. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used. Upgrading to version 1.7.0 mitigates this issue. The identifier of the patch is c87682afa8df79853299f75489c9d333f7bc5fce. It is suggested to upgrade the affected component.
AnalysisAI
Cross-site scripting in 1Panel-dev CordysCRM versions up to 1.6.2 allows a high-privileged authenticated attacker to inject unescaped HTML payloads through request parameters processed by the Jackson string deserializer in RequestParamTrimConfig.java. The root cause is a global XSS escape toggle (xss.escape.all.enabled) that was disabled by default, meaning all incoming string parameters were returned without HTML sanitization. Publicly available exploit code exists (CVSS E:P, confirmed by VulDB disclosure), though the vulnerability has not been listed in CISA KEV and real-world impact is constrained by the high privilege requirement and passive user interaction dependency.
Technical ContextAI
The vulnerability resides in CordysCRM's Spring Boot backend, specifically in backend/framework/src/main/java/cn/cordys/config/RequestParamTrimConfig.java. This configuration class registers a custom Jackson StdScalarDeserializer for String types, applied globally to all JSON request parameter deserialization. The flaw (CWE-79: Improper Neutralization of Input During Web Page Generation) stems from a configuration property xss.escape.all.enabled defaulting to false, which caused the deserializer to return trimmed-but-unescaped strings - allowing characters such as <, >, ", and & to pass through unmodified into application output. The commit diff confirms the fix replaced this blunt global toggle with a URL-allowlist mechanism using Spring's AntPathMatcher: the new xss.protection.url.list property accepts comma-separated Ant-style path patterns (e.g., /account/follow/**, /announcement/add), and HTML escaping via HtmlUtils.htmlEscape() is applied only when the current request URI matches a configured pattern. The affected product is a Java CRM application maintained by the 1Panel-dev organization on GitHub.
RemediationAI
Upgrade to CordysCRM version 1.7.0, which is the vendor-released patch for this issue. The fix is delivered via commit c87682afa8df79853299f75489c9d333f7bc5fce (https://github.com/1Panel-dev/CordysCRM/commit/c87682afa8df79853299f75489c9d333f7bc5fce) and the release is tagged at https://github.com/1Panel-dev/CordysCRM/releases/tag/v1.7.0. If immediate upgrade is not feasible, a compensating control is to set xss.escape.all.enabled=true in the application's commons.properties or cordys-crm.properties configuration to enable the legacy global HTML escaping path - note that the original configuration comments warn this may break display of legitimate content containing HTML characters such as <, >, and &, so verify rendering of rich-text fields before deploying this workaround. Alternatively, restricting access to CordysCRM to a minimal set of fully trusted high-privilege accounts reduces the attacker pool, since PR:H is a hard prerequisite for exploitation.
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-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33853
GHSA-vj33-v6j8-4qw8