Search
Find a vulnerability
Search criteria
4 vulnerabilities found for repomix by yamadashy
CVE-2026-49988 (GCVE-0-2026-49988)
Vulnerability from nvd – Published: 2026-07-15 18:05 – Updated: 2026-07-15 18:05
VLAI
EPSS
VEX
Title
Repomix: attach_packed_output can bypass file-read secret scanning for supported local files
Summary
Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, the Repomix MCP server attach_packed_output and read_repomix_output flow can register and read arbitrary local .json, .txt, .md, or .xml files without the file_system_read_file runSecretLint() safety check or Repomix packed-output validation, allowing MCP callers to bypass the local file-read secret-scanning boundary. This issue is fixed in version 1.14.1.
Severity
CWE
- CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/yamadashy/repomix/security/adv… | x_refsource_CONFIRM |
| https://github.com/yamadashy/repomix/commit/e447f… | x_refsource_MISC |
| https://github.com/yamadashy/repomix/releases/tag… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "repomix",
"vendor": "yamadashy",
"versions": [
{
"status": "affected",
"version": "\u003c 1.14.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, the Repomix MCP server attach_packed_output and read_repomix_output flow can register and read arbitrary local .json, .txt, .md, or .xml files without the file_system_read_file runSecretLint() safety check or Repomix packed-output validation, allowing MCP callers to bypass the local file-read secret-scanning boundary. This issue is fixed in version 1.14.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-200",
"description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T18:05:10.789Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/yamadashy/repomix/security/advisories/GHSA-hwpp-h97w-2h3j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-hwpp-h97w-2h3j"
},
{
"name": "https://github.com/yamadashy/repomix/commit/e447f7dba6f51fdb26bcad0c280542fca291960e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/commit/e447f7dba6f51fdb26bcad0c280542fca291960e"
},
{
"name": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1"
}
],
"source": {
"advisory": "GHSA-hwpp-h97w-2h3j",
"discovery": "UNKNOWN"
},
"title": "Repomix: attach_packed_output can bypass file-read secret scanning for supported local files"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49988",
"datePublished": "2026-07-15T18:05:10.789Z",
"dateReserved": "2026-06-02T18:30:51.282Z",
"dateUpdated": "2026-07-15T18:05:10.789Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-49987 (GCVE-0-2026-49987)
Vulnerability from nvd – Published: 2026-07-15 18:06 – Updated: 2026-07-15 19:40
VLAI
EPSS
VEX
Title
Repomix: Command Injection (RCE) via `--remote-branch` Argument Injection
Summary
Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, src/core/git/gitCommand.ts execGitShallowClone passes the --remote-branch value directly to git fetch and git checkout without validation or --end-of-options, allowing --upload-pack or other Git option injection that bypasses validateGitUrl() dangerous parameter checks and can execute commands through local or SSH-style transports. This issue is fixed in version 1.14.1.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/yamadashy/repomix/security/adv… | x_refsource_CONFIRM |
| https://github.com/yamadashy/repomix/commit/92bfa… | x_refsource_MISC |
| https://github.com/yamadashy/repomix/releases/tag… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-49987",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-15T19:40:25.260913Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T19:40:40.723Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "repomix",
"vendor": "yamadashy",
"versions": [
{
"status": "affected",
"version": "\u003c 1.14.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, src/core/git/gitCommand.ts execGitShallowClone passes the --remote-branch value directly to git fetch and git checkout without validation or --end-of-options, allowing --upload-pack or other Git option injection that bypasses validateGitUrl() dangerous parameter checks and can execute commands through local or SSH-style transports. This issue is fixed in version 1.14.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-88",
"description": "CWE-88: Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T18:06:27.018Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx"
},
{
"name": "https://github.com/yamadashy/repomix/commit/92bfa3193b5233a0d21beff929444153c088de82",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/commit/92bfa3193b5233a0d21beff929444153c088de82"
},
{
"name": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1"
}
],
"source": {
"advisory": "GHSA-9mm9-rqhj-j5mx",
"discovery": "UNKNOWN"
},
"title": "Repomix: Command Injection (RCE) via `--remote-branch` Argument Injection"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49987",
"datePublished": "2026-07-15T18:06:27.018Z",
"dateReserved": "2026-06-02T18:30:51.282Z",
"dateUpdated": "2026-07-15T19:40:40.723Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-49987 (GCVE-0-2026-49987)
Vulnerability from cvelistv5 – Published: 2026-07-15 18:06 – Updated: 2026-07-15 19:40
VLAI
EPSS
VEX
Title
Repomix: Command Injection (RCE) via `--remote-branch` Argument Injection
Summary
Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, src/core/git/gitCommand.ts execGitShallowClone passes the --remote-branch value directly to git fetch and git checkout without validation or --end-of-options, allowing --upload-pack or other Git option injection that bypasses validateGitUrl() dangerous parameter checks and can execute commands through local or SSH-style transports. This issue is fixed in version 1.14.1.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/yamadashy/repomix/security/adv… | x_refsource_CONFIRM |
| https://github.com/yamadashy/repomix/commit/92bfa… | x_refsource_MISC |
| https://github.com/yamadashy/repomix/releases/tag… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-49987",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-15T19:40:25.260913Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T19:40:40.723Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "repomix",
"vendor": "yamadashy",
"versions": [
{
"status": "affected",
"version": "\u003c 1.14.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, src/core/git/gitCommand.ts execGitShallowClone passes the --remote-branch value directly to git fetch and git checkout without validation or --end-of-options, allowing --upload-pack or other Git option injection that bypasses validateGitUrl() dangerous parameter checks and can execute commands through local or SSH-style transports. This issue is fixed in version 1.14.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-88",
"description": "CWE-88: Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T18:06:27.018Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-9mm9-rqhj-j5mx"
},
{
"name": "https://github.com/yamadashy/repomix/commit/92bfa3193b5233a0d21beff929444153c088de82",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/commit/92bfa3193b5233a0d21beff929444153c088de82"
},
{
"name": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1"
}
],
"source": {
"advisory": "GHSA-9mm9-rqhj-j5mx",
"discovery": "UNKNOWN"
},
"title": "Repomix: Command Injection (RCE) via `--remote-branch` Argument Injection"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49987",
"datePublished": "2026-07-15T18:06:27.018Z",
"dateReserved": "2026-06-02T18:30:51.282Z",
"dateUpdated": "2026-07-15T19:40:40.723Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-49988 (GCVE-0-2026-49988)
Vulnerability from cvelistv5 – Published: 2026-07-15 18:05 – Updated: 2026-07-15 18:05
VLAI
EPSS
VEX
Title
Repomix: attach_packed_output can bypass file-read secret scanning for supported local files
Summary
Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, the Repomix MCP server attach_packed_output and read_repomix_output flow can register and read arbitrary local .json, .txt, .md, or .xml files without the file_system_read_file runSecretLint() safety check or Repomix packed-output validation, allowing MCP callers to bypass the local file-read secret-scanning boundary. This issue is fixed in version 1.14.1.
Severity
CWE
- CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/yamadashy/repomix/security/adv… | x_refsource_CONFIRM |
| https://github.com/yamadashy/repomix/commit/e447f… | x_refsource_MISC |
| https://github.com/yamadashy/repomix/releases/tag… | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "repomix",
"vendor": "yamadashy",
"versions": [
{
"status": "affected",
"version": "\u003c 1.14.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Repomix is a tool that packs repositories into AI-friendly files. Prior to 1.14.1, the Repomix MCP server attach_packed_output and read_repomix_output flow can register and read arbitrary local .json, .txt, .md, or .xml files without the file_system_read_file runSecretLint() safety check or Repomix packed-output validation, allowing MCP callers to bypass the local file-read secret-scanning boundary. This issue is fixed in version 1.14.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-200",
"description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T18:05:10.789Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/yamadashy/repomix/security/advisories/GHSA-hwpp-h97w-2h3j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/yamadashy/repomix/security/advisories/GHSA-hwpp-h97w-2h3j"
},
{
"name": "https://github.com/yamadashy/repomix/commit/e447f7dba6f51fdb26bcad0c280542fca291960e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/commit/e447f7dba6f51fdb26bcad0c280542fca291960e"
},
{
"name": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/yamadashy/repomix/releases/tag/v1.14.1"
}
],
"source": {
"advisory": "GHSA-hwpp-h97w-2h3j",
"discovery": "UNKNOWN"
},
"title": "Repomix: attach_packed_output can bypass file-read secret scanning for supported local files"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49988",
"datePublished": "2026-07-15T18:05:10.789Z",
"dateReserved": "2026-06-02T18:30:51.282Z",
"dateUpdated": "2026-07-15T18:05:10.789Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}