---
id: CVE-2026-100601
title: >-
  ClawHub (openclaw/clawhub) application/backend contains a server-side request
  forgery vulnerability in the public profile preview's image fetching
summary: >-
  ClawHub (openclaw/clawhub) application/backend contains a server-side request
  forgery vulnerability in the public profile preview's image fetching. The
  preview accepts a user-supplied image URL and checks the textual hostname
  against pri…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'
cwe:
  - CWE-918
vendor: openclaw
product: clawhub
affected:
  - clawhub < 8c2de6c506bb4efabe3f0c2ffb8370b9e23d4650
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:40.040'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100601'
references:
  - url: >-
      https://github.com/openclaw/clawhub/commit/8c2de6c506bb4efabe3f0c2ffb8370b9e23d4650
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/openclaw/clawhub/security/advisories/GHSA-48gp-hx8w-wjvm
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/clawhub-ssrf-via-unchecked-dns-resolution-in-profile-image
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.936Z'
---

## Overview

ClawHub (openclaw/clawhub) application/backend contains a server-side request forgery vulnerability in the public profile preview's image fetching. The preview accepts a user-supplied image URL and checks the textual hostname against private-address patterns, but does not validate or pin the resolved network destination, so a public-looking hostname can resolve to an internal address or change resolution between validation and connection (DNS rebinding). A maintainer-run local harness demonstrated an outbound connection to an owner-controlled loopback listener; access to production internal services, credential disclosure, and code execution were not demonstrated. The issue was confirmed at revision cbfee7343ddc867316dd9b3de6fa8856730f9f41; the complete historical affected range was not established. Fixed by PR #3683, included in revision 8c2de6c506bb4efabe3f0c2ffb8370b9e23d4650, which was deployed to clawhub.ai on 2026-09-11; self-hosted deployments should update to that revision or a later descendant. The npm CLI and OpenClaw runtime are separate products and are not affected.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
