Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. magicmirror
  4. ›
  5. CVE-2026-63643

CVE-2026-63643: MagicMirror: ssrf calendar .js

August 18, 2026

The ADD_CALENDAR handler in calendar/node_helper.js performs a server-side HTTP request to a URL that is fully attacker-controlled, with no SSRF protection whatsoever — unlike the project’s hardened /cors endpoint.

Worse, the attacker also controls:

  • the authentication headers the server attaches to the request (auth: { method: "bearer", pass: "..." });
  • the selfSignedCert flag, which disables TLS verification of the server-side request.

When the target’s response is valid iCal, the server parses the events and sends them back to the attacker via CALENDAR_EVENTS — turning the SSRF into full data exfiltration (response body read). Against non-iCal responses it remains a blind SSRF (the attacker still forces the server-side request, they just don’t see the body).


References

  • github.com/MagicMirrorOrg/MagicMirror/commit/58c2a5e675a7d367b64d72e1d35680d202ff5c9f
  • github.com/MagicMirrorOrg/MagicMirror/pull/4169
  • github.com/MagicMirrorOrg/MagicMirror/releases/tag/v2.37.0
  • github.com/MagicMirrorOrg/MagicMirror/security/advisories/GHSA-w6x9-28jw-hq7j
  • github.com/advisories/GHSA-w6x9-28jw-hq7j
  • nvd.nist.gov/vuln/detail/CVE-2026-63643

Code Behaviors & Features

Detect and mitigate CVE-2026-63643 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.37.0

Fixed versions

  • 2.37.0

Solution

Upgrade to version 2.37.0 or above.

Impact 5.8 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

npm/magicmirror/CVE-2026-63643.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:20:22 +0000.