Description
Huginn through 2022.08.18 contains a server-side request forgery vulnerability in the fetch_url method of ScenarioImport that allows authenticated users to make arbitrary HTTP requests by submitting crafted URLs. Attackers can probe internal network services, enumerate ports via error signatures, and access cloud metadata endpoints to retrieve sensitive credentials.
Published: 2026-07-20
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Huginn through version 2022.08.18 contains a server‑side request forgery flaw in the ScenarioImport fetch_url method. Authenticated users can submit crafted URLs that are dereferenced by the application, enabling arbitrary HTTP requests to any destination reachable from the server. This capability allows attackers to probe internal network services, enumerate ports by interpreting error signatures, and access cloud metadata endpoints to retrieve sensitive credentials, threatening confidentiality and integrity of the underlying infrastructure.

Affected Systems

The vulnerable component is Huginn; any installation running a release dated 2022.08.18 or earlier is affected. No further minor revisions are specified, so all pre‑2022.09 releases remain at risk.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity. The EPSS score of <1% suggests a very low exploitation probability, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires authenticated access to the Huginn interface, so a user with legitimate credentials can submit a malicious URL through the ScenarioImport interface. The attack path is straightforward: the application blindly forwards the supplied URL, allowing the attacker to target internal or remote services from the server’s network context.

Generated by OpenCVE AI on July 30, 2026 at 18:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Huginn release where the fetch_url method is repaired or removed
  • Configure the application so that only trusted or privileged users can access the ScenarioImport feature and restrict URL validation
  • Enforce outbound firewall rules to block or sandbox HTTP traffic originating from the Huginn process to prevent unintended access to internal resources

Generated by OpenCVE AI on July 30, 2026 at 18:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Huginn
Huginn huginn
Vendors & Products Huginn
Huginn huginn

Tue, 21 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description Huginn through 2022.08.18 contains a server-side request forgery vulnerability in the fetch_url method of ScenarioImport that allows authenticated users to make arbitrary HTTP requests by submitting crafted URLs. Attackers can probe internal network services, enumerate ports via error signatures, and access cloud metadata endpoints to retrieve sensitive credentials.
Title Huginn 2022.08.18 SSRF via ScenarioImport fetch_url Method
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-21T14:56:38.359Z

Reserved: 2026-07-18T12:34:08.780Z

Link: CVE-2026-63769

cve-icon Vulnrichment

Updated: 2026-07-21T13:39:03.503Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:45:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)