CVE-2026-44363

MISP modules are autonomous modules that can be used to extend MISP for new services. Prior to 3.0.7, an unsafe remote resource fetching vulnerability existed in MISP Modules expansion modules. The html_to_markdown module accepted arbitrary HTTP(S) URLs without sufficient validation, which could allow Server-Side Request Forgery against loopback, private, or link-local network resources. Additionally, the qrcode module disabled TLS certificate verification when retrieving remote images, exposing requests to potential man-in-the-middle interception or response tampering. The issue was fixed by validating URL schemes, blocking local and private address ranges, resolving hostnames before fetching, enforcing request timeouts, and re-enabling TLS certificate verification. This vulnerability is fixed in 3.0.7.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-05-13 20:16

Updated : 2026-06-17 10:50


NVD link : CVE-2026-44363

Mitre link : CVE-2026-44363

CVE.ORG link : CVE-2026-44363


JSON object : View

Products Affected

No product.

CWE
CWE-295

Improper Certificate Validation

CWE-918

Server-Side Request Forgery (SSRF)