CVE-2025-34162
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-08-29
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| feijiu_medical_technology | bian_que_feijiu_intelligent_emergency_and_quality_control_system | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated SQL injection in the GetLyfsByParams endpoint of the Bian Que Feijiu Intelligent Emergency and Quality Control System. It occurs because the backend does not properly sanitize the user input in the strOpid parameter, allowing attackers to inject arbitrary SQL commands. This can lead to unauthorized access and manipulation of the database.
How can this vulnerability impact me? :
The vulnerability can lead to data exfiltration, allowing attackers to steal sensitive information. It can also enable authentication bypass, letting attackers gain unauthorized access. Depending on the backend configuration, it may even allow remote code execution, which could compromise the entire system.