Description
Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim
Published: 2026-08-13
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Gitea’s OAuth2 avatar synchronization processes the picture claim supplied by an OpenID Connect provider without validating the URL. This flaw allows an attacker to supply a crafted claim that points to an arbitrary HTTP endpoint, forcing the Gitea server to perform a blind outbound request. The operation does not return the response contents, but the side‑effect of making the request can be abused to exfiltrate data or to reach internal resources, effectively creating a blind Server Side Request Forgery.

Affected Systems

The issue affects the Gitea Open Source Git Server provided by Gitea. No specific affected version is listed in the record, but the advisory and release notes point to the 1.27.0 release as the first version that includes a patch. Systems running older releases that have not applied the update are potentially vulnerable.

Risk and Exploitability

The vulnerability has a CVSS score of 3.1, indicating low severity, and an EPSS score of < 1%, indicating a very low exploitation probability. KEV listing is absent. As a blind Server Side Request Forgery, the potential impact remains high: an attacker with a forged OIDC token can force Gitea to reach arbitrary hosts, enabling information disclosure or internal network scoping. The likely attack vector is through a malicious or compromised OIDC provider that issues an attacker‑controlled picture claim, or an attacker who can influence the OIDC authentication flow on the server side.

Generated by OpenCVE AI on August 14, 2026 at 19:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to version 1.27.0 or later to receive the vendor patch
  • If an upgrade is not immediately possible, disable automatic avatar synchronization or explicitly reject the picture claim in the OIDC configuration to prevent blind outbound requests
  • Implement network segmentation or firewall rules that restrict outbound HTTP traffic from the Gitea server to only trusted domains, limiting the impact of any remaining SSRF functionality

Generated by OpenCVE AI on August 14, 2026 at 19:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x77v-q46j-393g Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim
History

Fri, 14 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 14 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Gitea
Gitea gitea Open Source Git Server
Vendors & Products Gitea
Gitea gitea Open Source Git Server

Thu, 13 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim
Title Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim
Weaknesses CWE-918
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-14T17:45:37.628Z

Reserved: 2026-03-03T03:25:50.307Z

Link: CVE-2026-23603

cve-icon Vulnrichment

Updated: 2026-08-14T17:45:21.838Z

cve-icon NVD

Status : Deferred

Published: 2026-08-13T17:17:21.770

Modified: 2026-08-26T16:53:48.300

Link: CVE-2026-23603

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T19:30:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)