gsd-2023-37378
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Nullsoft Scriptable Install System (NSIS) before 3.09 mishandles access control for an uninstaller directory.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-37378",
"id": "GSD-2023-37378"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-37378"
],
"details": "Nullsoft Scriptable Install System (NSIS) before 3.09 mishandles access control for an uninstaller directory.",
"id": "GSD-2023-37378",
"modified": "2023-12-13T01:20:24.664312Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-37378",
"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": "Nullsoft Scriptable Install System (NSIS) before 3.09 mishandles access control for an uninstaller directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://sf.net/p/nsis/bugs/1296",
"refsource": "MISC",
"url": "http://sf.net/p/nsis/bugs/1296"
},
{
"name": "https://nsis.sourceforge.io/Docs/AppendixF.html#v3.09",
"refsource": "MISC",
"url": "https://nsis.sourceforge.io/Docs/AppendixF.html#v3.09"
},
{
"name": "https://sourceforge.net/p/nsis/news/2023/07/nsis-309-released/",
"refsource": "MISC",
"url": "https://sourceforge.net/p/nsis/news/2023/07/nsis-309-released/"
},
{
"name": "https://github.com/kichik/nsis/commit/281e2851fe669d10e0650fc89d0e7fb74a598967",
"refsource": "MISC",
"url": "https://github.com/kichik/nsis/commit/281e2851fe669d10e0650fc89d0e7fb74a598967"
},
{
"name": "https://github.com/kichik/nsis/commit/409b5841479c44fbf33a6ba97c1146e46f965467",
"refsource": "MISC",
"url": "https://github.com/kichik/nsis/commit/409b5841479c44fbf33a6ba97c1146e46f965467"
},
{
"name": "https://github.com/kichik/nsis/commit/c40cf78994e74a1a3a381a850c996b251e3277c0",
"refsource": "MISC",
"url": "https://github.com/kichik/nsis/commit/c40cf78994e74a1a3a381a850c996b251e3277c0"
},
{
"name": "[debian-lts-announce] 20230707 [SECURITY] [DLA 3483-1] nsis security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00005.html"
},
{
"name": "FEDORA-2023-dfb6cc599f",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZPAAU57IA3NP6UOUXNBUQBAYK3JB2IM/"
},
{
"name": "FEDORA-2023-b9ec99605f",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A65FBUMHLZ7GBV3VDKUB5EK3A7X2UUWK/"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:nullsoft:nullsoft_scriptable_install_system:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "3.09",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-37378"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Nullsoft Scriptable Install System (NSIS) before 3.09 mishandles access control for an uninstaller directory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/kichik/nsis/commit/281e2851fe669d10e0650fc89d0e7fb74a598967",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/kichik/nsis/commit/281e2851fe669d10e0650fc89d0e7fb74a598967"
},
{
"name": "https://sourceforge.net/p/nsis/news/2023/07/nsis-309-released/",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://sourceforge.net/p/nsis/news/2023/07/nsis-309-released/"
},
{
"name": "https://nsis.sourceforge.io/Docs/AppendixF.html#v3.09",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://nsis.sourceforge.io/Docs/AppendixF.html#v3.09"
},
{
"name": "https://github.com/kichik/nsis/commit/409b5841479c44fbf33a6ba97c1146e46f965467",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/kichik/nsis/commit/409b5841479c44fbf33a6ba97c1146e46f965467"
},
{
"name": "https://github.com/kichik/nsis/commit/c40cf78994e74a1a3a381a850c996b251e3277c0",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/kichik/nsis/commit/c40cf78994e74a1a3a381a850c996b251e3277c0"
},
{
"name": "http://sf.net/p/nsis/bugs/1296",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Permissions Required"
],
"url": "http://sf.net/p/nsis/bugs/1296"
},
{
"name": "[debian-lts-announce] 20230707 [SECURITY] [DLA 3483-1] nsis security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00005.html"
},
{
"name": "FEDORA-2023-b9ec99605f",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A65FBUMHLZ7GBV3VDKUB5EK3A7X2UUWK/"
},
{
"name": "FEDORA-2023-dfb6cc599f",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZPAAU57IA3NP6UOUXNBUQBAYK3JB2IM/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4
}
},
"lastModifiedDate": "2023-07-13T23:15Z",
"publishedDate": "2023-07-03T20: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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…