CVE-2026-71279
Last modified
CVE-2026-71279 is a high-severity vulnerability rated 8/10 on the CVSS scale. Zigbee2MQTT's ExternalJSExtension.getFilePath (lib/extension/externalJS.ts) joins a parameter received via an MQTT message (topic zigbee2mqtt/bridge/request/extension/save) into the extensions base path using path.join(basePath, name) with no sanitization. The extension handler only validates that the name ends in .js/.mjs/.cjs, writes the file, and then dynamically imports it via Node.js import, achieving remote code execution.. EPSS estimates a 0.36% chance of exploitation in the next 30 days.
Description
Zigbee2MQTT's ExternalJSExtension.getFilePath (lib/extension/externalJS.ts) joins a parameter received via an MQTT message (topic zigbee2mqtt/bridge/request/extension/save) into the extensions base path using path.join(basePath, name) with no sanitization. The extension handler only validates that the name ends in .js/.mjs/.cjs, writes the file, and then dynamically imports it via Node.js import, achieving remote code execution.
Metrics
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Koenkk | zigbee2mqtt | <= 2.12.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-71279?
How severe is CVE-2026-71279?
How do I fix CVE-2026-71279?
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-71273OpenBK7231T's /cfg_wifi_set endpoint (src/httpserver/http_fn…6.5
- CVE-2026-71274OpenBK7231T's CHANNEL_SetLabel (src/cmnds/cmd_channels.c) st…8.5
- CVE-2026-71275OpenBK7231T's http_fn_ota_exec() (src/httpserver/http_fns.c)…5.4
- CVE-2026-71276Magistrala (formerly Mainflux)'s message-readers API reads a…7.1
- CVE-2026-71277rust-iot-platform's AuthToken request-guard implementation (…9.1
- CVE-2026-71278rust-iot-platform allows creating a "calc rule" via POST /ca…9.8
- CVE-2026-7128A security vulnerability has been detected in SourceCodester…7.3
- CVE-2026-71280go-shiori's DownloadBookmark (internal/core/download.go) fet…8.5
- CVE-2026-71281Hugging Face peft's LoRA-GA and CorDA initialization modules…8.8
- CVE-2026-71282ChirpStack's SQLite-backend device tag filtering (chirpstack…6.5
- CVE-2026-71283Fledge's backup-restore upload handler, upload_backup (pytho…4.9
- CVE-2026-71284Fledge's backup-restore upload handler, upload_backup (pytho…7.2
Are you affected by CVE-2026-71279?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
