A weakness has been identified in ThingsBoard up to 4.3.1.1. Affected by this vulnerability is the function getGatewayDockerComposeFile of the file /api/v1/provision of the component YAML Handler. This manipulation causes code injection. It is possible to initiate the attack remotely. The attack's complexity is rated as high. The exploitation appears to be difficult. The project was informed of the problem early through a pull request but has not reacted yet.
CVE-2026-9568 is a reported code injection flaw in ThingsBoard's YAML provisioning path. A remote attacker may be able to abuse gateway Docker Compose generation, but the public record rates exploitation as difficult and high complexity. No source in the bundle confirms active exploitation or an official vendor fix.
Executive priority
Handle as a moderate-priority exposure review, not an emergency patch event based on current evidence. Internet-exposed ThingsBoard instances deserve faster attention because the flaw is remote and involves code injection, even though exploitation is described as difficult and unconfirmed.
Technical view
The reported issue affects getGatewayDockerComposeFile in the /api/v1/provision YAML Handler. It is classified as CWE-74 and CWE-94, with CVSS v2 5.1, network access, no authentication, high complexity, and partial confidentiality, integrity, and availability impact. Source data indicates unresolved vendor response.
Likely exposure
Organizations running ThingsBoard 4.3.1.0 or 4.3.1.1 should prioritize review. Some advisory text claims a wider Community Edition range through 4.3.1.1, but the structured affected list only names 4.3.1.0 and 4.3.1.1, so version scoping needs verification.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. VulDB describes the attack as remotely initiable but difficult, with high complexity. Treat public internet exposure of the provisioning API as higher risk until vendor guidance clarifies exploitability and remediation.
Researcher notes
Evidence is incomplete. The bundle reports no KEV status, no confirmed exploitation, and no official vendor release. The pull request is tagged as patch-related, but the description says the project had not reacted yet. Affected-version statements are not fully consistent across source fields.
Mitigation direction
Inventory ThingsBoard deployments and confirm exact versions.
Check ThingsBoard vendor guidance and the linked pull request for remediation status.
Limit internet exposure to ThingsBoard provisioning endpoints where operationally possible.
Apply least-privilege network controls around administrative and provisioning interfaces.
Increase monitoring for unusual YAML provisioning or gateway configuration activity.
Validation and detection
Confirm whether any deployment runs ThingsBoard 4.3.1.0 or 4.3.1.1.
Review whether /api/v1/provision is reachable from untrusted networks.
Check logs for unexpected provisioning requests or gateway Docker Compose generation activity.
Track the CVE, VulDB entry, and ThingsBoard pull request for changes.
Avoid exploit-based validation unless authorized and vendor-safe guidance exists.
Based on public source material and reviewed before publication.
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.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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.
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.
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.
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.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.