๐Ÿ” CVE Alert

CVE-2026-48716

HIGH 8.7

nanobot: Path traversal via unsanitized WhatsApp document fileName enables arbitrary file write

CVSS Score
8.7
EPSS Score
0.0%
EPSS Percentile
0th

nanobot is a personal AI assistant. In versions 0.1.5.post3 and prior, the WhatsApp bridge in bridge/src/whatsapp.ts constructs a filesystem path using the fileName field from an incoming WhatsApp document message without sanitization. The WhatsApp bridge downloads media attachments and writes them to disk using a filename derived from the sender's message via documentMessage.fileName, which is concatenated with a prefix and its raw value is passed directly to path.join(mediaDir, outFilename). Node.js path.join resolves .. components, allowing an attacker to escape the intended media/ directory by sending a document with a crafted fileName such as ../../../.ssh/authorized_keys. Because the attacker also controls the file content (the downloaded buffer), this is a write-anywhere primitive โ€” both path and content are attacker-controlled. A fix for this issue is planned for version 0.1.5.post4.

CWE CWE-22
Vendor hkuds
Product nanobot
Published Jun 18, 2026
Stay Ahead of the Next One

Get instant alerts for hkuds nanobot

Be the first to know when new high vulnerabilities affecting hkuds nanobot are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

HKUDS / nanobot
<= 0.1.5.post3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/HKUDS/nanobot/security/advisories/GHSA-3f63-vcp3-hvqr