LiveActive security incident?Get immediate response
CVE Record

CVE-2023-7333: bluelabsio records-mover Table Object sql injection

A weakness has been identified in bluelabsio records-mover up to 1.5.4. The affected element is an unknown function of the component Table Object Handler. This manipulation causes sql injection. The attack needs to be launched locally. Upgrading to version 1.6.0 is sufficient to fix this issue. Patch name: 3f8383aa89f45d861ca081e3e9fd2cc9d0b5dfaa. You should upgrade the affected component.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-7333 is a SQL injection issue in bluelabsio records-mover, a data movement tool. The reported attack path is local and requires low privileges, limiting broad internet exposure. Successful abuse could affect confidentiality, integrity, and availability at a limited level. The stated fix is upgrading records-mover to version 1.6.0.

Executive priority

Treat as a scheduled remediation item, not an emergency, unless records-mover runs on shared systems with many local users. Upgrade during the next maintenance cycle and confirm where the tool is used in data workflows.

Technical view

The vulnerability affects records-mover up to 1.5.4 in the Table Object Handler, involving an unspecified function. It is classified as CWE-89/CWE-74 with CVSS 3.1 score 5.3: AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L. The public record names commit 3f8383aa89f45d861ca081e3e9fd2cc9d0b5dfaa and release v1.6.0 as the fix.

Likely exposure

Exposure is most likely on systems where records-mover is installed and usable by local, low-privileged users or automation accounts. The source says the attack must be launched locally, so internet-facing exposure is not indicated by the provided sources.

Exploitation context

No active exploitation is stated in the provided sources, and the CVE is not marked KEV. Abuse requires local access and privileges. The affected component handles table objects, so data pipeline hosts and environments with database movement workflows are the main review targets.

Researcher notes

The affected function is not identified in the CVE description. The affected-version data includes 1.6.0, while the narrative says 1.6.0 fixes the issue; treat 1.6.0 as fixed based on the patch and release references. Evidence is sufficient for remediation direction but limited for exploitability detail.

Mitigation direction

  • Upgrade bluelabsio records-mover to version 1.6.0 or later.
  • Prioritize hosts where local users or automation can run records-mover.
  • Review vendor release notes and patch commit before deployment.
  • Restrict local access to records-mover execution environments where feasible.

Validation and detection

  • Inventory installed records-mover versions across developer, ETL, and data hosts.
  • Confirm versions 1.5.4 or earlier are upgraded to 1.6.0.
  • Check dependency manifests and container images for records-mover usage.
  • Verify the patch commit is present if using source builds.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-89: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-7333 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2023-7333Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
bluelabsiorecords-mover1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.