{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "4.14.17"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "b1b97cbdebb9dc2a1c7b60cd9cd59d52d15c08e4"
            }
          ],
          "repo": "https://github.com/labring/fastgpt",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-xpx6-xcpf-76qg"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44286.json"
  },
  "details": "FastGPT is an AI Agent building platform. Prior to version 4.14.17, an unauthenticated Server-Side Request Forgery (SSRF) vulnerability allows attackers (or authenticated users with App editing privileges) to send arbitrary HTTP requests to internal/private network addresses. The fetchData function in the lafModule workflow node uses axios to fetch user-controlled URLs without validating them against the application's internal network blocklist guard (isInternalAddress), bypassing SSRF protections. This issue has been patched in version 4.14.17.",
  "id": "CVE-2026-44286",
  "modified": "2026-08-12T03:51:43.583477086Z",
  "published": "2026-05-08T22:17:17.908Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/labring/FastGPT/releases/tag/v4.14.17"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44286.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/labring/FastGPT/security/advisories/GHSA-xpx6-xcpf-76qg"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44286"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "FastGPT: SSRF Vulnerability in Laf Workflow Node via Missing Internal Address Validation"
}