Skip to main content

fuyang_lipengjun platform CVE-2025-7934

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, has been found in fuyang_lipengjun platform up to ca9aceff6902feb7b0b6bf510842aea88430796a. This issue affects the function queryPage of the file platform-schedule/src/main/java/com/platform/controller/ScheduleJobController.java. The manipulation of the argument beanName leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable.

AnalysisAI

SQL injection in fuyang_lipengjun platform allows authenticated remote attackers to execute arbitrary SQL queries via the beanName parameter in the queryPage function of ScheduleJobController.java. The CVSS score of 2.1 reflects limited confidentiality and integrity impact with authentication required, though publicly available exploit code exists. EPSS score of 0.07% (percentile 22%) suggests low real-world exploitation probability despite public POC availability.

Technical ContextAI

The vulnerability exists in platform-schedule/src/main/java/com/platform/controller/ScheduleJobController.java, specifically in the queryPage function. The beanName parameter is processed without proper input validation or parameterized query usage, allowing attackers to inject arbitrary SQL commands. CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component, 'Injection') indicates the root cause is insufficient sanitization of user-supplied input before use in SQL query construction. The fuyang_lipengjun platform is a Java-based application (inferred from file paths) that does not use formal version numbering, instead using git commit identifiers.

RemediationAI

Apply the fix by updating the ScheduleJobController.java queryPage function to use parameterized queries (prepared statements) for all SQL operations involving the beanName parameter. The exact patched version is not available from vendor advisory; instead, commit ca9aceff6902feb7b0b6bf510842aea88430796a marks the last vulnerable state. Users should update to the latest commit after that point by pulling from the fuyang_lipengjun/platform repository on Gitee. As a temporary workaround pending patching, restrict access to the /platform-schedule/queryPage endpoint to trusted internal networks only, or disable the ScheduleJobController functionality entirely if not actively used. Both workarounds require redeployment or network policy changes with potential operational impact. Verify remediation by code review of queryPage to confirm use of parameterized queries and re-testing with the public POC.

Share

CVE-2025-7934 vulnerability details – vuln.today

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