CVE-2026-63443 (GCVE-0-2026-63443)
Vulnerability from cvelistv5 – Published: 2026-09-15 16:44 – Updated: 2026-09-15 17:31
VLAI
EPSS
VEX
Title
Coder: Workspace agent API insecure redirect handling allowed cross-agent file read and write
Summary
Coder allows organizations to provision remote development environments via Terraform. Prior to 2.29.19, 2.32.9, 2.33.10, and 2.34.4, agentConn.apiClient() follows redirects while its custom transport accepts the host from the redirected request URL when the port is the workspace agent HTTP API port 4. An authenticated user who controls a modified workspace agent and knows another online agent's UUID can derive the victim's tailnet address and redirect control-plane requests to that agent. HTTP 301, 302, and 303 redirects can redirect read requests, while HTTP 307 and 308 preserve replayable write and process-start requests. The redirected workspace agent file APIs can read or write files as the victim workspace user, and affected versions exposing the workspace agent process API can execute commands after a redirected file write, crossing workspace and tenant boundaries. This issue is fixed in versions 2.29.19, 2.32.9, 2.33.10, and 2.34.4.
Severity
8.3 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-15 17:31 UTC
Assigner
References
15 references
| URL | Tags |
|---|---|
| https://github.com/coder/coder/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/coder/coder/pull/26600 | x_refsource_MISC |
| https://github.com/coder/coder/pull/26611 | x_refsource_MISC |
| https://github.com/coder/coder/pull/26612 | x_refsource_MISC |
| https://github.com/coder/coder/pull/26613 | x_refsource_MISC |
| https://github.com/coder/coder/pull/26622 | x_refsource_MISC |
| https://github.com/coder/coder/commit/2312b67bc52… | x_refsource_MISC |
| https://github.com/coder/coder/commit/812549d671d… | x_refsource_MISC |
| https://github.com/coder/coder/commit/ec3ba84c000… | x_refsource_MISC |
| https://github.com/coder/coder/commit/eeb2624549d… | x_refsource_MISC |
| https://github.com/coder/coder/commit/f8bdec5add4… | x_refsource_MISC |
| https://github.com/coder/coder/releases/tag/v2.29.19 | x_refsource_MISC |
| https://github.com/coder/coder/releases/tag/v2.32.9 | x_refsource_MISC |
| https://github.com/coder/coder/releases/tag/v2.33.10 | x_refsource_MISC |
| https://github.com/coder/coder/releases/tag/v2.34.4 | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-63443",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-15T17:31:25.407398Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-15T17:31:58.740Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "coder",
"vendor": "coder",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.27.0, \u003c 2.29.19"
},
{
"status": "affected",
"version": "\u003e= 2.30.0, \u003c 2.32.9"
},
{
"status": "affected",
"version": "\u003e= 2.33.0, \u003c 2.33.10"
},
{
"status": "affected",
"version": "\u003e= 2.34.0, \u003c 2.34.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Coder allows organizations to provision remote development environments via Terraform. Prior to 2.29.19, 2.32.9, 2.33.10, and 2.34.4, agentConn.apiClient() follows redirects while its custom transport accepts the host from the redirected request URL when the port is the workspace agent HTTP API port 4. An authenticated user who controls a modified workspace agent and knows another online agent\u0027s UUID can derive the victim\u0027s tailnet address and redirect control-plane requests to that agent. HTTP 301, 302, and 303 redirects can redirect read requests, while HTTP 307 and 308 preserve replayable write and process-start requests. The redirected workspace agent file APIs can read or write files as the victim workspace user, and affected versions exposing the workspace agent process API can execute commands after a redirected file write, crossing workspace and tenant boundaries. This issue is fixed in versions 2.29.19, 2.32.9, 2.33.10, and 2.34.4."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "CWE-863: Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-918",
"description": "CWE-918: Server-Side Request Forgery (SSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-15T16:44:23.048Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/coder/coder/security/advisories/GHSA-qrwj-vh9x-gw5v",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/coder/coder/security/advisories/GHSA-qrwj-vh9x-gw5v"
},
{
"name": "https://github.com/coder/coder/pull/26600",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/pull/26600"
},
{
"name": "https://github.com/coder/coder/pull/26611",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/pull/26611"
},
{
"name": "https://github.com/coder/coder/pull/26612",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/pull/26612"
},
{
"name": "https://github.com/coder/coder/pull/26613",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/pull/26613"
},
{
"name": "https://github.com/coder/coder/pull/26622",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/pull/26622"
},
{
"name": "https://github.com/coder/coder/commit/2312b67bc52c4e314c18c4b4be5dcf5500c94ad7",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/commit/2312b67bc52c4e314c18c4b4be5dcf5500c94ad7"
},
{
"name": "https://github.com/coder/coder/commit/812549d671d0f5a0b45adcee860d37b70aaddccd",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/commit/812549d671d0f5a0b45adcee860d37b70aaddccd"
},
{
"name": "https://github.com/coder/coder/commit/ec3ba84c0002f47dd979c073cde1ab345acbaea5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/commit/ec3ba84c0002f47dd979c073cde1ab345acbaea5"
},
{
"name": "https://github.com/coder/coder/commit/eeb2624549ddb85538e493af3e678fdb185a809f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/commit/eeb2624549ddb85538e493af3e678fdb185a809f"
},
{
"name": "https://github.com/coder/coder/commit/f8bdec5add4711650d5bfb6ff93d0cc9d7821c81",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/commit/f8bdec5add4711650d5bfb6ff93d0cc9d7821c81"
},
{
"name": "https://github.com/coder/coder/releases/tag/v2.29.19",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/releases/tag/v2.29.19"
},
{
"name": "https://github.com/coder/coder/releases/tag/v2.32.9",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/releases/tag/v2.32.9"
},
{
"name": "https://github.com/coder/coder/releases/tag/v2.33.10",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/releases/tag/v2.33.10"
},
{
"name": "https://github.com/coder/coder/releases/tag/v2.34.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/coder/coder/releases/tag/v2.34.4"
}
],
"source": {
"advisory": "GHSA-qrwj-vh9x-gw5v",
"discovery": "UNKNOWN"
},
"title": "Coder: Workspace agent API insecure redirect handling allowed cross-agent file read and write"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-63443",
"datePublished": "2026-09-15T16:44:23.048Z",
"dateReserved": "2026-07-16T19:35:57.767Z",
"dateUpdated": "2026-09-15T17:31:58.740Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-63443\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-09-15T17:17:23.567\",\"lastModified\":\"2026-09-15T18:17:29.010\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Coder allows organizations to provision remote development environments via Terraform. Prior to 2.29.19, 2.32.9, 2.33.10, and 2.34.4, agentConn.apiClient() follows redirects while its custom transport accepts the host from the redirected request URL when the port is the workspace agent HTTP API port 4. An authenticated user who controls a modified workspace agent and knows another online agent\u0027s UUID can derive the victim\u0027s tailnet address and redirect control-plane requests to that agent. HTTP 301, 302, and 303 redirects can redirect read requests, while HTTP 307 and 308 preserve replayable write and process-start requests. The redirected workspace agent file APIs can read or write files as the victim workspace user, and affected versions exposing the workspace agent process API can execute commands after a redirected file write, crossing workspace and tenant boundaries. This issue is fixed in versions 2.29.19, 2.32.9, 2.33.10, and 2.34.4.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"coder\",\"product\":\"coder\",\"versions\":[{\"version\":\"\u003e= 2.27.0, \u003c 2.29.19\",\"status\":\"affected\"},{\"version\":\"\u003e= 2.30.0, \u003c 2.32.9\",\"status\":\"affected\"},{\"version\":\"\u003e= 2.33.0, \u003c 2.33.10\",\"status\":\"affected\"},{\"version\":\"\u003e= 2.34.0, \u003c 2.34.4\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L\",\"baseScore\":8.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":5.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-09-15T17:31:25.407398Z\",\"id\":\"CVE-2026-63443\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-863\"},{\"lang\":\"en\",\"value\":\"CWE-918\"}]}],\"references\":[{\"url\":\"https://github.com/coder/coder/commit/2312b67bc52c4e314c18c4b4be5dcf5500c94ad7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/commit/812549d671d0f5a0b45adcee860d37b70aaddccd\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/commit/ec3ba84c0002f47dd979c073cde1ab345acbaea5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/commit/eeb2624549ddb85538e493af3e678fdb185a809f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/commit/f8bdec5add4711650d5bfb6ff93d0cc9d7821c81\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/pull/26600\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/pull/26611\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/pull/26612\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/pull/26613\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/pull/26622\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/releases/tag/v2.29.19\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/releases/tag/v2.32.9\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/releases/tag/v2.33.10\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/releases/tag/v2.34.4\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/coder/coder/security/advisories/GHSA-qrwj-vh9x-gw5v\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Coder: Workspace agent API insecure redirect handling allowed cross-agent file read and write\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-863\", \"lang\": \"en\", \"description\": \"CWE-863: Incorrect Authorization\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-918\", \"lang\": \"en\", \"description\": \"CWE-918: Server-Side Request Forgery (SSRF)\", \"type\": \"CWE\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"LOW\", \"baseScore\": 8.3, \"baseSeverity\": \"HIGH\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L\", \"version\": \"3.1\"}}], \"references\": [{\"name\": \"https://github.com/coder/coder/security/advisories/GHSA-qrwj-vh9x-gw5v\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/coder/coder/security/advisories/GHSA-qrwj-vh9x-gw5v\"}, {\"name\": \"https://github.com/coder/coder/pull/26600\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/pull/26600\"}, {\"name\": \"https://github.com/coder/coder/pull/26611\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/pull/26611\"}, {\"name\": \"https://github.com/coder/coder/pull/26612\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/pull/26612\"}, {\"name\": \"https://github.com/coder/coder/pull/26613\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/pull/26613\"}, {\"name\": \"https://github.com/coder/coder/pull/26622\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/pull/26622\"}, {\"name\": \"https://github.com/coder/coder/commit/2312b67bc52c4e314c18c4b4be5dcf5500c94ad7\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/commit/2312b67bc52c4e314c18c4b4be5dcf5500c94ad7\"}, {\"name\": \"https://github.com/coder/coder/commit/812549d671d0f5a0b45adcee860d37b70aaddccd\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/commit/812549d671d0f5a0b45adcee860d37b70aaddccd\"}, {\"name\": \"https://github.com/coder/coder/commit/ec3ba84c0002f47dd979c073cde1ab345acbaea5\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/commit/ec3ba84c0002f47dd979c073cde1ab345acbaea5\"}, {\"name\": \"https://github.com/coder/coder/commit/eeb2624549ddb85538e493af3e678fdb185a809f\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/commit/eeb2624549ddb85538e493af3e678fdb185a809f\"}, {\"name\": \"https://github.com/coder/coder/commit/f8bdec5add4711650d5bfb6ff93d0cc9d7821c81\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/commit/f8bdec5add4711650d5bfb6ff93d0cc9d7821c81\"}, {\"name\": \"https://github.com/coder/coder/releases/tag/v2.29.19\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/releases/tag/v2.29.19\"}, {\"name\": \"https://github.com/coder/coder/releases/tag/v2.32.9\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/releases/tag/v2.32.9\"}, {\"name\": \"https://github.com/coder/coder/releases/tag/v2.33.10\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/releases/tag/v2.33.10\"}, {\"name\": \"https://github.com/coder/coder/releases/tag/v2.34.4\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/coder/coder/releases/tag/v2.34.4\"}], \"affected\": [{\"vendor\": \"coder\", \"product\": \"coder\", \"versions\": [{\"version\": \"\u003e= 2.27.0, \u003c 2.29.19\", \"status\": \"affected\"}, {\"version\": \"\u003e= 2.30.0, \u003c 2.32.9\", \"status\": \"affected\"}, {\"version\": \"\u003e= 2.33.0, \u003c 2.33.10\", \"status\": \"affected\"}, {\"version\": \"\u003e= 2.34.0, \u003c 2.34.4\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-09-15T16:44:23.048Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Coder allows organizations to provision remote development environments via Terraform. Prior to 2.29.19, 2.32.9, 2.33.10, and 2.34.4, agentConn.apiClient() follows redirects while its custom transport accepts the host from the redirected request URL when the port is the workspace agent HTTP API port 4. An authenticated user who controls a modified workspace agent and knows another online agent\u0027s UUID can derive the victim\u0027s tailnet address and redirect control-plane requests to that agent. HTTP 301, 302, and 303 redirects can redirect read requests, while HTTP 307 and 308 preserve replayable write and process-start requests. The redirected workspace agent file APIs can read or write files as the victim workspace user, and affected versions exposing the workspace agent process API can execute commands after a redirected file write, crossing workspace and tenant boundaries. This issue is fixed in versions 2.29.19, 2.32.9, 2.33.10, and 2.34.4.\"}], \"source\": {\"advisory\": \"GHSA-qrwj-vh9x-gw5v\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-63443\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-09-15T17:31:25.407398Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-09-15T17:31:55.942Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-63443\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2026-07-16T19:35:57.767Z\", \"datePublished\": \"2026-09-15T16:44:23.048Z\", \"dateUpdated\": \"2026-09-15T17:31:58.740Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…