products / gitea

Gitea

Gitea is a lightweight, self-hosted Git platform written in Go. NVD tracks the application as gitea:gitea with a solid historical CVE record for authentication and repository edge cases.

api usage

Querying Gitea

product sluggitea
version format1.16.2, 1.21.0
bash
curl "https://api.attestd.io/v1/check?product=gitea&version=1.16.2" \
  -H "Authorization: Bearer $ATTESTD_KEY"

Example line with multiple XSS and authorization issues from the 1.16.x era. Exact risk_state depends on NVD range aggregation for your semver.

json
{
  "product": "gitea",
  "version": "1.16.2",
  "supported": true,
  "risk_state": "critical",
  "risk_factors": [
    "remote_code_execution",
    "no_authentication_required",
    "internet_exposed_service",
    "patch_available"
  ],
  "actively_exploited": false,
  "remote_exploitable": true,
  "authentication_required": false,
  "patch_available": true,
  "fixed_version": "1.26.3",
  "confidence": 0.5,
  "cve_ids": [
    "CVE-2022-0905",
    "CVE-2022-1058",
    "CVE-2022-1928",
    "CVE-2022-30781",
    "CVE-2022-38183",
    "CVE-2022-38795",
    "CVE-2022-42968",
    "CVE-2023-3515",
    "CVE-2025-68938",
    "CVE-2025-68939",
    "CVE-2025-68940",
    "CVE-2025-68941",
    "CVE-2025-68942",
    "CVE-2025-68943",
    "CVE-2025-68944",
    "CVE-2025-68945",
    "CVE-2025-68946",
    "CVE-2025-69413",
    "CVE-2026-0798",
    "CVE-2026-20736",
    "CVE-2026-20750",
    "CVE-2026-20800",
    "CVE-2026-20883",
    "CVE-2026-20888",
    "CVE-2026-20896",
    "CVE-2026-20897",
    "CVE-2026-20904",
    "CVE-2026-20912",
    "CVE-2026-27771"
  ],
  "cves": null,
  "max_epss": 0.8793,
  "last_updated": "2026-08-03T04:43:17.116358Z",
  "supply_chain": null,
  "supply_chain_monitored": false,
  "typosquat": null
}
newer line

1.22.3 is a representative newer release for a spot check after patches.

bash
curl "https://api.attestd.io/v1/check?product=gitea&version=1.26.3" \
  -H "Authorization: Bearer $ATTESTD_KEY"
notable cves

CVE history

CVEDescriptionAffectsCVSS
CVE-2022-27313Open redirect via repository migration.see NVD / 1.16.x era7.5
CVE-2022-30781Session fixation / cookie scope issue.see NVD8.1
CVE-2018-18926Remote code execution (historical, pre-1.5.4).pre-1.5.49.8
related