This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
Affected surfaces
Summary
AI summaryCustom HackMD API URLs must be whitelisted via ALLOWED_HACKMD_API_URLS environment variable.
Full changelog
What's Changed
- Add HackMD API URL allowlist to prevent SSRF attacks (CVE-2025-59155)
- Upgrade package manager and update pnpm lockfile
⚠️ Breaking change
User who uses custom HackMD API URL with HackMD MCP server running in HTTP transport mode, should update their server environment variable with ALLOWED_HACKMD_API_URLS (comma-separated URL).
Otherwise, the default configuration now only allows the official HackMD API URL (https://api.hackmd.io/v1).
For example:
ALLOWED_HACKMD_API_URLS=https://api.hackmd.io/v1,https://your-hackmd-instance.com/api/v1
Full Changelog: https://github.com/yuna0x0/hackmd-mcp/compare/v1.4.2...v1.5.0
Breaking Changes
- Default configuration now restricts HackMD API calls to https://api.hackmd.io/v1; custom URLs require ALLOWED_HACKMD_API_URLS env var (comma‑separated).
Security Fixes
- CVE-2025-59155 — Added HackMD API URL allowlist to prevent SSRF attacks.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]