Vulnerabilites related to go-gitea - go-gitea/gitea
cve-2022-0905
Vulnerability from cvelistv5
Published
2022-03-10 00:00
Modified
2024-08-02 23:47
Severity ?
EPSS score ?
Summary
Missing Authorization in GitHub repository go-gitea/gitea prior to 1.16.4.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
go-gitea | go-gitea/gitea |
Version: unspecified < 1.16.4 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T23:47:41.923Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://huntr.dev/bounties/8d221f92-b2b1-4878-bc31-66ff272e5ceb" }, { "tags": [ "x_transferred" ], "url": "https://github.com/go-gitea/gitea/commit/1314f38b59748397b3429fb9bc9f9d6bac85d2f2" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "go-gitea/gitea", "vendor": "go-gitea", "versions": [ { "lessThan": "1.16.4", "status": "affected", "version": "unspecified", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Missing Authorization in GitHub repository go-gitea/gitea prior to 1.16.4." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-862", "description": "CWE-862 Missing Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-06-29T00:00:00", "orgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "shortName": "@huntrdev" }, "references": [ { "url": "https://huntr.dev/bounties/8d221f92-b2b1-4878-bc31-66ff272e5ceb" }, { "url": "https://github.com/go-gitea/gitea/commit/1314f38b59748397b3429fb9bc9f9d6bac85d2f2" } ], "source": { "advisory": "8d221f92-b2b1-4878-bc31-66ff272e5ceb", "discovery": "EXTERNAL" }, "title": "Missing Authorization in go-gitea/gitea" } }, "cveMetadata": { "assignerOrgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "assignerShortName": "@huntrdev", "cveId": "CVE-2022-0905", "datePublished": "2022-03-10T00:00:00", "dateReserved": "2022-03-09T00:00:00", "dateUpdated": "2024-08-02T23:47:41.923Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2022-1058
Vulnerability from cvelistv5
Published
2022-03-24 14:15
Modified
2024-08-02 23:47
Severity ?
EPSS score ?
Summary
Open Redirect on login in GitHub repository go-gitea/gitea prior to 1.16.5.
References
▼ | URL | Tags |
---|---|---|
https://huntr.dev/bounties/4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d | x_refsource_CONFIRM | |
https://github.com/go-gitea/gitea/commit/e3d8e92bdc67562783de9a76b5b7842b68daeb48 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
go-gitea | go-gitea/gitea |
Version: unspecified < 1.16.5 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T23:47:43.285Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://huntr.dev/bounties/4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/go-gitea/gitea/commit/e3d8e92bdc67562783de9a76b5b7842b68daeb48" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "go-gitea/gitea", "vendor": "go-gitea", "versions": [ { "lessThan": "1.16.5", "status": "affected", "version": "unspecified", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Open Redirect on login in GitHub repository go-gitea/gitea prior to 1.16.5." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.2, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-601", "description": "CWE-601 URL Redirection to Untrusted Site", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-03-24T14:15:12", "orgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "shortName": "@huntrdev" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://huntr.dev/bounties/4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/go-gitea/gitea/commit/e3d8e92bdc67562783de9a76b5b7842b68daeb48" } ], "source": { "advisory": "4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d", "discovery": "EXTERNAL" }, "title": "Open Redirect on login in go-gitea/gitea", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@huntr.dev", "ID": "CVE-2022-1058", "STATE": "PUBLIC", "TITLE": "Open Redirect on login in go-gitea/gitea" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "go-gitea/gitea", "version": { "version_data": [ { "version_affected": "\u003c", "version_value": "1.16.5" } ] } } ] }, "vendor_name": "go-gitea" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Open Redirect on login in GitHub repository go-gitea/gitea prior to 1.16.5." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.2, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-601 URL Redirection to Untrusted Site" } ] } ] }, "references": { "reference_data": [ { "name": "https://huntr.dev/bounties/4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d", "refsource": "CONFIRM", "url": "https://huntr.dev/bounties/4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d" }, { "name": "https://github.com/go-gitea/gitea/commit/e3d8e92bdc67562783de9a76b5b7842b68daeb48", "refsource": "MISC", "url": "https://github.com/go-gitea/gitea/commit/e3d8e92bdc67562783de9a76b5b7842b68daeb48" } ] }, "source": { "advisory": "4fb42144-ac70-4f76-a5e1-ef6b5e55dc0d", "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "assignerShortName": "@huntrdev", "cveId": "CVE-2022-1058", "datePublished": "2022-03-24T14:15:12", "dateReserved": "2022-03-23T00:00:00", "dateUpdated": "2024-08-02T23:47:43.285Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2022-1928
Vulnerability from cvelistv5
Published
2022-05-29 00:00
Modified
2024-08-03 00:17
Severity ?
EPSS score ?
Summary
Cross-site Scripting (XSS) - Stored in GitHub repository go-gitea/gitea prior to 1.16.9.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
go-gitea | go-gitea/gitea |
Version: unspecified < 1.16.9 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T00:17:00.935Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://huntr.dev/bounties/6336ec42-5c4d-4f61-ae38-2bb539f433d2" }, { "tags": [ "x_transferred" ], "url": "https://github.com/go-gitea/gitea/commit/65e0688a5c9dacad50e71024b7529fdf0e3c2e9c" }, { "name": "GLSA-202210-14", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202210-14" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "go-gitea/gitea", "vendor": "go-gitea", "versions": [ { "lessThan": "1.16.9", "status": "affected", "version": "unspecified", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Cross-site Scripting (XSS) - Stored in GitHub repository go-gitea/gitea prior to 1.16.9." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-10-31T00:00:00", "orgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "shortName": "@huntrdev" }, "references": [ { "url": "https://huntr.dev/bounties/6336ec42-5c4d-4f61-ae38-2bb539f433d2" }, { "url": "https://github.com/go-gitea/gitea/commit/65e0688a5c9dacad50e71024b7529fdf0e3c2e9c" }, { "name": "GLSA-202210-14", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202210-14" } ], "source": { "advisory": "6336ec42-5c4d-4f61-ae38-2bb539f433d2", "discovery": "EXTERNAL" }, "title": "Cross-site Scripting (XSS) - Stored in go-gitea/gitea" } }, "cveMetadata": { "assignerOrgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "assignerShortName": "@huntrdev", "cveId": "CVE-2022-1928", "datePublished": "2022-05-29T00:00:00", "dateReserved": "2022-05-28T00:00:00", "dateUpdated": "2024-08-03T00:17:00.935Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2023-3515
Vulnerability from cvelistv5
Published
2023-07-05 14:12
Modified
2025-02-13 16:55
Severity ?
EPSS score ?
Summary
Open Redirect in GitHub repository go-gitea/gitea prior to 1.19.4.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
go-gitea | go-gitea/gitea |
Version: unspecified < 1.19.4 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T06:55:03.595Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://huntr.dev/bounties/e335cd18-bc4d-4585-adb7-426c817ed053" }, { "tags": [ "x_transferred" ], "url": "https://github.com/go-gitea/gitea/commit/9aaaf980f0ba15611f30568bd67bce3ec12954e2" }, { "tags": [ "x_transferred" ], "url": "https://security.gentoo.org/glsa/202312-13" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "go-gitea/gitea", "vendor": "go-gitea", "versions": [ { "lessThan": "1.19.4", "status": "affected", "version": "unspecified", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Open Redirect in GitHub repository go-gitea/gitea prior to 1.19.4." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:N/A:N", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-601", "description": "CWE-601 URL Redirection to Untrusted Site", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-12-23T11:06:17.795Z", "orgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "shortName": "@huntrdev" }, "references": [ { "url": "https://huntr.dev/bounties/e335cd18-bc4d-4585-adb7-426c817ed053" }, { "url": "https://github.com/go-gitea/gitea/commit/9aaaf980f0ba15611f30568bd67bce3ec12954e2" }, { "url": "https://security.gentoo.org/glsa/202312-13" } ], "source": { "advisory": "e335cd18-bc4d-4585-adb7-426c817ed053", "discovery": "EXTERNAL" }, "title": "Open Redirect in go-gitea/gitea" } }, "cveMetadata": { "assignerOrgId": "c09c270a-b464-47c1-9133-acb35b22c19a", "assignerShortName": "@huntrdev", "cveId": "CVE-2023-3515", "datePublished": "2023-07-05T14:12:33.673Z", "dateReserved": "2023-07-05T14:12:20.176Z", "dateUpdated": "2025-02-13T16:55:48.787Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }