SCA: security update for gogs.io/gogs (GHSA-744x-3838-5r56)

medium Tenable Cloud Security Plugin ID 443814

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Gogs is an open source self-hosted Git service. Prior to 0.14.3, Gogs has an unauthenticated information
disclosure vulnerability. The GET /api/v1/orgs/:orgname/teams endpoint at
internal/route/api/v1/org_team.go:8 returns all teams for any organization without requiring
authentication. The route group at internal/route/api/v1/api.go:380-385 lacks the reqToken() middleware,
and the listTeams() handler performs no authentication check, exposing team IDs, names, descriptions, and
permission levels to any unauthenticated caller. This vulnerability is fixed in 0.14.3. (CVE-2026-52815)

Solution

Update the gogs.io/gogs library and its related packages to version 0.14.3 or later.

See Also

https://github.com/advisories/GHSA-744x-3838-5r56

Plugin Details

Severity: Medium

ID: 443814

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 6/23/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2026-52815

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 5.5

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/23/2026

Vulnerability Publication Date: 6/23/2026

Reference Information

CVE: CVE-2026-52815

cwe: CWE-200