GSD-2019-11228
Vulnerability from gsd - Updated: 2023-12-13 01:24Details
repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2019-11228",
"description": "repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress.",
"id": "GSD-2019-11228"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2019-11228"
],
"details": "repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress.",
"id": "GSD-2019-11228",
"modified": "2023-12-13T01:24:00.098864Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-11228",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3",
"refsource": "MISC",
"url": "https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3"
},
{
"name": "https://github.com/go-gitea/gitea/releases/tag/v1.7.6",
"refsource": "MISC",
"url": "https://github.com/go-gitea/gitea/releases/tag/v1.7.6"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"_git_import_path": "go/github.com/go-gitea/gitea",
"affected_range": "\u003cv1.8.0",
"affected_versions": "All versions before 1.8.0",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-20",
"CWE-937"
],
"date": "2019-04-16",
"description": "`repo/setting.go` in Gitea does not validate the `form.MirrorAddress` before calling `SaveAddress`.",
"fixed_versions": [
"v1.8.0"
],
"identifier": "CVE-2019-11228",
"identifiers": [
"CVE-2019-11228"
],
"not_impacted": "All versions starting from 1.8.0",
"package_slug": "go/github.com/go-gitea/gitea",
"pubdate": "2019-04-15",
"solution": "Upgrade to versions 1.8.0 or above.",
"title": "Improper Input Validation",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-11228"
],
"uuid": "bf1f9923-cec9-444c-8c6b-115ec1ff1b6f",
"versions": [
{
"commit": {
"sha": "d4da1e304c3c343df1d6dcf2bc6a5f0fb0e383bf",
"tags": [
"v1.8.0"
],
"timestamp": "20190420192324"
},
"number": "v1.8.0"
}
]
},
{
"affected_range": "\u003cv1.7.6",
"affected_versions": "All versions before 1.7.6",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-20",
"CWE-937"
],
"date": "2022-04-12",
"description": "repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress.",
"fixed_versions": [
"v1.7.6"
],
"identifier": "CVE-2019-11228",
"identifiers": [
"GHSA-q47x-6mqq-4w92",
"CVE-2019-11228"
],
"not_impacted": "All versions starting from 1.7.6",
"package_slug": "go/github.com/go-gitea/gitea/models",
"pubdate": "2022-02-15",
"solution": "Upgrade to version 1.7.6 or above.",
"title": "Improper Input Validation",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-11228",
"https://github.com/go-gitea/gitea/pull/6593",
"https://github.com/go-gitea/gitea/pull/6595",
"https://github.com/go-gitea/gitea/releases/tag/v1.7.6",
"https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3",
"https://github.com/advisories/GHSA-q47x-6mqq-4w92"
],
"uuid": "74defa0e-55cc-41f8-8729-e36d23aaa154",
"versions": [
{
"commit": {
"sha": "c09c44ae48a6b0eaca937c4888ce2bb041a8a91f",
"tags": [
"v1.7.6"
],
"timestamp": "20190413021200"
},
"number": "v1.7.6"
}
]
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:gitea:gitea:1.8.0:rc1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:gitea:gitea:1.8.0:rc2:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:gitea:gitea:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.7.6",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-11228"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-20"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3",
"refsource": "MISC",
"tags": [
"Patch",
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3"
},
{
"name": "https://github.com/go-gitea/gitea/releases/tag/v1.7.6",
"refsource": "MISC",
"tags": [
"Patch",
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/go-gitea/gitea/releases/tag/v1.7.6"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2019-04-16T14:14Z",
"publishedDate": "2019-04-15T12:31Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…