CVE-2023-7333
SQL Injection in bluelabsio Records-Mover Table Object Handler
Publication date: 2026-01-07
Last updated on: 2026-02-23
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| bluelabsio | records-mover | to 1.5.4 (inc) |
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. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection weakness in the Table Object Handler component of bluelabsio records-mover versions up to 1.5.4. It allows an attacker with local access to manipulate the system by injecting malicious SQL code. Upgrading to version 1.6.0 fixes this issue.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access or manipulation of the database, potentially compromising data confidentiality, integrity, and availability. Since it requires local access, an attacker with such access could exploit it to alter or retrieve sensitive information.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the affected bluelabsio records-mover component to version 1.6.0, as this version fixes the SQL injection vulnerability.