gsd-2023-34758
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Sliver from v1.5.x to v1.5.39 has an improper cryptographic implementation, which allows attackers to execute a man-in-the-middle attack via intercepted and crafted responses.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-34758", "id": "GSD-2023-34758" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-34758" ], "details": "Sliver from v1.5.x to v1.5.39 has an improper cryptographic implementation, which allows attackers to execute a man-in-the-middle attack via intercepted and crafted responses.", "id": "GSD-2023-34758", "modified": "2023-12-13T01:20:30.864787Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2023-34758", "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": "Sliver from v1.5.x to v1.5.39 has an improper cryptographic implementation, which allows attackers to execute a man-in-the-middle attack via intercepted and crafted responses." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/tangent65536/Slivjacker", "refsource": "MISC", "url": "https://github.com/tangent65536/Slivjacker" }, { "name": "https://github.com/advisories/GHSA-8jxm-xp43-qh3q", "refsource": "MISC", "url": "https://github.com/advisories/GHSA-8jxm-xp43-qh3q" }, { "name": "https://github.com/BishopFox/sliver/releases/tag/v1.5.40", "refsource": "MISC", "url": "https://github.com/BishopFox/sliver/releases/tag/v1.5.40" }, { "name": "https://www.chtsecurity.com/news/04f41dcc-1851-463c-93bc-551323ad8091", "refsource": "MISC", "url": "https://www.chtsecurity.com/news/04f41dcc-1851-463c-93bc-551323ad8091" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=v1.5.0 \u003cv1.5.40", "affected_versions": "All versions starting from 1.5.0 before 1.5.40", "cwe_ids": [ "CWE-1035", "CWE-78", "CWE-937" ], "date": "2023-06-30", "description": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027) in github.com/bishopfox/sliver.", "fixed_versions": [ "v1.5.40" ], "identifier": "CVE-2023-34758", "identifiers": [ "GHSA-8jxm-xp43-qh3q", "CVE-2023-34758" ], "not_impacted": "All versions before 1.5.0, all versions starting from 1.5.40", "package_slug": "go/github.com/bishopfox/sliver", "pubdate": "2023-06-21", "solution": "Upgrade to version 1.5.40 or above.", "title": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "urls": [ "https://github.com/BishopFox/sliver/security/advisories/GHSA-8jxm-xp43-qh3q", "https://github.com/BishopFox/sliver/commit/2d1ea6192cac2ff9d6450b2d96043fdbf8561516", "https://github.com/BishopFox/sliver/blob/master/implant/sliver/cryptography/crypto.go", "https://github.com/BishopFox/sliver/blob/master/implant/sliver/cryptography/implant.go", "https://github.com/BishopFox/sliver/releases/tag/v1.5.40", "https://github.com/tangent65536/Slivjacker", "https://nvd.nist.gov/vuln/detail/CVE-2023-35170", "https://github.com/advisories/GHSA-8jxm-xp43-qh3q" ], "uuid": "97a60ed0-970c-4f2d-ae7e-ad07d94bfa14", "versions": [ { "commit": { "sha": "88904b006174e7db6b46a575ae60b572d637b693", "tags": [ "v1.5.0" ], "timestamp": "20220123233555" }, "number": "v1.5.0" }, { "commit": { "sha": "4b7f350caaec529cc70c5e7df8d7bd745c0ddec0", "tags": [ "v1.5.40" ], "timestamp": "20230620181746" }, "number": "v1.5.40" } ] } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:bishopfox:sliver:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.5.40", "versionStartIncluding": "1.5.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2023-34758" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Sliver from v1.5.x to v1.5.39 has an improper cryptographic implementation, which allows attackers to execute a man-in-the-middle attack via intercepted and crafted responses." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-327" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/advisories/GHSA-8jxm-xp43-qh3q", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/advisories/GHSA-8jxm-xp43-qh3q" }, { "name": "https://github.com/BishopFox/sliver/releases/tag/v1.5.40", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/BishopFox/sliver/releases/tag/v1.5.40" }, { "name": "https://github.com/tangent65536/Slivjacker", "refsource": "MISC", "tags": [ "Broken Link" ], "url": "https://github.com/tangent65536/Slivjacker" }, { "name": "https://www.chtsecurity.com/news/04f41dcc-1851-463c-93bc-551323ad8091", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://www.chtsecurity.com/news/04f41dcc-1851-463c-93bc-551323ad8091" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.2, "impactScore": 5.9 } }, "lastModifiedDate": "2023-09-12T19:39Z", "publishedDate": "2023-08-28T12: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.
Loading…
Loading…