Skip to content

Commit b4f16fc

Browse files
Merge pull request #577 from AikidoSec/new-vuln-info-disclosure-repomix
New vuln: Info Disclosure in Repomix
2 parents bb27313 + 8c26346 commit b4f16fc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"package_name": "repomix",
3+
"patch_versions": [
4+
"1.0.0"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"0.1.32",
9+
"0.3.9"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-200"
14+
],
15+
"tldr": "Affected versions of this package are vulnerable to sensitive data leakage where secretlint logs could expose private keys and other confidential information during repomix execution, particularly when coding agents transmit terminal output to LLM providers. An attacker could exploit this by intercepting or accessing the logged output to harvest exposed secrets, potentially compromising systems or accounts tied to the leaked credentials.",
16+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
17+
"how_to_fix": "Upgrade the `repomix` library to the patch version.",
18+
"vulnerable_to": "Exposure of Sensitive Information to an Unauthorized Actor",
19+
"related_cve_id": "",
20+
"language": "JS",
21+
"severity_class": "LOW",
22+
"aikido_score": 25,
23+
"changelog": "https://github.com/yamadashy/repomix/releases/tag/v1.0.0",
24+
"last_modified": "2025-06-30",
25+
"published": "2025-06-30"
26+
}

0 commit comments

Comments
 (0)