CVE-2019-25438
SQL Injection in LabCollector 5.423 Allows Data Extraction
Publication date: 2026-02-20
Last updated on: 2026-03-02
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| agilebio | labcollector | 5.423 |
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?
LabCollector version 5.423 contains multiple SQL injection vulnerabilities. These vulnerabilities allow attackers who are not authenticated to execute arbitrary SQL commands by injecting malicious code through specific POST parameters.
Specifically, attackers can submit crafted SQL payloads in the login parameter of the login.php page or the user_name parameter of the retrieve_password.php page. This enables them to extract sensitive information from the database without needing to log in.
How can this vulnerability impact me? :
This vulnerability can have serious impacts as it allows unauthenticated attackers to extract sensitive database information. This could lead to unauthorized access to confidential data, potential data breaches, and compromise of the system's integrity.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know