gsd-2015-1852
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
The s3_token middleware in OpenStack keystonemiddleware before 1.6.0 and python-keystoneclient before 1.4.0 disables certification verification when the "insecure" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate, a different vulnerability than CVE-2014-7144.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2015-1852",
"description": "The s3_token middleware in OpenStack keystonemiddleware before 1.6.0 and python-keystoneclient before 1.4.0 disables certification verification when the \"insecure\" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate, a different vulnerability than CVE-2014-7144.",
"id": "GSD-2015-1852",
"references": [
"https://www.suse.com/security/cve/CVE-2015-1852.html",
"https://access.redhat.com/errata/RHSA-2015:1685",
"https://access.redhat.com/errata/RHSA-2015:1677",
"https://ubuntu.com/security/CVE-2015-1852"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2015-1852"
],
"details": "The s3_token middleware in OpenStack keystonemiddleware before 1.6.0 and python-keystoneclient before 1.4.0 disables certification verification when the \"insecure\" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate, a different vulnerability than CVE-2014-7144.",
"id": "GSD-2015-1852",
"modified": "2023-12-13T01:20:05.420835Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2015-1852",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_affected": "=",
"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 s3_token middleware in OpenStack keystonemiddleware before 1.6.0 and python-keystoneclient before 1.4.0 disables certification verification when the \"insecure\" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate, a different vulnerability than CVE-2014-7144."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html",
"refsource": "MISC",
"url": "http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html"
},
{
"name": "http://lists.openstack.org/pipermail/openstack-announce/2015-April/000350.html",
"refsource": "MISC",
"url": "http://lists.openstack.org/pipermail/openstack-announce/2015-April/000350.html"
},
{
"name": "http://rhn.redhat.com/errata/RHSA-2015-1677.html",
"refsource": "MISC",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1677.html"
},
{
"name": "http://rhn.redhat.com/errata/RHSA-2015-1685.html",
"refsource": "MISC",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1685.html"
},
{
"name": "http://www.securityfocus.com/bid/74187",
"refsource": "MISC",
"url": "http://www.securityfocus.com/bid/74187"
},
{
"name": "http://www.ubuntu.com/usn/USN-2705-1",
"refsource": "MISC",
"url": "http://www.ubuntu.com/usn/USN-2705-1"
},
{
"name": "https://bugs.launchpad.net/keystonemiddleware/+bug/1411063",
"refsource": "MISC",
"url": "https://bugs.launchpad.net/keystonemiddleware/+bug/1411063"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c1.6.0",
"affected_versions": "All versions before 1.6.0",
"cvss_v2": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-17",
"CWE-937"
],
"date": "2023-02-08",
"description": "It was discovered that some items in the S3Token paste configuration as used by python-keystonemiddleware (formerly python-keystoneclient) were incorrectly evaluated as strings, an issue similar to CVE-2014-7144. If the \"insecure\" option were set to \"false\", the option would be evaluated as true, resulting in TLS connections being vulnerable to man-in-the-middle attacks. Note: the \"insecure\" option defaults to false, so setups that do not specifically define \"insecure=false\" are not affected.",
"fixed_versions": [
"1.6.0"
],
"identifier": "CVE-2015-1852",
"identifiers": [
"GHSA-p9wq-mjh8-q72m",
"CVE-2015-1852"
],
"not_impacted": "All versions starting from 1.6.0",
"package_slug": "pypi/keystonemiddleware",
"pubdate": "2022-05-17",
"solution": "Upgrade to version 1.6.0 or above.",
"title": "OpenStack keystonemiddleware and python-keystoneclient vulnerable to man-in-the-middle attacks",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2015-1852",
"https://bugs.launchpad.net/keystonemiddleware/+bug/1411063",
"http://lists.openstack.org/pipermail/openstack-announce/2015-April/000350.html",
"http://rhn.redhat.com/errata/RHSA-2015-1677.html",
"http://rhn.redhat.com/errata/RHSA-2015-1685.html",
"http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html",
"http://www.ubuntu.com/usn/USN-2705-1",
"https://access.redhat.com/errata/RHSA-2015:1677",
"https://access.redhat.com/errata/RHSA-2015:1685",
"https://access.redhat.com/security/cve/CVE-2015-1852",
"https://bugzilla.redhat.com/show_bug.cgi?id=1209527",
"https://web.archive.org/web/20200228060649/http://www.securityfocus.com/bid/74187",
"https://github.com/advisories/GHSA-p9wq-mjh8-q72m"
],
"uuid": "54f934d7-80cf-4bc0-bc65-f5449143e171"
},
{
"affected_range": "\u003c1.4.0",
"affected_versions": "All versions before 1.4.0",
"cvss_v2": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-17",
"CWE-937"
],
"date": "2023-02-08",
"description": "It was discovered that some items in the S3Token paste configuration as used by python-keystonemiddleware (formerly python-keystoneclient) were incorrectly evaluated as strings, an issue similar to CVE-2014-7144. If the \"insecure\" option were set to \"false\", the option would be evaluated as true, resulting in TLS connections being vulnerable to man-in-the-middle attacks. Note: the \"insecure\" option defaults to false, so setups that do not specifically define \"insecure=false\" are not affected.",
"fixed_versions": [
"1.4.0"
],
"identifier": "CVE-2015-1852",
"identifiers": [
"GHSA-p9wq-mjh8-q72m",
"CVE-2015-1852"
],
"not_impacted": "All versions starting from 1.4.0",
"package_slug": "pypi/python-keystoneclient",
"pubdate": "2022-05-17",
"solution": "Upgrade to version 1.4.0 or above.",
"title": "OpenStack keystonemiddleware and python-keystoneclient vulnerable to man-in-the-middle attacks",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2015-1852",
"https://bugs.launchpad.net/keystonemiddleware/+bug/1411063",
"http://lists.openstack.org/pipermail/openstack-announce/2015-April/000350.html",
"http://rhn.redhat.com/errata/RHSA-2015-1677.html",
"http://rhn.redhat.com/errata/RHSA-2015-1685.html",
"http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html",
"http://www.ubuntu.com/usn/USN-2705-1",
"https://access.redhat.com/errata/RHSA-2015:1677",
"https://access.redhat.com/errata/RHSA-2015:1685",
"https://access.redhat.com/security/cve/CVE-2015-1852",
"https://bugzilla.redhat.com/show_bug.cgi?id=1209527",
"https://web.archive.org/web/20200228060649/http://www.securityfocus.com/bid/74187",
"https://github.com/advisories/GHSA-p9wq-mjh8-q72m"
],
"uuid": "7061c343-b790-431d-b9f4-fdc8822356ea"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:openstack:keystonemiddleware:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "1.5.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:openstack:python-keystoneclient:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "1.3.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:15.04:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2015-1852"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The s3_token middleware in OpenStack keystonemiddleware before 1.6.0 and python-keystoneclient before 1.4.0 disables certification verification when the \"insecure\" option is set in a paste configuration (paste.ini) file regardless of the value, which allows remote attackers to conduct man-in-the-middle attacks via a crafted certificate, a different vulnerability than CVE-2014-7144."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-17"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "[openstack-announce] 20150414 [OSSA 2015-007] S3Token TLS cert verification option not honored (CVE-2015-1852)",
"refsource": "MLIST",
"tags": [
"Vendor Advisory"
],
"url": "http://lists.openstack.org/pipermail/openstack-announce/2015-April/000350.html"
},
{
"name": "https://bugs.launchpad.net/keystonemiddleware/+bug/1411063",
"refsource": "CONFIRM",
"tags": [],
"url": "https://bugs.launchpad.net/keystonemiddleware/+bug/1411063"
},
{
"name": "USN-2705-1",
"refsource": "UBUNTU",
"tags": [
"Third Party Advisory"
],
"url": "http://www.ubuntu.com/usn/USN-2705-1"
},
{
"name": "74187",
"refsource": "BID",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securityfocus.com/bid/74187"
},
{
"name": "http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html",
"refsource": "CONFIRM",
"tags": [],
"url": "http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html"
},
{
"name": "RHSA-2015:1685",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2015-1685.html"
},
{
"name": "RHSA-2015:1677",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2015-1677.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
}
},
"lastModifiedDate": "2023-02-13T00:47Z",
"publishedDate": "2015-04-17T17:59Z"
}
}
}
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…