gsd-2022-2054
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Code Injection in GitHub repository nuitka/nuitka prior to 0.9.
Aliases
Aliases
{ GSD: { alias: "CVE-2022-2054", description: "Command Injection in GitHub repository nuitka/nuitka prior to 0.9.", id: "GSD-2022-2054", references: [ "https://www.suse.com/security/cve/CVE-2022-2054.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-2054", ], details: "Code Injection in GitHub repository nuitka/nuitka prior to 0.9.\n\n", id: "GSD-2022-2054", modified: "2023-12-13T01:19:19.918679Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security@huntr.dev", ID: "CVE-2022-2054", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "nuitka/nuitka", version: { version_data: [ { version_affected: "<", version_name: "unspecified", version_value: "0.9", }, ], }, }, ], }, vendor_name: "nuitka", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Code Injection in GitHub repository nuitka/nuitka prior to 0.9.\n\n", }, ], }, generator: { engine: "Vulnogram 0.1.0-dev", }, impact: { cvss: [ { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, ], }, problemtype: { problemtype_data: [ { description: [ { cweId: "CWE-94", lang: "eng", value: "CWE-94 Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, ], }, ], }, references: { reference_data: [ { name: "https://huntr.dev/bounties/ea4a842c-c48c-4aae-a599-3305125c63a7", refsource: "MISC", url: "https://huntr.dev/bounties/ea4a842c-c48c-4aae-a599-3305125c63a7", }, { name: "https://github.com/nuitka/nuitka/commit/09647745d7cbb6ff32f9fa948f19d5558b32bcad", refsource: "MISC", url: "https://github.com/nuitka/nuitka/commit/09647745d7cbb6ff32f9fa948f19d5558b32bcad", }, ], }, source: { advisory: "ea4a842c-c48c-4aae-a599-3305125c63a7", discovery: "EXTERNAL", }, }, "gitlab.com": { advisories: [ { affected_range: "<=0.8.4", affected_versions: "All versions up to 0.8.4", cvss_v2: "AV:L/AC:L/Au:N/C:C/I:C/A:C", cvss_v3: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", cwe_ids: [ "CWE-1035", "CWE-77", "CWE-937", ], date: "2022-06-23", description: "Command Injection in GitHub repository nuitka/nuitka prior to 0.9.", fixed_versions: [ "0.9", ], identifier: "CVE-2022-2054", identifiers: [ "GHSA-4v3r-hqr9-69jf", "CVE-2022-2054", ], not_impacted: "All versions after 0.8.4", package_slug: "pypi/Nuitka", pubdate: "2022-06-13", solution: "Upgrade to version 0.9 or above.", title: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2022-2054", "https://github.com/nuitka/nuitka/commit/09647745d7cbb6ff32f9fa948f19d5558b32bcad", "https://huntr.dev/bounties/ea4a842c-c48c-4aae-a599-3305125c63a7", "https://github.com/advisories/GHSA-4v3r-hqr9-69jf", ], uuid: "8fda2fee-01b1-462f-a59f-2d0832ccd293", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:nuitka:nuitka:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "0.9", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security@huntr.dev", ID: "CVE-2022-2054", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "Code Injection in GitHub repository nuitka/nuitka prior to 0.9.\n\n", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-94", }, ], }, ], }, references: { reference_data: [ { name: "https://huntr.dev/bounties/ea4a842c-c48c-4aae-a599-3305125c63a7", refsource: "CONFIRM", tags: [ "Exploit", "Patch", "Third Party Advisory", ], url: "https://huntr.dev/bounties/ea4a842c-c48c-4aae-a599-3305125c63a7", }, { name: "https://github.com/nuitka/nuitka/commit/09647745d7cbb6ff32f9fa948f19d5558b32bcad", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/nuitka/nuitka/commit/09647745d7cbb6ff32f9fa948f19d5558b32bcad", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "LOW", accessVector: "LOCAL", authentication: "NONE", availabilityImpact: "COMPLETE", baseScore: 7.2, confidentialityImpact: "COMPLETE", integrityImpact: "COMPLETE", vectorString: "AV:L/AC:L/Au:N/C:C/I:C/A:C", version: "2.0", }, exploitabilityScore: 3.9, impactScore: 10, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "HIGH", userInteractionRequired: false, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 1.8, impactScore: 5.9, }, }, lastModifiedDate: "2023-08-02T09:15Z", publishedDate: "2022-06-12T14:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.