Skip to content

Commit b56ee43

Browse files
1 parent d48c7d8 commit b56ee43

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-658g-p7jg-wx5g",
4+
"modified": "2026-04-02T18:34:04Z",
5+
"published": "2026-04-02T18:34:04Z",
6+
"aliases": [
7+
"CVE-2026-34841"
8+
],
9+
"summary": "Axios npm Supply Chain Incident Impacting @usebruno/cli",
10+
"details": "### **Impact**\n\nThis is a **supply chain attack** involving compromised versions of the `axios` npm package, which introduced a hidden dependency deploying a cross-platform Remote Access Trojan (RAT).\n\nUsers of **@usebruno/cli** who ran `npm install` between **00:21 UTC and ~03:30 UTC on March 31, 2026** may have been impacted.\n\nPotential impact includes:\n\n* Execution of a malicious `postinstall` script\n* Remote Access Trojan (RAT) installation\n* Exfiltration of credentials and sensitive data\n\n**Not impacted:**\n\n* Bruno desktop app users\n* Users who installed outside the attack window\n\n\n### **Patches**\n\nThe compromised `axios` versions (`1.14.1`, `0.30.4`) have been **removed from npm**, and new installations will now resolve to safe versions.\n\nAdditionally, Bruno has taken further hardening steps:\n\n* Pinned `axios` to a known safe version to prevent accidental resolution to malicious releases\n* Fix implemented in: [https://github.com/usebruno/bruno/pull/7632](https://github.com/usebruno/bruno/pull/7632)\n\n\n### **Recommendation**\n\nIf users installed **@usebruno/cli** during the affected window:\n1. Reinstall dependencies\n2. Rotate all credentials and secrets:\n\nFor additional guidance on securing your system, refer to this article:\nhttps://www.aikido.dev/blog/axios-npm-compromised-maintainer-hijacked-rat",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@usebruno/cli"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.2.1"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "< 3.2.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/usebruno/bruno/security/advisories/GHSA-658g-p7jg-wx5g"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/axios/axios/issues/10604"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/usebruno/bruno/pull/7632"
53+
},
54+
{
55+
"type": "ADVISORY",
56+
"url": "https://github.com/advisories/GHSA-fw8c-xr5c-95f9"
57+
},
58+
{
59+
"type": "PACKAGE",
60+
"url": "https://github.com/usebruno/bruno"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://www.aikido.dev/blog/axios-npm-compromised-maintainer-hijacked-rat"
65+
}
66+
],
67+
"database_specific": {
68+
"cwe_ids": [
69+
"CWE-1395",
70+
"CWE-494",
71+
"CWE-506"
72+
],
73+
"severity": "CRITICAL",
74+
"github_reviewed": true,
75+
"github_reviewed_at": "2026-04-02T18:34:04Z",
76+
"nvd_published_at": null
77+
}
78+
}

0 commit comments

Comments
 (0)