gsd-2022-32174
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-32174", "description": "In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover.", "id": "GSD-2022-32174" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-32174" ], "details": "In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover.", "id": "GSD-2022-32174", "modified": "2023-12-13T01:19:12.878105Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "vulnerabilitylab@whitesourcesoftware.com", "DATE_PUBLIC": "Oct 6, 2022, 12:00:00 AM", "ID": "CVE-2022-32174", "STATE": "PUBLIC", "TITLE": "Gogs - XSS" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "gogs", "version": { "version_data": [ { "version_affected": "\u003e=", "version_value": "v0.6.5" }, { "version_affected": "\u003c=", "version_value": "v0.12.10" } ] } } ] }, "vendor_name": "gogs" } ] } }, "credit": [ { "lang": "eng", "value": "Mend Vulnerability Research Team (MVR)" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.0, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": 3.1 } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.mend.io/vulnerability-database/CVE-2022-32174", "refsource": "MISC", "url": "https://www.mend.io/vulnerability-database/CVE-2022-32174" }, { "name": "https://github.com/gogs/gogs/blob/v0.12.10/public/js/gogs.js#L263", "refsource": "MISC", "url": "https://github.com/gogs/gogs/blob/v0.12.10/public/js/gogs.js#L263" } ] }, "source": { "advisory": "https://www.mend.io/vulnerability-database/", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=0.6.5 \u003c=0.12.10", "affected_versions": "All versions starting from 0.6.5 up to 0.12.10", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-79", "CWE-937" ], "date": "2022-10-11", "description": "In Gogs, versions v0.6.5 through v0.12.10 is vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover.", "fixed_versions": [], "identifier": "CVE-2022-32174", "identifiers": [ "GHSA-mcjj-2fvq-mc3r", "CVE-2022-32174" ], "not_impacted": "", "package_slug": "go/gogs.io/gogs", "pubdate": "2022-10-11", "solution": "Unfortunately, there is no solution available yet.", "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-32174", "https://github.com/gogs/gogs/blob/v0.12.10/public/js/gogs.js#L263", "https://www.mend.io/vulnerability-database/CVE-2022-32174", "https://github.com/advisories/GHSA-mcjj-2fvq-mc3r" ], "uuid": "78238058-4501-4532-9a68-285e6cde9cfe" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:gogs:gogs:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "0.12.10", "versionStartIncluding": "0.6.5", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "vulnerabilitylab@mend.io", "ID": "CVE-2022-32174" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In Gogs, versions v0.6.5 through v0.12.10 are vulnerable to Stored Cross-Site Scripting (XSS) that leads to an account takeover." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-79" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/gogs/gogs/blob/v0.12.10/public/js/gogs.js#L263", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gogs/gogs/blob/v0.12.10/public/js/gogs.js#L263" }, { "name": "https://www.mend.io/vulnerability-database/CVE-2022-32174", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://www.mend.io/vulnerability-database/CVE-2022-32174" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.0, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.3, "impactScore": 6.0 } }, "lastModifiedDate": "2022-10-18T12:15Z", "publishedDate": "2022-10-11T15:15Z" } } }
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.