GSD-2019-16354
Vulnerability from gsd - Updated: 2023-12-13 01:23Details
The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2019-16354",
"description": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"id": "GSD-2019-16354"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2019-16354"
],
"details": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"id": "GSD-2019-16354",
"modified": "2023-12-13T01:23:40.911235Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-16354",
"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": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/astaxie/beego/issues/3763",
"refsource": "MISC",
"url": "https://github.com/astaxie/beego/issues/3763"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"_git_import_path": "go/github.com/astaxie/beego/session",
"affected_range": "=v1.10.0",
"affected_versions": "Version 1.10.0",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-362",
"CWE-937"
],
"date": "2019-09-17",
"description": "The File Session Manager in Beego allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"fixed_versions": [
"v1.10.1"
],
"identifier": "CVE-2019-16354",
"identifiers": [
"CVE-2019-16354"
],
"not_impacted": "All versions before 1.10.0, all versions after 1.10.0",
"package_slug": "go/github.com/astaxie/beego",
"pubdate": "2019-09-16",
"solution": "Upgrade to version 1.10.1 or above.",
"title": "Concurrent Execution using Shared Resource with Improper Synchronization (Race Condition)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16354"
],
"uuid": "5cbdb968-d76c-4285-9597-33fbb14d4ac2",
"versions": [
{
"commit": {
"sha": "a09bafbf2ab483742b17bb352f95dbc0a597e720",
"tags": [
"v1.10.0"
],
"timestamp": "20180721095528"
},
"number": "v1.10.0"
},
{
"commit": {
"sha": "053a075344c118a5cc41981b29ef612bb53d20ca",
"tags": [
"v1.10.1"
],
"timestamp": "20180731151848"
},
"number": "v1.10.1"
}
]
},
{
"affected_range": "\u003c1.12.2",
"affected_versions": "All versions before 1.12.2",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-362",
"CWE-732",
"CWE-937"
],
"date": "2021-08-02",
"description": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"fixed_versions": [
"1.12.2"
],
"identifier": "CVE-2019-16354",
"identifiers": [
"GHSA-f6px-w8rh-7r89",
"CVE-2019-16354"
],
"not_impacted": "All versions starting from 1.12.2",
"package_slug": "go/github.com/astaxie/beego/session",
"pubdate": "2021-08-02",
"solution": "Upgrade to version 1.12.2 or above.",
"title": "Incorrect Permission Assignment for Critical Resource",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16354",
"https://github.com/astaxie/beego/issues/3763",
"https://github.com/beego/beego/issues/3763",
"https://github.com/beego/beego/pull/3975/commits/f99cbe0fa40936f2f8dd28e70620c559b6e5e2fd",
"https://github.com/astaxie/beego/blob/develop/session/sess_file.go#L141",
"https://github.com/advisories/GHSA-f6px-w8rh-7r89"
],
"uuid": "9b632f06-3395-49b2-8695-b1716d9513cc"
},
{
"affected_range": "\u003c1.12.2",
"affected_versions": "All versions before 1.12.2",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-362",
"CWE-732",
"CWE-937"
],
"date": "2021-08-02",
"description": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"fixed_versions": [
"1.12.2"
],
"identifier": "CVE-2019-16354",
"identifiers": [
"GHSA-f6px-w8rh-7r89",
"CVE-2019-16354"
],
"not_impacted": "All versions starting from 1.12.2",
"package_slug": "go/github.com/beego/beego",
"pubdate": "2021-08-02",
"solution": "Upgrade to version 1.12.2 or above.",
"title": "Incorrect Permission Assignment for Critical Resource",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16354",
"https://github.com/astaxie/beego/issues/3763",
"https://github.com/beego/beego/issues/3763",
"https://github.com/beego/beego/pull/3975/commits/f99cbe0fa40936f2f8dd28e70620c559b6e5e2fd",
"https://github.com/astaxie/beego/blob/develop/session/sess_file.go#L141",
"https://github.com/advisories/GHSA-f6px-w8rh-7r89"
],
"uuid": "66957767-3d32-4e21-81e1-e94878ad8aa5"
},
{
"affected_range": "\u003cv1.12.2",
"affected_versions": "All versions before 1.12.2",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-362",
"CWE-732",
"CWE-937"
],
"date": "2023-02-07",
"description": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.",
"fixed_versions": [
"v1.12.2"
],
"identifier": "CVE-2019-16354",
"identifiers": [
"GHSA-f6px-w8rh-7r89",
"CVE-2019-16354"
],
"not_impacted": "All versions starting from 1.12.2",
"package_slug": "go/github.com/beego/beego/session",
"pubdate": "2021-08-02",
"solution": "Upgrade to version 1.12.2 or above.",
"title": "Incorrect Permission Assignment for Critical Resource",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-16354",
"https://github.com/astaxie/beego/issues/3763",
"https://github.com/beego/beego/issues/3763",
"https://github.com/beego/beego/pull/3975/commits/f99cbe0fa40936f2f8dd28e70620c559b6e5e2fd",
"https://github.com/astaxie/beego/blob/develop/session/sess_file.go#L141",
"https://github.com/beego/beego/pull/3975",
"https://github.com/beego/beego/commit/bac2b31afecc65d9a89f9e473b8006c5edc0c8d1",
"https://pkg.go.dev/vuln/GO-2021-0084",
"https://github.com/advisories/GHSA-f6px-w8rh-7r89"
],
"uuid": "c6a1c1dd-c3a5-49d3-b27b-c3255cb0016c",
"versions": [
{
"commit": {
"sha": "8ef8fd26068a7b70865acbabee89f6691ae553a9",
"tags": [
"v1.12.2"
],
"timestamp": "20200630152529"
},
"number": "v1.12.2"
}
]
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:beego:beego:1.10.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-16354"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
},
{
"lang": "en",
"value": "CWE-732"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/astaxie/beego/issues/3763",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/astaxie/beego/issues/3763"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 1.9,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.4,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "LOW",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 3.6
}
},
"lastModifiedDate": "2021-07-21T11:39Z",
"publishedDate": "2019-09-16T15:15Z"
}
}
}
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…