ghsa-vm62-9jw3-c8w3
Vulnerability from github
Published
2024-12-23 20:38
Modified
2024-12-23 20:38
Severity ?
VLAI Severity ?
Summary
Gogs has an argument Injection in the built-in SSH server
Details
Impact
When the built-in SSH server is enabled ([server] START_SSH_SERVER = true
), unprivileged user accounts with at least one SSH key can execute arbitrary commands on the Gogs instance with the privileges of the user specified by RUN_USER
in the configuration. It allows attackers to access and alter any users' code hosted on the same instance.
Patches
The env
command sent to the internal SSH server has been changed to be a passthrough (https://github.com/gogs/gogs/pull/7868), i.e. the feature is effectively removed. Users should upgrade to 0.13.1 or the latest 0.14.0+dev.
Workarounds
Disable the use of built-in SSH server on operating systems other than Windows.
References
https://www.cve.org/CVERecord?id=CVE-2024-39930
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 0.13.0" }, "package": { "ecosystem": "Go", "name": "gogs.io/gogs" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.13.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-39930" ], "database_specific": { "cwe_ids": [ "CWE-88" ], "github_reviewed": true, "github_reviewed_at": "2024-12-23T20:38:34Z", "nvd_published_at": null, "severity": "CRITICAL" }, "details": "### Impact\n\nWhen the built-in SSH server is enabled (`[server] START_SSH_SERVER = true`), unprivileged user accounts with at least one SSH key can execute arbitrary commands on the Gogs instance with the privileges of the user specified by `RUN_USER` in the configuration. It allows attackers to access and alter any users\u0027 code hosted on the same instance.\n\n### Patches\n\nThe `env` command sent to the internal SSH server has been changed to be a passthrough (https://github.com/gogs/gogs/pull/7868), i.e. the feature is effectively removed. Users should upgrade to 0.13.1 or the latest 0.14.0+dev.\n\n### Workarounds\n\n[Disable the use of built-in SSH server](https://github.com/gogs/gogs/blob/7adac94f1e93cc5c3545ea31688662dcef9cd737/conf/app.ini#L76-L77) on operating systems other than Windows.\n\n### References\n\nhttps://www.cve.org/CVERecord?id=CVE-2024-39930\n", "id": "GHSA-vm62-9jw3-c8w3", "modified": "2024-12-23T20:38:34Z", "published": "2024-12-23T20:38:34Z", "references": [ { "type": "WEB", "url": "https://github.com/gogs/gogs/security/advisories/GHSA-vm62-9jw3-c8w3" }, { "type": "PACKAGE", "url": "https://github.com/gogs/gogs" }, { "type": "WEB", "url": "https://www.sonarsource.com/blog/securing-developer-tools-unpatched-code-vulnerabilities-in-gogs-1" }, { "type": "WEB", "url": "https://www.vicarius.io/vsociety/posts/argument-injection-in-gogs-ssh-server-cve-2024-39930" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AC:L/AV:N/A:H/C:H/I:H/PR:L/S:C/UI:N", "type": "CVSS_V3" } ], "summary": "Gogs has an argument Injection in the built-in SSH server" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…