Skip to main content

fuyang_lipengjun platform CVE-2025-7935

LOW
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') (CWE-74)
2025-07-21 cna@vuldb.com
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

1
Analysis Generated
Apr 29, 2026 - 01:46 vuln.today

DescriptionCVE.org

A vulnerability, which was classified as critical, was found in fuyang_lipengjun platform up to ca9aceff6902feb7b0b6bf510842aea88430796a. Affected is the function SysLogController of the file platform-admin/src/main/java/com/platform/controller/SysLogController.java. The manipulation of the argument key leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available.

AnalysisAI

SQL injection in the SysLogController of fuyang_lipengjun platform allows authenticated remote attackers to execute arbitrary SQL queries via the key parameter, with publicly available exploit code disclosed. Despite a critical classification, the CVSS 4.0 score of 2.1 and low EPSS percentile (22%) indicate limited real-world impact due to requirement for prior authentication and low confidentiality/integrity scope; however, the public exploit and authenticated network access vector warrant monitoring.

Technical ContextAI

The vulnerability exists in the SysLogController class (platform-admin/src/main/java/com/platform/controller/SysLogController.java) of the fuyang_lipengjun platform, a Java-based administrative platform. The flaw is rooted in CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), specifically SQL injection through insufficient input validation on the key parameter. The affected CPE (cpe:2.3:a:fuyang_lipengjun:platform:*:*:*:*:*:*:*:*) indicates all versions are potentially affected. The platform uses rolling releases with continuous delivery, meaning version tracking is impractical and patches are deployed as commits rather than numbered releases.

RemediationAI

Upgrade to a patched commit after ca9aceff6902feb7b0b6bf510842aea88430796a by pulling the latest changes from the official Gitee repository (https://gitee.com/fuyang_lipengjun/platform). Monitor the issue tracker (https://gitee.com/fuyang_lipengjun/platform/issues/ICLIKX) for confirmation of fix commits. As an interim compensating control, restrict network access to the SysLogController endpoints (typically /api/syslog or /admin/syslog) using a reverse proxy or firewall to allow only trusted administrative IP addresses-note this reduces visibility into logs from remote locations. Additionally, implement parameterized SQL queries or prepared statements in the SysLogController to neutralize the injection vector; a code review of the key parameter handling is recommended before deployment.

Share

CVE-2025-7935 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy