gsd-2015-7611
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2015-7611", "description": "Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors.", "id": "GSD-2015-7611", "references": [ "https://packetstormsecurity.com/files/cve/CVE-2015-7611" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2015-7611" ], "details": "Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors.", "id": "GSD-2015-7611", "modified": "2023-12-13T01:20:01.361910Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-7611", "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": "Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "20150930 Apache James Server 2.3.2 security vulnerability fixed", "refsource": "BUGTRAQ", "url": "http://www.securityfocus.com/archive/1/536575/100/0/threaded" }, { "name": "[oss-security] 20151001 Re: Apache James Server 2.3.2 security vulnerability fixed VU#988628", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/10/01/2" }, { "name": "http://packetstormsecurity.com/files/133798/Apache-James-Server-2.3.2-Arbitrary-Command-Execution.html", "refsource": "MISC", "url": "http://packetstormsecurity.com/files/133798/Apache-James-Server-2.3.2-Arbitrary-Command-Execution.html" }, { "name": "https://blogs.apache.org/james/entry/apache_james_server_2_3", "refsource": "CONFIRM", "url": "https://blogs.apache.org/james/entry/apache_james_server_2_3" }, { "name": "[oss-security] 20150930 Apache James Server 2.3.2 security vulnerability fixed", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/09/30/7" }, { "name": "http://packetstormsecurity.com/files/156463/Apache-James-Server-2.3.2-Insecure-User-Creation-Arbitrary-File-Write.html", "refsource": "MISC", "url": "http://packetstormsecurity.com/files/156463/Apache-James-Server-2.3.2-Insecure-User-Creation-Arbitrary-File-Write.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "(,2.3.2.1)", "affected_versions": "All versions before 2.3.2.1", "cvss_v2": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "cvss_v3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-78", "CWE-78", "CWE-937" ], "date": "2023-08-02", "description": "Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors.", "fixed_versions": [ "2.3.2.1" ], "identifier": "CVE-2015-7611", "identifiers": [ "GHSA-cgvf-22vv-83h5", "CVE-2015-7611" ], "not_impacted": "All versions starting from 2.3.2.1", "package_slug": "maven/org.apache.james/james-server", "pubdate": "2022-05-14", "solution": "Upgrade to version 2.3.2.1 or above.", "title": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2015-7611", "https://blogs.apache.org/james/entry/apache_james_server_2_3", "http://packetstormsecurity.com/files/133798/Apache-James-Server-2.3.2-Arbitrary-Command-Execution.html", "http://packetstormsecurity.com/files/156463/Apache-James-Server-2.3.2-Insecure-User-Creation-Arbitrary-File-Write.html", "http://www.openwall.com/lists/oss-security/2015/09/30/7", "http://www.openwall.com/lists/oss-security/2015/10/01/2", "https://web.archive.org/web/20201207092339/http://www.securityfocus.com/archive/1/536575/100/0/threaded", "https://github.com/advisories/GHSA-cgvf-22vv-83h5" ], "uuid": "e17d4c4a-3898-49c0-b278-c8178fbe1e19" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:james_server:2.3.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-7611" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Apache James Server 2.3.2, when configured with file-based user repositories, allows attackers to execute arbitrary system commands via unspecified vectors." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-78" } ] } ] }, "references": { "reference_data": [ { "name": "http://packetstormsecurity.com/files/133798/Apache-James-Server-2.3.2-Arbitrary-Command-Execution.html", "refsource": "MISC", "tags": [], "url": "http://packetstormsecurity.com/files/133798/Apache-James-Server-2.3.2-Arbitrary-Command-Execution.html" }, { "name": "[oss-security] 20150930 Apache James Server 2.3.2 security vulnerability fixed", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2015/09/30/7" }, { "name": "[oss-security] 20151001 Re: Apache James Server 2.3.2 security vulnerability fixed VU#988628", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2015/10/01/2" }, { "name": "https://blogs.apache.org/james/entry/apache_james_server_2_3", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://blogs.apache.org/james/entry/apache_james_server_2_3" }, { "name": "20150930 Apache James Server 2.3.2 security vulnerability fixed", "refsource": "BUGTRAQ", "tags": [], "url": "http://www.securityfocus.com/archive/1/536575/100/0/threaded" }, { "name": "http://packetstormsecurity.com/files/156463/Apache-James-Server-2.3.2-Insecure-User-Creation-Arbitrary-File-Write.html", "refsource": "MISC", "tags": [], "url": "http://packetstormsecurity.com/files/156463/Apache-James-Server-2.3.2-Insecure-User-Creation-Arbitrary-File-Write.html" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 9.3, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "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.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.2, "impactScore": 5.9 } }, "lastModifiedDate": "2018-10-09T19:58Z", "publishedDate": "2016-06-07T14:06Z" } } }
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…