Common Weakness Enumeration

CWE-918

Allowed

Server-Side Request Forgery (SSRF)

Abstraction: Base · Status: Incomplete

The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

5477 vulnerabilities reference this CWE, most recent first.

CVE-2026-70591 (GCVE-0-2026-70591)

Vulnerability from cvelistv5 – Published: 2026-08-04 21:37 – Updated: 2026-08-05 14:15
VLAI
Title
Ghost: Server-Side Request Forgery in Image Fetching
Summary
Ghost is a Node.js content management system. From 0.10.0 until 6.54.1, a Server-Side Request Forgery in Ghost Admin image fetching allowed any staff-level user to perform a blind HTTP GET request against internal hosts. No output was returned, but this could have been used to probe open ports on internal hosts. This issue is fixed in version 6.54.1.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-05 14:14 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
Impacted products
Vendor Product Version
TryGhost Ghost Affected: >= 0.10.0, < 6.54.1
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70591",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-05T14:14:58.079494Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-05T14:15:07.201Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Ghost",
          "vendor": "TryGhost",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 0.10.0, \u003c 6.54.1"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Ghost is a Node.js content management system. From 0.10.0 until 6.54.1, a Server-Side Request Forgery in Ghost Admin image fetching allowed any staff-level user to perform a blind HTTP GET request against internal hosts. No output was returned, but this could have been used to probe open ports on internal hosts. This issue is fixed in version 6.54.1."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-04T21:37:53.766Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/TryGhost/Ghost/security/advisories/GHSA-gcvv-72q8-9v76",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/TryGhost/Ghost/security/advisories/GHSA-gcvv-72q8-9v76"
        },
        {
          "name": "https://github.com/TryGhost/Ghost/commit/5eff2de0f477b11c88f20bceb9d184c0d3b8a62e",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/TryGhost/Ghost/commit/5eff2de0f477b11c88f20bceb9d184c0d3b8a62e"
        },
        {
          "name": "https://github.com/TryGhost/Ghost/releases/tag/v6.54.1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/TryGhost/Ghost/releases/tag/v6.54.1"
        }
      ],
      "source": {
        "advisory": "GHSA-gcvv-72q8-9v76",
        "discovery": "UNKNOWN"
      },
      "title": "Ghost: Server-Side Request Forgery in Image Fetching"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-70591",
    "datePublished": "2026-08-04T21:37:53.766Z",
    "dateReserved": "2026-08-04T19:50:27.327Z",
    "dateUpdated": "2026-08-05T14:15:07.201Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70551 (GCVE-0-2026-70551)

Vulnerability from cvelistv5 – Published: 2026-08-25 15:06 – Updated: 2026-08-26 19:47
VLAI
Title
Server-Side Request Forgery Via VCS remote download in JFrog Artifactory
Summary
A user who can read an existing remote VCS repository can replace its configured origin or supply an absolute VCS data URL.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-26 19:35 UTC
CWE
  • CWE-918 - Server-Side request forgery (SSRF)
Impacted products
Vendor Product Version
jfrog artifactory Affected: 7.161.0 , < 7.161.19 (custom)
Affected: 7.146.0 , < 7.146.36 (custom)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70551",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-26T19:35:12.517022Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-26T19:47:41.387Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "artifactory",
          "vendor": "jfrog",
          "versions": [
            {
              "lessThan": "7.161.19",
              "status": "affected",
              "version": "7.161.0",
              "versionType": "custom"
            },
            {
              "lessThan": "7.146.36",
              "status": "affected",
              "version": "7.146.0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Kostya Kortchinsky | OpenAI"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eA user who can read an existing remote VCS repository can replace its configured origin or supply an absolute VCS data URL.\u003c/p\u003e"
            }
          ],
          "value": "A user who can read an existing remote VCS repository can replace its configured origin or supply an absolute VCS data URL."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918 Server-Side request forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-25T15:06:48.188Z",
        "orgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d",
        "shortName": "JFROG"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://docs.jfrog.com/releases/docs/jfrog-security-advisories"
        },
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://docs.jfrog.com/releases/docs/artifactory-self-managed-releases"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Server-Side Request Forgery Via VCS remote download in JFrog Artifactory"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d",
    "assignerShortName": "JFROG",
    "cveId": "CVE-2026-70551",
    "datePublished": "2026-08-25T15:06:48.188Z",
    "dateReserved": "2026-08-04T18:29:25.512Z",
    "dateUpdated": "2026-08-26T19:47:41.387Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70548 (GCVE-0-2026-70548)

Vulnerability from cvelistv5 – Published: 2026-08-25 15:17 – Updated: 2026-08-26 19:47
VLAI
Title
SSRF In CocoaPods Via JFrog Artifactory External Dependency
Summary
Under specific circumstances, low-level user can run request to remote CocoaPods repos via JFrog Artifactory External Dependency.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-26 19:35 UTC
CWE
  • CWE-918 - Server-Side request forgery (SSRF)
Impacted products
Vendor Product Version
jfrog artifactory Affected: 7.161.11 , < 7.161.19 (custom)
Affected: 7.146.0 , < 7.146.36 (custom)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70548",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-26T19:35:03.613732Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-26T19:47:26.235Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "artifactory",
          "vendor": "jfrog",
          "versions": [
            {
              "lessThan": "7.161.19",
              "status": "affected",
              "version": "7.161.11",
              "versionType": "custom"
            },
            {
              "lessThan": "7.146.36",
              "status": "affected",
              "version": "7.146.0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Kostya Kortchinsky | OpenAI"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eUnder specific circumstances, low-level user can run request to remote CocoaPods repos via JFrog Artifactory External Dependency.\u003c/p\u003e"
            }
          ],
          "value": "Under specific circumstances, low-level user can run request to remote CocoaPods repos via JFrog Artifactory External Dependency."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.5,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918 Server-Side request forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-25T15:17:16.973Z",
        "orgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d",
        "shortName": "JFROG"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://docs.jfrog.com/releases/docs/jfrog-security-advisories"
        },
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://docs.jfrog.com/releases/docs/artifactory-self-managed-releases"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "SSRF In CocoaPods Via JFrog Artifactory External Dependency"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d",
    "assignerShortName": "JFROG",
    "cveId": "CVE-2026-70548",
    "datePublished": "2026-08-25T15:17:16.973Z",
    "dateReserved": "2026-08-04T18:29:25.512Z",
    "dateUpdated": "2026-08-26T19:47:26.235Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70485 (GCVE-0-2026-70485)

Vulnerability from cvelistv5 – Published: 2026-08-04 19:59 – Updated: 2026-08-05 14:40
VLAI
Title
Open WebUI: Any authenticated user can reach internal services and cloud metadata via NAT64-encoded URLs
Summary
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.0, Open WebUI checked whether a user-supplied URL destination was globally routable by applying ipaddress.is_global to the literal IPv6 address without examining IPv4 addresses embedded in transition encodings. On a deployment with a NAT64 gateway, any verified user could wrap an internal or cloud-metadata IPv4 address in the NAT64 well-known prefix, pass the filter, and receive the internal response body through RAG URL ingestion, URL-to-markdown conversion, or web-search content retrieval. This issue is fixed in 0.11.0.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-05 14:40 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
Impacted products
Vendor Product Version
open-webui open-webui Affected: >= 0.9.0, < 0.11.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70485",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-05T14:40:14.214165Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-05T14:40:22.659Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-8x5v-cpv7-8jjp"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "open-webui",
          "vendor": "open-webui",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 0.9.0, \u003c 0.11.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.0, Open WebUI checked whether a user-supplied URL destination was globally routable by applying ipaddress.is_global to the literal IPv6 address without examining IPv4 addresses embedded in transition encodings. On a deployment with a NAT64 gateway, any verified user could wrap an internal or cloud-metadata IPv4 address in the NAT64 well-known prefix, pass the filter, and receive the internal response body through RAG URL ingestion, URL-to-markdown conversion, or web-search content retrieval. This issue is fixed in 0.11.0."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-04T19:59:21.539Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/open-webui/open-webui/security/advisories/GHSA-8x5v-cpv7-8jjp",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-8x5v-cpv7-8jjp"
        },
        {
          "name": "https://github.com/open-webui/open-webui/commit/1717b493d83c86afa82aa8bc50139250852dd2f3",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/commit/1717b493d83c86afa82aa8bc50139250852dd2f3"
        },
        {
          "name": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0"
        }
      ],
      "source": {
        "advisory": "GHSA-8x5v-cpv7-8jjp",
        "discovery": "UNKNOWN"
      },
      "title": "Open WebUI: Any authenticated user can reach internal services and cloud metadata via NAT64-encoded URLs"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-70485",
    "datePublished": "2026-08-04T19:59:21.539Z",
    "dateReserved": "2026-08-04T15:24:41.340Z",
    "dateUpdated": "2026-08-05T14:40:22.659Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70480 (GCVE-0-2026-70480)

Vulnerability from cvelistv5 – Published: 2026-08-04 19:43 – Updated: 2026-08-05 14:18
VLAI
Title
Open WebUI: Client-side SSRF via unrestricted external resource loading in Vega/Vega-Lite chart rendering
Summary
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.34 until 0.11.0, Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer browser without a restricted resource loader. Any user who can place such a block where another user will see it can make that user browser issue attacker-chosen outbound GET requests and read responses from same-origin or CORS-permissive targets into the rendered page. This issue is fixed in 0.11.0.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-05 14:18 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
Impacted products
Vendor Product Version
open-webui open-webui Affected: >= 0.6.34, < 0.11.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70480",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-05T14:18:17.750527Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-05T14:18:27.453Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-rffm-9q57-q649"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "open-webui",
          "vendor": "open-webui",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 0.6.34, \u003c 0.11.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.34 until 0.11.0, Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer browser without a restricted resource loader. Any user who can place such a block where another user will see it can make that user browser issue attacker-chosen outbound GET requests and read responses from same-origin or CORS-permissive targets into the rendered page. This issue is fixed in 0.11.0."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-04T19:43:15.645Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/open-webui/open-webui/security/advisories/GHSA-rffm-9q57-q649",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-rffm-9q57-q649"
        },
        {
          "name": "https://github.com/open-webui/open-webui/pull/26806",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/pull/26806"
        },
        {
          "name": "https://github.com/open-webui/open-webui/commit/5278eb906ebecefc6538a19bc86df09d997e43e6",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/commit/5278eb906ebecefc6538a19bc86df09d997e43e6"
        },
        {
          "name": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0"
        }
      ],
      "source": {
        "advisory": "GHSA-rffm-9q57-q649",
        "discovery": "UNKNOWN"
      },
      "title": "Open WebUI: Client-side SSRF via unrestricted external resource loading in Vega/Vega-Lite chart rendering"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-70480",
    "datePublished": "2026-08-04T19:43:15.645Z",
    "dateReserved": "2026-08-04T15:24:41.339Z",
    "dateUpdated": "2026-08-05T14:18:27.453Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70479 (GCVE-0-2026-70479)

Vulnerability from cvelistv5 – Published: 2026-08-04 19:40 – Updated: 2026-08-05 14:49
VLAI
Title
Open WebUI: SSRF into internal services via unvalidated sub-resource requests in the Playwright web loader
Summary
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, with WEB_LOADER_ENGINE=playwright, the Playwright web loader validates only the top-level page request and lets sub-resource requests pass unvalidated. A page supplied by an authenticated user can use JavaScript to reach blocked internal addresses, and returned DOM can include data read from those addresses in web-search or RAG output. This issue is fixed in 0.11.0.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-05 14:49 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
Impacted products
Vendor Product Version
open-webui open-webui Affected: >= 0.9.6, < 0.11.0
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70479",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-05T14:49:19.746671Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-05T14:49:42.803Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-w2rx-84hp-gg95"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "open-webui",
          "vendor": "open-webui",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 0.9.6, \u003c 0.11.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, with WEB_LOADER_ENGINE=playwright, the Playwright web loader validates only the top-level page request and lets sub-resource requests pass unvalidated. A page supplied by an authenticated user can use JavaScript to reach blocked internal addresses, and returned DOM can include data read from those addresses in web-search or RAG output. This issue is fixed in 0.11.0."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.7,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-04T19:40:12.035Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/open-webui/open-webui/security/advisories/GHSA-w2rx-84hp-gg95",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-w2rx-84hp-gg95"
        },
        {
          "name": "https://github.com/open-webui/open-webui/pull/27526",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/pull/27526"
        },
        {
          "name": "https://github.com/open-webui/open-webui/commit/bef63a2ae915571d50d2722a635e8bfa753d7877",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/commit/bef63a2ae915571d50d2722a635e8bfa753d7877"
        },
        {
          "name": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/open-webui/open-webui/releases/tag/v0.11.0"
        }
      ],
      "source": {
        "advisory": "GHSA-w2rx-84hp-gg95",
        "discovery": "UNKNOWN"
      },
      "title": "Open WebUI: SSRF into internal services via unvalidated sub-resource requests in the Playwright web loader"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-70479",
    "datePublished": "2026-08-04T19:40:12.035Z",
    "dateReserved": "2026-08-04T15:24:41.339Z",
    "dateUpdated": "2026-08-05T14:49:42.803Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70467 (GCVE-0-2026-70467)

Vulnerability from cvelistv5 – Published: 2026-08-12 12:19 – Updated: 2026-08-13 15:41
VLAI
Summary
A server-side request forgery (ssrf) vulnerability in Fortinet FortiSIEM 7.5.0, FortiSIEM 7.4.0 through 7.4.2, FortiSIEM 7.3.0 through 7.3.5, FortiSIEM 7.2 all versions, FortiSIEM 7.1 all versions, FortiSIEM 7.0 all versions, FortiSIEM 6.7 all versions, FortiSIEM 6.6 all versions, FortiSIEM 6.5 all versions may allow attacker to execute unauthorized code or commands via <insert attack vector here>
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-13 15:41 UTC
CWE
  • CWE-918 - Execute unauthorized code or commands
References
Impacted products
Vendor Product Version
Fortinet FortiSIEM Affected: 7.5.0
Affected: 7.4.0 , ≤ 7.4.2 (semver)
Affected: 7.3.0 , ≤ 7.3.5 (semver)
Affected: 7.2.0 , ≤ 7.2.7 (semver)
Affected: 7.1.0 , ≤ 7.1.9 (semver)
Affected: 7.0.0 , ≤ 7.0.4 (semver)
Affected: 6.7.0 , ≤ 6.7.10 (semver)
Affected: 6.6.0 , ≤ 6.6.5 (semver)
Affected: 6.5.0 , ≤ 6.5.3 (semver)
Affected: 6.4.1 , ≤ 6.4.4 (semver)
    cpe:2.3:a:fortinet:fortisiem:7.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.5:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.9:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.8:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.7:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:7.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.10:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.9:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.8:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.7:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.6:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.5:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.5:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:fortinet:fortisiem:6.4.1:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70467",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-13T15:41:36.309292Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-13T15:41:52.642Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "cpes": [
            "cpe:2.3:a:fortinet:fortisiem:7.5.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.4.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.4.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.4.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.5:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.3.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.7:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.6:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.5:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.2.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.9:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.8:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.7:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.6:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.5:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.1.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.0.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.0.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.0.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.0.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:7.0.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.10:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.9:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.8:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.7:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.6:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.5:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.7.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.5:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.6.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.5.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.5.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.5.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.5.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.4.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.4.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.4.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:fortinet:fortisiem:6.4.1:*:*:*:*:*:*:*"
          ],
          "defaultStatus": "unaffected",
          "product": "FortiSIEM",
          "vendor": "Fortinet",
          "versions": [
            {
              "status": "affected",
              "version": "7.5.0"
            },
            {
              "lessThanOrEqual": "7.4.2",
              "status": "affected",
              "version": "7.4.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.3.5",
              "status": "affected",
              "version": "7.3.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.7",
              "status": "affected",
              "version": "7.2.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.9",
              "status": "affected",
              "version": "7.1.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.4",
              "status": "affected",
              "version": "7.0.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.10",
              "status": "affected",
              "version": "6.7.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.5",
              "status": "affected",
              "version": "6.6.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.5.3",
              "status": "affected",
              "version": "6.5.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.4.4",
              "status": "affected",
              "version": "6.4.1",
              "versionType": "semver"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "A server-side request forgery (ssrf) vulnerability in Fortinet FortiSIEM 7.5.0, FortiSIEM 7.4.0 through 7.4.2, FortiSIEM 7.3.0 through 7.3.5, FortiSIEM 7.2 all versions, FortiSIEM 7.1 all versions, FortiSIEM 7.0 all versions, FortiSIEM 6.7 all versions, FortiSIEM 6.6 all versions, FortiSIEM 6.5 all versions may allow attacker to execute unauthorized code or commands via \u003cinsert attack vector here\u003e"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 3.4,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "format": "CVSS"
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "Execute unauthorized code or commands",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-12T12:19:02.208Z",
        "orgId": "6abe59d8-c742-4dff-8ce8-9b0ca1073da8",
        "shortName": "fortinet"
      },
      "references": [
        {
          "name": "https://fortiguard.fortinet.com/psirt/FG-IR-26-159",
          "url": "https://fortiguard.fortinet.com/psirt/FG-IR-26-159"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "value": "Upgrade to FortiSIEM version 7.5.1 or above\nUpgrade to upcoming  FortiSIEM version 7.4.3 or above\nUpgrade to upcoming  FortiSIEM version 7.3.6 or above"
        }
      ]
    }
  },
  "cveMetadata": {
    "assignerOrgId": "6abe59d8-c742-4dff-8ce8-9b0ca1073da8",
    "assignerShortName": "fortinet",
    "cveId": "CVE-2026-70467",
    "datePublished": "2026-08-12T12:19:02.208Z",
    "dateReserved": "2026-08-04T15:01:43.635Z",
    "dateUpdated": "2026-08-13T15:41:52.642Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70367 (GCVE-0-2026-70367)

Vulnerability from cvelistv5 – Published: 2026-08-04 13:52 – Updated: 2026-08-06 07:28
VLAI
Title
Stunnel: ssrf bypass in stunnel socks proxy via ipv4-mapped ipv6 loopback and unspecified addresses allows access to loopback-only services
Summary
A Server-Side Request Forgery (SSRF) bypass vulnerability exists in “stunnel” 5.79 and lower when configured in SOCKS proxy mode. This flaw allows a client to bypass intended localhost restrictions by using IPv4-mapped IPv6 addresses (e.g., “::ffff:127.0.0.1”) or unspecified addresses ("0.0.0.0", "::"), enabling access to loopback-only services on the "stunnel" host that should not be network-reachable.
SSVC
Exploitation: poc Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-04 14:50 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
References
URL Tags
https://access.redhat.com/security/cve/CVE-2026-70367 vdb-entryx_refsource_REDHAT
https://bugzilla.redhat.com/show_bug.cgi?id=2462083 issue-trackingx_refsource_REDHAT
Impacted products
Date Public
2026-08-04 10:29
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70367",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-04T14:50:26.922087Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-04T14:50:38.160Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2462083"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "stunnel",
          "repo": "https://github.com/mtrojnar/stunnel",
          "vendor": "Mobi-Com Polska Sp. z o.o.",
          "versions": [
            {
              "lessThan": "5.80",
              "status": "affected",
              "version": "5.25",
              "versionType": "custom"
            }
          ]
        },
        {
          "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
          "cpes": [
            "cpe:/o:redhat:enterprise_linux:10"
          ],
          "defaultStatus": "affected",
          "packageName": "stunnel",
          "product": "Red Hat Enterprise Linux 10",
          "vendor": "Red Hat"
        },
        {
          "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
          "cpes": [
            "cpe:/o:redhat:enterprise_linux:6"
          ],
          "defaultStatus": "unaffected",
          "packageName": "stunnel",
          "product": "Red Hat Enterprise Linux 6",
          "vendor": "Red Hat"
        },
        {
          "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
          "cpes": [
            "cpe:/o:redhat:enterprise_linux:7"
          ],
          "defaultStatus": "unaffected",
          "packageName": "stunnel",
          "product": "Red Hat Enterprise Linux 7",
          "vendor": "Red Hat"
        },
        {
          "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
          "cpes": [
            "cpe:/o:redhat:enterprise_linux:8"
          ],
          "defaultStatus": "affected",
          "packageName": "stunnel",
          "product": "Red Hat Enterprise Linux 8",
          "vendor": "Red Hat"
        },
        {
          "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
          "cpes": [
            "cpe:/o:redhat:enterprise_linux:9"
          ],
          "defaultStatus": "affected",
          "packageName": "stunnel",
          "product": "Red Hat Enterprise Linux 9",
          "vendor": "Red Hat"
        }
      ],
      "credits": [
        {
          "lang": "en",
          "value": "This issue was discovered by Found by AISLE in partnership with Red Hat."
        }
      ],
      "datePublic": "2026-08-04T10:29:57.207Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "A Server-Side Request Forgery (SSRF) bypass vulnerability exists in \u201cstunnel\u201d 5.79 and lower when configured in SOCKS proxy mode. This flaw allows a client to bypass intended localhost restrictions by using IPv4-mapped IPv6 addresses (e.g., \u201c::ffff:127.0.0.1\u201d) or unspecified addresses (\"0.0.0.0\", \"::\"), enabling access to loopback-only services on the \"stunnel\" host that should not be network-reachable."
        }
      ],
      "metrics": [
        {
          "other": {
            "content": {
              "namespace": "https://access.redhat.com/security/updates/classification/",
              "value": "Moderate"
            },
            "type": "Red Hat severity rating"
          }
        },
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "format": "CVSS"
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "Server-Side Request Forgery (SSRF)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-06T07:28:08.760Z",
        "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "shortName": "redhat"
      },
      "references": [
        {
          "tags": [
            "vdb-entry",
            "x_refsource_REDHAT"
          ],
          "url": "https://access.redhat.com/security/cve/CVE-2026-70367"
        },
        {
          "name": "RHBZ#2462083",
          "tags": [
            "issue-tracking",
            "x_refsource_REDHAT"
          ],
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2462083"
        }
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2026-04-26T18:12:08.000Z",
          "value": "Reported to Red Hat."
        },
        {
          "lang": "en",
          "time": "2026-08-04T10:29:57.207Z",
          "value": "Made public."
        }
      ],
      "title": "Stunnel: ssrf bypass in stunnel socks proxy via ipv4-mapped ipv6 loopback and unspecified addresses allows access to loopback-only services",
      "workarounds": [
        {
          "lang": "en",
          "value": "To mitigate this issue, if SOCKS proxying functionality is not required, disable the \"protocol = socks\" configuration in \"stunnel\". If SOCKS proxying is necessary, restrict access to the SOCKS listener by binding it to a trusted management network or localhost, and enforce client authentication or network ACL controls. Run \"stunnel\" in a container or network namespace where no other services are bound to localhost, or add firewall rules to restrict outgoing connections from \"stunnel\" to localhost."
        }
      ],
      "x_generator": {
        "engine": "cvelib 1.8.0"
      },
      "x_redhatCweChain": "CWE-918: Server-Side Request Forgery (SSRF)"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
    "assignerShortName": "redhat",
    "cveId": "CVE-2026-70367",
    "datePublished": "2026-08-04T13:52:20.527Z",
    "dateReserved": "2026-08-04T07:03:23.572Z",
    "dateUpdated": "2026-08-06T07:28:08.760Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70332 (GCVE-0-2026-70332)

Vulnerability from cvelistv5 – Published: 2026-08-06 23:22 – Updated: 2026-08-31 20:07 Exclusively Hosted Service
VLAI
Title
Microsoft Office SharePoint Spoofing Vulnerability
Summary
Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a network.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-07 15:35 UTC
CWE
  • CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
References
Impacted products
Vendor Product Version
Microsoft Microsoft SharePoint Online Affected: -
    cpe:2.3:a:microsoft:sharepoint_online:*:*:*:*:enterprise:*:*:*
Create a notification for this product.
Date Public
2026-08-06 14:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70332",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-07T15:35:19.447886Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-07T15:35:34.918Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Microsoft SharePoint Online",
          "vendor": "Microsoft",
          "versions": [
            {
              "status": "affected",
              "version": "-"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:microsoft:sharepoint_online:*:*:*:*:enterprise:*:*:*",
                  "versionStartIncluding": "-",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "datePublic": "2026-08-06T14:00:00.000Z",
      "descriptions": [
        {
          "lang": "en-US",
          "value": "Improper neutralization of input during web page generation (\u0027cross-site scripting\u0027) in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a network."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.6,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:U/RL:O/RC:C",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en-US",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-79",
              "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
              "lang": "en-US",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-31T20:07:59.474Z",
        "orgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
        "shortName": "microsoft"
      },
      "references": [
        {
          "name": "Microsoft Office SharePoint Spoofing Vulnerability",
          "tags": [
            "vendor-advisory",
            "patch"
          ],
          "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70332"
        }
      ],
      "tags": [
        "exclusively-hosted-service"
      ],
      "title": "Microsoft Office SharePoint Spoofing Vulnerability"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
    "assignerShortName": "microsoft",
    "cveId": "CVE-2026-70332",
    "datePublished": "2026-08-06T23:22:08.981Z",
    "dateReserved": "2026-08-04T00:04:56.036Z",
    "dateUpdated": "2026-08-31T20:07:59.474Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-70326 (GCVE-0-2026-70326)

Vulnerability from cvelistv5 – Published: 2026-08-11 17:07 – Updated: 2026-08-31 20:07
VLAI
Title
Microsoft SharePoint Server Elevation of Privilege Vulnerability
Summary
Server-side request forgery (ssrf) in Microsoft Office SharePoint allows an authorized attacker to elevate privileges over a network.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-07 00:00 UTC
CWE
  • CWE-918 - Server-Side Request Forgery (SSRF)
References
Impacted products
Vendor Product Version
Microsoft Microsoft SharePoint Server Subscription Edition Affected: 16.0.0 , < 16.0.19725.20522 (custom)
    cpe:2.3:a:microsoft:sharepoint_server:*:*:*:*:subscription:*:*:*
Create a notification for this product.
Date Public
2026-08-11 14:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70326",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-07T00:00:00+00:00",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-12T03:58:26.394Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "platforms": [
            "x64-based Systems"
          ],
          "product": "Microsoft SharePoint Server Subscription Edition",
          "vendor": "Microsoft",
          "versions": [
            {
              "lessThan": "16.0.19725.20522",
              "status": "affected",
              "version": "16.0.0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:microsoft:sharepoint_server:*:*:*:*:subscription:*:*:*",
                  "versionEndExcluding": "16.0.19725.20522",
                  "versionStartIncluding": "16.0.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "datePublic": "2026-08-11T14:00:00.000Z",
      "descriptions": [
        {
          "lang": "en-US",
          "value": "Server-side request forgery (ssrf) in Microsoft Office SharePoint allows an authorized attacker to elevate privileges over a network."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en-US",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-918",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "lang": "en-US",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-31T20:07:58.203Z",
        "orgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
        "shortName": "microsoft"
      },
      "references": [
        {
          "name": "Microsoft SharePoint Server Elevation of Privilege Vulnerability",
          "tags": [
            "vendor-advisory",
            "patch"
          ],
          "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70326"
        }
      ],
      "title": "Microsoft SharePoint Server Elevation of Privilege Vulnerability"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
    "assignerShortName": "microsoft",
    "cveId": "CVE-2026-70326",
    "datePublished": "2026-08-11T17:07:12.338Z",
    "dateReserved": "2026-08-04T00:01:20.934Z",
    "dateUpdated": "2026-08-31T20:07:58.203Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

No mitigation information available for this CWE.

CAPEC-664: Server Side Request Forgery

An adversary exploits improper input validation by submitting maliciously crafted input to a target application running on a server, with the goal of forcing the server to make a request either to itself, to web services running in the server’s internal network, or to external third parties. If successful, the adversary’s request will be made with the server’s privilege level, bypassing its authentication controls. This ultimately allows the adversary to access sensitive data, execute commands on the server’s network, and make external requests with the stolen identity of the server. Server Side Request Forgery attacks differ from Cross Site Request Forgery attacks in that they target the server itself, whereas CSRF attacks exploit an insecure user authentication mechanism to perform unauthorized actions on the user's behalf.