CVE-2026-48716
Last modified
CVE-2026-48716 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48716?
How severe is CVE-2026-48716?
How do I fix CVE-2026-48716?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4871The Sports Club Management plugin for WordPress is vulnerabl…6.4
- CVE-2026-48710Starlette is a lightweight ASGI framework/toolkit. Prior to …6.5
- CVE-2026-48712protobufjs compiles protobuf definitions into JavaScript (JS…7.5
- CVE-2026-48713Versions prior to 2.6.6 are vulnerable to prototype pollutio…9.1
- CVE-2026-48714i18next-http-middleware is a middleware to be used with Node…9.1
- CVE-2026-48715radvd is a router advertisement daemon for IPv6. Prior to ve…8.8
- CVE-2026-48719Warp is an agentic development environment. From 0.2025.08.0…8
- CVE-2026-4872Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-48720Warp is an agentic development environment. From 0.2025.03.0…8.8
- CVE-2026-48721Warp is an agentic development environment. From 0.2025.10.0…8.6
- CVE-2026-48723The browserstack-cypress-cli is BrowserStack's CLI which all…7.8
- CVE-2026-48724ImageMagick is free and open-source software used for editin…5.5
Are you affected by CVE-2026-48716?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
