Description
A server-side request forgery vulnerability in Apioo Fusio 8.8.3 allows authenticated consumer-role users to make the server issue HTTP requests to internal network addresses by registering a webhook URL pointing to an internal host. The webhook registration endpoint validates URL syntax via FILTER_VALIDATE_URL but applies no IP or host denylist. When the registered event fires, the server issues an HTTP POST to the attacker-supplied internal URL.
Published: 2026-08-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated consumer‑role user in Apioo Fusio 8.8.3 can register a webhook URL that points to an internal host. When the event that triggers the webhook fires, the server will send an HTTP POST to the attacker‑supplied internal URL, giving the attacker the ability to issue requests to internal network addresses. This SSRF flaw can allow access to services running inside the network and expose internal information, as the server does not enforce any denylist on the URL supplied.

Affected Systems

Apioo Fusio version 8.8.3, affecting users with consumer‑role permissions who can register webhooks. The vulnerability resides in the webhook registration endpoint that only validates the URL syntax using FILTER_VALIDATE_URL and does not enforce any denylist for internal addresses.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. Because no EPSS score is available, the exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated user with consumer‑role permissions who submits a crafted webhook URL; when the webhook fires the server will perform HTTP POST requests to the supplied internal address, potentially allowing the attacker to reach services on the internal network and obtain internal information.

Generated by OpenCVE AI on August 11, 2026 at 17:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Fusio release once a patch that addresses the SSRF is available.
  • Configure the webhook registration to reject URLs that resolve to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and localhost.
  • Disable or restrict webhook registration for consumer‑role users if the feature is not essential.

Generated by OpenCVE AI on August 11, 2026 at 17:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Apioo
Apioo fusio
Vendors & Products Apioo
Apioo fusio

Tue, 11 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A server-side request forgery vulnerability in Apioo Fusio 8.8.3 allows authenticated consumer-role users to make the server issue HTTP requests to internal network addresses by registering a webhook URL pointing to an internal host. The webhook registration endpoint validates URL syntax via FILTER_VALIDATE_URL but applies no IP or host denylist. When the registered event fires, the server issues an HTTP POST to the attacker-supplied internal URL.
Title Apioo Fusio - Server-Side Request Forgery
Weaknesses CWE-918
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T14:12:45.390Z

Reserved: 2026-08-10T10:33:03.257Z

Link: CVE-2026-72598

cve-icon Vulnrichment

Updated: 2026-08-11T14:12:37.188Z

cve-icon NVD

Status : Received

Published: 2026-08-11T12:17:42.787

Modified: 2026-08-11T15:17:35.517

Link: CVE-2026-72598

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:54:33Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)