Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-3588 (GCVE-0-2021-3588)
Vulnerability from cvelistv5
Published
2021-06-10 02:30
Modified
2024-09-16 23:37
Severity ?
VLAI Severity ?
EPSS score ?
Summary
The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the 'offset' variable before using it as an index into an array for reading.
References
| URL | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T17:01:07.293Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"name": "GLSA-202209-16",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202209-16"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "BlueZ",
"vendor": "BlueZ",
"versions": [
{
"lessThan": "5.56",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"datePublic": "2021-06-09T00:00:00",
"descriptions": [
{
"lang": "en",
"value": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-788",
"description": "CWE-788 Access of Memory Location After End of Buffer",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125 Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-09-29T16:07:27",
"orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"shortName": "canonical"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"name": "GLSA-202209-16",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/202209-16"
}
],
"solutions": [
{
"lang": "en",
"value": "https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/src/gatt-database.c?id=6a50b6aeda78a88eafb177718109c256eec077a6"
}
],
"source": {
"defect": [
"https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1926548"
],
"discovery": "EXTERNAL"
},
"title": "memory contents disclosure in cli_feat_read_cb",
"x_generator": {
"engine": "Vulnogram 0.0.9"
},
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2021-06-09T00:00:00.000Z",
"ID": "CVE-2021-3588",
"STATE": "PUBLIC",
"TITLE": "memory contents disclosure in cli_feat_read_cb"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "BlueZ",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "5.56"
}
]
}
}
]
},
"vendor_name": "BlueZ"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-788 Access of Memory Location After End of Buffer"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-125 Out-of-bounds Read"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/bluez/bluez/issues/70",
"refsource": "MISC",
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"name": "GLSA-202209-16",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202209-16"
}
]
},
"solution": [
{
"lang": "en",
"value": "https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/src/gatt-database.c?id=6a50b6aeda78a88eafb177718109c256eec077a6"
}
],
"source": {
"defect": [
"https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1926548"
],
"discovery": "EXTERNAL"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"assignerShortName": "canonical",
"cveId": "CVE-2021-3588",
"datePublished": "2021-06-10T02:30:11.654259Z",
"dateReserved": "2021-06-08T00:00:00",
"dateUpdated": "2024-09-16T23:37:02.790Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2021-3588\",\"sourceIdentifier\":\"security@ubuntu.com\",\"published\":\"2021-06-10T03:15:07.477\",\"lastModified\":\"2024-11-21T06:21:54.823\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.\"},{\"lang\":\"es\",\"value\":\"La funci\u00f3n cli_feat_read_cb() en src/gatt-database.c no realiza comprobaciones de l\u00edmites en la variable \u0027offset\u0027 antes de utilizarla como \u00edndice en un array para su lectura\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:P/I:N/A:N\",\"baseScore\":2.1,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"},{\"lang\":\"en\",\"value\":\"CWE-788\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:bluez:bluez:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.56\",\"matchCriteriaId\":\"75456FDD-9DF3-44A6-8399-7B5947C2E850\"}]}]}],\"references\":[{\"url\":\"https://github.com/bluez/bluez/issues/70\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-16\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/bluez/bluez/issues/70\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
fkie_cve-2021-3588
Vulnerability from fkie_nvd
Published
2021-06-10 03:15
Modified
2024-11-21 06:21
Severity ?
3.3 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
3.3 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
3.3 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Summary
The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the 'offset' variable before using it as an index into an array for reading.
References
| URL | Tags | ||
|---|---|---|---|
| security@ubuntu.com | https://github.com/bluez/bluez/issues/70 | Exploit, Patch, Third Party Advisory | |
| security@ubuntu.com | https://security.gentoo.org/glsa/202209-16 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/bluez/bluez/issues/70 | Exploit, Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-16 | Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:bluez:bluez:*:*:*:*:*:*:*:*",
"matchCriteriaId": "75456FDD-9DF3-44A6-8399-7B5947C2E850",
"versionEndExcluding": "5.56",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading."
},
{
"lang": "es",
"value": "La funci\u00f3n cli_feat_read_cb() en src/gatt-database.c no realiza comprobaciones de l\u00edmites en la variable \u0027offset\u0027 antes de utilizarla como \u00edndice en un array para su lectura"
}
],
"id": "CVE-2021-3588",
"lastModified": "2024-11-21T06:21:54.823",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "LOW",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 1.4,
"source": "security@ubuntu.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-06-10T03:15:07.477",
"references": [
{
"source": "security@ubuntu.com",
"tags": [
"Exploit",
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"source": "security@ubuntu.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-16"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-16"
}
],
"sourceIdentifier": "security@ubuntu.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
},
{
"lang": "en",
"value": "CWE-788"
}
],
"source": "security@ubuntu.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
suse-su-2021:2459-1
Vulnerability from csaf_suse
Published
2021-07-22 16:09
Modified
2021-07-22 16:09
Summary
Security update for bluez
Notes
Title of the patch
Security update for bluez
Description of the patch
This update for bluez fixes the following issues:
- CVE-2021-3588: Fixed a missing bounds checks inside cli_feat_read_cb() function in src/gatt-database.c (bsc#1187165)
Patchnames
SUSE-2021-2459,SUSE-SLE-Module-Basesystem-15-SP3-2021-2459,SUSE-SLE-Module-Desktop-Applications-15-SP3-2021-2459,SUSE-SLE-Product-WE-15-SP3-2021-2459
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for bluez",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for bluez fixes the following issues:\n\n- CVE-2021-3588: Fixed a missing bounds checks inside cli_feat_read_cb() function in src/gatt-database.c (bsc#1187165)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2021-2459,SUSE-SLE-Module-Basesystem-15-SP3-2021-2459,SUSE-SLE-Module-Desktop-Applications-15-SP3-2021-2459,SUSE-SLE-Product-WE-15-SP3-2021-2459",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_2459-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:2459-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212459-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:2459-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-July/009204.html"
},
{
"category": "self",
"summary": "SUSE Bug 1187165",
"url": "https://bugzilla.suse.com/1187165"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3588 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3588/"
}
],
"title": "Security update for bluez",
"tracking": {
"current_release_date": "2021-07-22T16:09:42Z",
"generator": {
"date": "2021-07-22T16:09:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:2459-1",
"initial_release_date": "2021-07-22T16:09:42Z",
"revision_history": [
{
"date": "2021-07-22T16:09:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-5.55-3.6.1.aarch64",
"product_id": "bluez-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-cups-5.55-3.6.1.aarch64",
"product_id": "bluez-cups-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.aarch64",
"product_id": "bluez-deprecated-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-devel-5.55-3.6.1.aarch64",
"product_id": "bluez-devel-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-test-5.55-3.6.1.aarch64",
"product_id": "bluez-test-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.aarch64",
"product": {
"name": "libbluetooth3-5.55-3.6.1.aarch64",
"product_id": "libbluetooth3-5.55-3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-devel-64bit-5.55-3.6.1.aarch64_ilp32",
"product": {
"name": "bluez-devel-64bit-5.55-3.6.1.aarch64_ilp32",
"product_id": "bluez-devel-64bit-5.55-3.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libbluetooth3-64bit-5.55-3.6.1.aarch64_ilp32",
"product": {
"name": "libbluetooth3-64bit-5.55-3.6.1.aarch64_ilp32",
"product_id": "libbluetooth3-64bit-5.55-3.6.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.i586",
"product": {
"name": "bluez-5.55-3.6.1.i586",
"product_id": "bluez-5.55-3.6.1.i586"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.i586",
"product": {
"name": "bluez-cups-5.55-3.6.1.i586",
"product_id": "bluez-cups-5.55-3.6.1.i586"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.i586",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.i586",
"product_id": "bluez-deprecated-5.55-3.6.1.i586"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.i586",
"product": {
"name": "bluez-devel-5.55-3.6.1.i586",
"product_id": "bluez-devel-5.55-3.6.1.i586"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.i586",
"product": {
"name": "bluez-test-5.55-3.6.1.i586",
"product_id": "bluez-test-5.55-3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.i586",
"product": {
"name": "libbluetooth3-5.55-3.6.1.i586",
"product_id": "libbluetooth3-5.55-3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.55-3.6.1.noarch",
"product": {
"name": "bluez-auto-enable-devices-5.55-3.6.1.noarch",
"product_id": "bluez-auto-enable-devices-5.55-3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-5.55-3.6.1.ppc64le",
"product_id": "bluez-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-cups-5.55-3.6.1.ppc64le",
"product_id": "bluez-cups-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.ppc64le",
"product_id": "bluez-deprecated-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-devel-5.55-3.6.1.ppc64le",
"product_id": "bluez-devel-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-test-5.55-3.6.1.ppc64le",
"product_id": "bluez-test-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.ppc64le",
"product": {
"name": "libbluetooth3-5.55-3.6.1.ppc64le",
"product_id": "libbluetooth3-5.55-3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.s390x",
"product": {
"name": "bluez-5.55-3.6.1.s390x",
"product_id": "bluez-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.s390x",
"product": {
"name": "bluez-cups-5.55-3.6.1.s390x",
"product_id": "bluez-cups-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.s390x",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.s390x",
"product_id": "bluez-deprecated-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.s390x",
"product": {
"name": "bluez-devel-5.55-3.6.1.s390x",
"product_id": "bluez-devel-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.s390x",
"product": {
"name": "bluez-test-5.55-3.6.1.s390x",
"product_id": "bluez-test-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.s390x",
"product": {
"name": "libbluetooth3-5.55-3.6.1.s390x",
"product_id": "libbluetooth3-5.55-3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-5.55-3.6.1.x86_64",
"product_id": "bluez-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-cups-5.55-3.6.1.x86_64",
"product_id": "bluez-cups-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.x86_64",
"product_id": "bluez-deprecated-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-devel-5.55-3.6.1.x86_64",
"product_id": "bluez-devel-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-devel-32bit-5.55-3.6.1.x86_64",
"product_id": "bluez-devel-32bit-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-test-5.55-3.6.1.x86_64",
"product_id": "bluez-test-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.x86_64",
"product": {
"name": "libbluetooth3-5.55-3.6.1.x86_64",
"product_id": "libbluetooth3-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.55-3.6.1.x86_64",
"product": {
"name": "libbluetooth3-32bit-5.55-3.6.1.x86_64",
"product_id": "libbluetooth3-32bit-5.55-3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP3",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-5.55-3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.s390x"
},
"product_reference": "bluez-5.55-3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-5.55-3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.aarch64"
},
"product_reference": "libbluetooth3-5.55-3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.ppc64le"
},
"product_reference": "libbluetooth3-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.s390x"
},
"product_reference": "libbluetooth3-5.55-3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.x86_64"
},
"product_reference": "libbluetooth3-5.55-3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-devel-5.55-3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-devel-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.s390x"
},
"product_reference": "bluez-devel-5.55-3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-devel-5.55-3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.55-3.6.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP3",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP3:bluez-cups-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-cups-5.55-3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3588"
}
],
"notes": [
{
"category": "general",
"text": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP3:bluez-cups-5.55-3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3588",
"url": "https://www.suse.com/security/cve/CVE-2021-3588"
},
{
"category": "external",
"summary": "SUSE Bug 1187165 for CVE-2021-3588",
"url": "https://bugzilla.suse.com/1187165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP3:bluez-cups-5.55-3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:bluez-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:libbluetooth3-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP3:bluez-devel-5.55-3.6.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP3:bluez-cups-5.55-3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-22T16:09:42Z",
"details": "low"
}
],
"title": "CVE-2021-3588"
}
]
}
opensuse-su-2024:12446-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
bluez-5.65-4.1 on GA media
Notes
Title of the patch
bluez-5.65-4.1 on GA media
Description of the patch
These are all security issues fixed in the bluez-5.65-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12446
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "bluez-5.65-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the bluez-5.65-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12446",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12446-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9801 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9918 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-0129 page",
"url": "https://www.suse.com/security/cve/CVE-2021-0129/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3588 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3588/"
}
],
"title": "bluez-5.65-4.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12446-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.65-4.1.aarch64",
"product": {
"name": "bluez-5.65-4.1.aarch64",
"product_id": "bluez-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.65-4.1.aarch64",
"product": {
"name": "bluez-auto-enable-devices-5.65-4.1.aarch64",
"product_id": "bluez-auto-enable-devices-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.65-4.1.aarch64",
"product": {
"name": "bluez-cups-5.65-4.1.aarch64",
"product_id": "bluez-cups-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.65-4.1.aarch64",
"product": {
"name": "bluez-deprecated-5.65-4.1.aarch64",
"product_id": "bluez-deprecated-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.65-4.1.aarch64",
"product": {
"name": "bluez-devel-5.65-4.1.aarch64",
"product_id": "bluez-devel-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.65-4.1.aarch64",
"product": {
"name": "bluez-devel-32bit-5.65-4.1.aarch64",
"product_id": "bluez-devel-32bit-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-obexd-5.65-4.1.aarch64",
"product": {
"name": "bluez-obexd-5.65-4.1.aarch64",
"product_id": "bluez-obexd-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.65-4.1.aarch64",
"product": {
"name": "bluez-test-5.65-4.1.aarch64",
"product_id": "bluez-test-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-zsh-completion-5.65-4.1.aarch64",
"product": {
"name": "bluez-zsh-completion-5.65-4.1.aarch64",
"product_id": "bluez-zsh-completion-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.65-4.1.aarch64",
"product": {
"name": "libbluetooth3-5.65-4.1.aarch64",
"product_id": "libbluetooth3-5.65-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.65-4.1.aarch64",
"product": {
"name": "libbluetooth3-32bit-5.65-4.1.aarch64",
"product_id": "libbluetooth3-32bit-5.65-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.65-4.1.ppc64le",
"product": {
"name": "bluez-5.65-4.1.ppc64le",
"product_id": "bluez-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.65-4.1.ppc64le",
"product": {
"name": "bluez-auto-enable-devices-5.65-4.1.ppc64le",
"product_id": "bluez-auto-enable-devices-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.65-4.1.ppc64le",
"product": {
"name": "bluez-cups-5.65-4.1.ppc64le",
"product_id": "bluez-cups-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.65-4.1.ppc64le",
"product": {
"name": "bluez-deprecated-5.65-4.1.ppc64le",
"product_id": "bluez-deprecated-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.65-4.1.ppc64le",
"product": {
"name": "bluez-devel-5.65-4.1.ppc64le",
"product_id": "bluez-devel-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.65-4.1.ppc64le",
"product": {
"name": "bluez-devel-32bit-5.65-4.1.ppc64le",
"product_id": "bluez-devel-32bit-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-obexd-5.65-4.1.ppc64le",
"product": {
"name": "bluez-obexd-5.65-4.1.ppc64le",
"product_id": "bluez-obexd-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-test-5.65-4.1.ppc64le",
"product": {
"name": "bluez-test-5.65-4.1.ppc64le",
"product_id": "bluez-test-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-zsh-completion-5.65-4.1.ppc64le",
"product": {
"name": "bluez-zsh-completion-5.65-4.1.ppc64le",
"product_id": "bluez-zsh-completion-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.65-4.1.ppc64le",
"product": {
"name": "libbluetooth3-5.65-4.1.ppc64le",
"product_id": "libbluetooth3-5.65-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.65-4.1.ppc64le",
"product": {
"name": "libbluetooth3-32bit-5.65-4.1.ppc64le",
"product_id": "libbluetooth3-32bit-5.65-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.65-4.1.s390x",
"product": {
"name": "bluez-5.65-4.1.s390x",
"product_id": "bluez-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.65-4.1.s390x",
"product": {
"name": "bluez-auto-enable-devices-5.65-4.1.s390x",
"product_id": "bluez-auto-enable-devices-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.65-4.1.s390x",
"product": {
"name": "bluez-cups-5.65-4.1.s390x",
"product_id": "bluez-cups-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.65-4.1.s390x",
"product": {
"name": "bluez-deprecated-5.65-4.1.s390x",
"product_id": "bluez-deprecated-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.65-4.1.s390x",
"product": {
"name": "bluez-devel-5.65-4.1.s390x",
"product_id": "bluez-devel-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.65-4.1.s390x",
"product": {
"name": "bluez-devel-32bit-5.65-4.1.s390x",
"product_id": "bluez-devel-32bit-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-obexd-5.65-4.1.s390x",
"product": {
"name": "bluez-obexd-5.65-4.1.s390x",
"product_id": "bluez-obexd-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-test-5.65-4.1.s390x",
"product": {
"name": "bluez-test-5.65-4.1.s390x",
"product_id": "bluez-test-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-zsh-completion-5.65-4.1.s390x",
"product": {
"name": "bluez-zsh-completion-5.65-4.1.s390x",
"product_id": "bluez-zsh-completion-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.65-4.1.s390x",
"product": {
"name": "libbluetooth3-5.65-4.1.s390x",
"product_id": "libbluetooth3-5.65-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.65-4.1.s390x",
"product": {
"name": "libbluetooth3-32bit-5.65-4.1.s390x",
"product_id": "libbluetooth3-32bit-5.65-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.65-4.1.x86_64",
"product": {
"name": "bluez-5.65-4.1.x86_64",
"product_id": "bluez-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.65-4.1.x86_64",
"product": {
"name": "bluez-auto-enable-devices-5.65-4.1.x86_64",
"product_id": "bluez-auto-enable-devices-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.65-4.1.x86_64",
"product": {
"name": "bluez-cups-5.65-4.1.x86_64",
"product_id": "bluez-cups-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.65-4.1.x86_64",
"product": {
"name": "bluez-deprecated-5.65-4.1.x86_64",
"product_id": "bluez-deprecated-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.65-4.1.x86_64",
"product": {
"name": "bluez-devel-5.65-4.1.x86_64",
"product_id": "bluez-devel-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.65-4.1.x86_64",
"product": {
"name": "bluez-devel-32bit-5.65-4.1.x86_64",
"product_id": "bluez-devel-32bit-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-obexd-5.65-4.1.x86_64",
"product": {
"name": "bluez-obexd-5.65-4.1.x86_64",
"product_id": "bluez-obexd-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.65-4.1.x86_64",
"product": {
"name": "bluez-test-5.65-4.1.x86_64",
"product_id": "bluez-test-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-zsh-completion-5.65-4.1.x86_64",
"product": {
"name": "bluez-zsh-completion-5.65-4.1.x86_64",
"product_id": "bluez-zsh-completion-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.65-4.1.x86_64",
"product": {
"name": "libbluetooth3-5.65-4.1.x86_64",
"product_id": "libbluetooth3-5.65-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.65-4.1.x86_64",
"product": {
"name": "libbluetooth3-32bit-5.65-4.1.x86_64",
"product_id": "libbluetooth3-32bit-5.65-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-5.65-4.1.aarch64"
},
"product_reference": "bluez-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le"
},
"product_reference": "bluez-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-5.65-4.1.s390x"
},
"product_reference": "bluez-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-5.65-4.1.x86_64"
},
"product_reference": "bluez-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-auto-enable-devices-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64"
},
"product_reference": "bluez-auto-enable-devices-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-auto-enable-devices-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le"
},
"product_reference": "bluez-auto-enable-devices-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-auto-enable-devices-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x"
},
"product_reference": "bluez-auto-enable-devices-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-auto-enable-devices-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64"
},
"product_reference": "bluez-auto-enable-devices-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64"
},
"product_reference": "bluez-cups-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le"
},
"product_reference": "bluez-cups-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x"
},
"product_reference": "bluez-cups-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64"
},
"product_reference": "bluez-cups-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64"
},
"product_reference": "bluez-deprecated-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le"
},
"product_reference": "bluez-deprecated-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x"
},
"product_reference": "bluez-deprecated-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64"
},
"product_reference": "bluez-deprecated-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64"
},
"product_reference": "bluez-devel-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le"
},
"product_reference": "bluez-devel-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x"
},
"product_reference": "bluez-devel-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64"
},
"product_reference": "bluez-devel-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-32bit-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64"
},
"product_reference": "bluez-devel-32bit-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-32bit-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le"
},
"product_reference": "bluez-devel-32bit-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-32bit-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x"
},
"product_reference": "bluez-devel-32bit-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-32bit-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64"
},
"product_reference": "bluez-devel-32bit-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-obexd-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64"
},
"product_reference": "bluez-obexd-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-obexd-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le"
},
"product_reference": "bluez-obexd-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-obexd-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x"
},
"product_reference": "bluez-obexd-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-obexd-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64"
},
"product_reference": "bluez-obexd-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64"
},
"product_reference": "bluez-test-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le"
},
"product_reference": "bluez-test-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x"
},
"product_reference": "bluez-test-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64"
},
"product_reference": "bluez-test-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-zsh-completion-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64"
},
"product_reference": "bluez-zsh-completion-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-zsh-completion-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le"
},
"product_reference": "bluez-zsh-completion-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-zsh-completion-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x"
},
"product_reference": "bluez-zsh-completion-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-zsh-completion-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64"
},
"product_reference": "bluez-zsh-completion-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64"
},
"product_reference": "libbluetooth3-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le"
},
"product_reference": "libbluetooth3-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x"
},
"product_reference": "libbluetooth3-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
},
"product_reference": "libbluetooth3-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-32bit-5.65-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64"
},
"product_reference": "libbluetooth3-32bit-5.65-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-32bit-5.65-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le"
},
"product_reference": "libbluetooth3-32bit-5.65-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-32bit-5.65-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x"
},
"product_reference": "libbluetooth3-32bit-5.65-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-32bit-5.65-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64"
},
"product_reference": "libbluetooth3-32bit-5.65-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-9801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9801"
}
],
"notes": [
{
"category": "general",
"text": "In BlueZ 5.42, a buffer overflow was observed in \"set_ext_ctrl\" function in \"tools/parser/l2cap.c\" source file when processing corrupted dump file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9801",
"url": "https://www.suse.com/security/cve/CVE-2016-9801"
},
{
"category": "external",
"summary": "SUSE Bug 1013732 for CVE-2016-9801",
"url": "https://bugzilla.suse.com/1013732"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2016-9801"
},
{
"cve": "CVE-2016-9918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9918"
}
],
"notes": [
{
"category": "general",
"text": "In BlueZ 5.42, an out-of-bounds read was identified in \"packet_hexdump\" function in \"monitor/packet.c\" source file. This issue can be triggered by processing a corrupted dump file and will result in btmon crash.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9918",
"url": "https://www.suse.com/security/cve/CVE-2016-9918"
},
{
"category": "external",
"summary": "SUSE Bug 1013893 for CVE-2016-9918",
"url": "https://bugzilla.suse.com/1013893"
},
{
"category": "external",
"summary": "SUSE Bug 1015173 for CVE-2016-9918",
"url": "https://bugzilla.suse.com/1015173"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-9918"
},
{
"cve": "CVE-2021-0129",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-0129"
}
],
"notes": [
{
"category": "general",
"text": "Improper access control in BlueZ may allow an authenticated user to potentially enable information disclosure via adjacent access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-0129",
"url": "https://www.suse.com/security/cve/CVE-2021-0129"
},
{
"category": "external",
"summary": "SUSE Bug 1186463 for CVE-2021-0129",
"url": "https://bugzilla.suse.com/1186463"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-0129"
},
{
"cve": "CVE-2021-3588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3588"
}
],
"notes": [
{
"category": "general",
"text": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3588",
"url": "https://www.suse.com/security/cve/CVE-2021-3588"
},
{
"category": "external",
"summary": "SUSE Bug 1187165 for CVE-2021-3588",
"url": "https://bugzilla.suse.com/1187165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:bluez-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-auto-enable-devices-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-cups-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-deprecated-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-devel-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-obexd-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-test-5.65-4.1.x86_64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.aarch64",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.s390x",
"openSUSE Tumbleweed:bluez-zsh-completion-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-32bit-5.65-4.1.x86_64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.aarch64",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.ppc64le",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.s390x",
"openSUSE Tumbleweed:libbluetooth3-5.65-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2021-3588"
}
]
}
opensuse-su-2021:2459-1
Vulnerability from csaf_opensuse
Published
2021-07-22 16:09
Modified
2021-07-22 16:09
Summary
Security update for bluez
Notes
Title of the patch
Security update for bluez
Description of the patch
This update for bluez fixes the following issues:
- CVE-2021-3588: Fixed a missing bounds checks inside cli_feat_read_cb() function in src/gatt-database.c (bsc#1187165)
Patchnames
openSUSE-SLE-15.3-2021-2459
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for bluez",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for bluez fixes the following issues:\n\n- CVE-2021-3588: Fixed a missing bounds checks inside cli_feat_read_cb() function in src/gatt-database.c (bsc#1187165)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2021-2459",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_2459-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2021:2459-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FD7KE3RMFCUKN7TQCYXDCNJGFVIORKJL/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2021:2459-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FD7KE3RMFCUKN7TQCYXDCNJGFVIORKJL/"
},
{
"category": "self",
"summary": "SUSE Bug 1187165",
"url": "https://bugzilla.suse.com/1187165"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3588 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3588/"
}
],
"title": "Security update for bluez",
"tracking": {
"current_release_date": "2021-07-22T16:09:43Z",
"generator": {
"date": "2021-07-22T16:09:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2021:2459-1",
"initial_release_date": "2021-07-22T16:09:43Z",
"revision_history": [
{
"date": "2021-07-22T16:09:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-5.55-3.6.1.aarch64",
"product_id": "bluez-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-cups-5.55-3.6.1.aarch64",
"product_id": "bluez-cups-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.aarch64",
"product_id": "bluez-deprecated-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-devel-5.55-3.6.1.aarch64",
"product_id": "bluez-devel-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.aarch64",
"product": {
"name": "bluez-test-5.55-3.6.1.aarch64",
"product_id": "bluez-test-5.55-3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.aarch64",
"product": {
"name": "libbluetooth3-5.55-3.6.1.aarch64",
"product_id": "libbluetooth3-5.55-3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-auto-enable-devices-5.55-3.6.1.noarch",
"product": {
"name": "bluez-auto-enable-devices-5.55-3.6.1.noarch",
"product_id": "bluez-auto-enable-devices-5.55-3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-5.55-3.6.1.ppc64le",
"product_id": "bluez-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-cups-5.55-3.6.1.ppc64le",
"product_id": "bluez-cups-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.ppc64le",
"product_id": "bluez-deprecated-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-devel-5.55-3.6.1.ppc64le",
"product_id": "bluez-devel-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.ppc64le",
"product": {
"name": "bluez-test-5.55-3.6.1.ppc64le",
"product_id": "bluez-test-5.55-3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.ppc64le",
"product": {
"name": "libbluetooth3-5.55-3.6.1.ppc64le",
"product_id": "libbluetooth3-5.55-3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.s390x",
"product": {
"name": "bluez-5.55-3.6.1.s390x",
"product_id": "bluez-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.s390x",
"product": {
"name": "bluez-cups-5.55-3.6.1.s390x",
"product_id": "bluez-cups-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.s390x",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.s390x",
"product_id": "bluez-deprecated-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.s390x",
"product": {
"name": "bluez-devel-5.55-3.6.1.s390x",
"product_id": "bluez-devel-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.s390x",
"product": {
"name": "bluez-test-5.55-3.6.1.s390x",
"product_id": "bluez-test-5.55-3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.s390x",
"product": {
"name": "libbluetooth3-5.55-3.6.1.s390x",
"product_id": "libbluetooth3-5.55-3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bluez-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-5.55-3.6.1.x86_64",
"product_id": "bluez-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-cups-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-cups-5.55-3.6.1.x86_64",
"product_id": "bluez-cups-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-deprecated-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-deprecated-5.55-3.6.1.x86_64",
"product_id": "bluez-deprecated-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-devel-5.55-3.6.1.x86_64",
"product_id": "bluez-devel-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-devel-32bit-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-devel-32bit-5.55-3.6.1.x86_64",
"product_id": "bluez-devel-32bit-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "bluez-test-5.55-3.6.1.x86_64",
"product": {
"name": "bluez-test-5.55-3.6.1.x86_64",
"product_id": "bluez-test-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-5.55-3.6.1.x86_64",
"product": {
"name": "libbluetooth3-5.55-3.6.1.x86_64",
"product_id": "libbluetooth3-5.55-3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbluetooth3-32bit-5.55-3.6.1.x86_64",
"product": {
"name": "libbluetooth3-32bit-5.55-3.6.1.x86_64",
"product_id": "libbluetooth3-32bit-5.55-3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-5.55-3.6.1.s390x"
},
"product_reference": "bluez-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-auto-enable-devices-5.55-3.6.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-auto-enable-devices-5.55-3.6.1.noarch"
},
"product_reference": "bluez-auto-enable-devices-5.55-3.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-cups-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-cups-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.s390x"
},
"product_reference": "bluez-cups-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-cups-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-cups-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-deprecated-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-deprecated-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.s390x"
},
"product_reference": "bluez-deprecated-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-deprecated-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-deprecated-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-devel-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-devel-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.s390x"
},
"product_reference": "bluez-devel-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-devel-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-devel-32bit-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-devel-32bit-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-devel-32bit-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-test-5.55-3.6.1.aarch64"
},
"product_reference": "bluez-test-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-test-5.55-3.6.1.ppc64le"
},
"product_reference": "bluez-test-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-test-5.55-3.6.1.s390x"
},
"product_reference": "bluez-test-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bluez-test-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:bluez-test-5.55-3.6.1.x86_64"
},
"product_reference": "bluez-test-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.aarch64"
},
"product_reference": "libbluetooth3-5.55-3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.ppc64le"
},
"product_reference": "libbluetooth3-5.55-3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.s390x"
},
"product_reference": "libbluetooth3-5.55-3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.x86_64"
},
"product_reference": "libbluetooth3-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbluetooth3-32bit-5.55-3.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:libbluetooth3-32bit-5.55-3.6.1.x86_64"
},
"product_reference": "libbluetooth3-32bit-5.55-3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3588"
}
],
"notes": [
{
"category": "general",
"text": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:bluez-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-auto-enable-devices-5.55-3.6.1.noarch",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3588",
"url": "https://www.suse.com/security/cve/CVE-2021-3588"
},
{
"category": "external",
"summary": "SUSE Bug 1187165 for CVE-2021-3588",
"url": "https://bugzilla.suse.com/1187165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:bluez-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-auto-enable-devices-5.55-3.6.1.noarch",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:bluez-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-auto-enable-devices-5.55-3.6.1.noarch",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-cups-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-deprecated-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-devel-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:bluez-test-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-32bit-5.55-3.6.1.x86_64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.aarch64",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.ppc64le",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.s390x",
"openSUSE Leap 15.3:libbluetooth3-5.55-3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-22T16:09:43Z",
"details": "low"
}
],
"title": "CVE-2021-3588"
}
]
}
msrc_cve-2021-3588
Vulnerability from csaf_microsoft
Published
2021-06-02 00:00
Modified
2022-01-19 00:00
Summary
memory contents disclosure in cli_feat_read_cb
Notes
Additional Resources
To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer
The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2021-3588 memory contents disclosure in cli_feat_read_cb - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2021-3588.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "memory contents disclosure in cli_feat_read_cb",
"tracking": {
"current_release_date": "2022-01-19T00:00:00.000Z",
"generator": {
"date": "2025-10-19T22:02:44.746Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2021-3588",
"initial_release_date": "2021-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-01-19T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 bluez 5.63-1",
"product": {
"name": "\u003ccbl2 bluez 5.63-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 bluez 5.63-1",
"product": {
"name": "cbl2 bluez 5.63-1",
"product_id": "19481"
}
}
],
"category": "product_name",
"name": "bluez"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 bluez 5.63-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 bluez 5.63-1 as a component of CBL Mariner 2.0",
"product_id": "19481-17086"
},
"product_reference": "19481",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3588",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "general",
"text": "canonical",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19481-17086"
],
"known_affected": [
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-3588 memory contents disclosure in cli_feat_read_cb - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2021-3588.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-19T00:00:00.000Z",
"details": "5.63-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 3.3,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"17086-1"
]
}
],
"title": "memory contents disclosure in cli_feat_read_cb"
}
]
}
ghsa-3h8m-q4x3-3fhw
Vulnerability from github
Published
2022-05-24 19:04
Modified
2022-09-30 00:00
Severity ?
VLAI Severity ?
Details
The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the 'offset' variable before using it as an index into an array for reading.
{
"affected": [],
"aliases": [
"CVE-2021-3588"
],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2021-06-10T03:15:00Z",
"severity": "LOW"
},
"details": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"id": "GHSA-3h8m-q4x3-3fhw",
"modified": "2022-09-30T00:00:30Z",
"published": "2022-05-24T19:04:57Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3588"
},
{
"type": "WEB",
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202209-16"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
}
]
}
gsd-2021-3588
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the 'offset' variable before using it as an index into an array for reading.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2021-3588",
"description": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"id": "GSD-2021-3588",
"references": [
"https://www.suse.com/security/cve/CVE-2021-3588.html",
"https://ubuntu.com/security/CVE-2021-3588",
"https://advisories.mageia.org/CVE-2021-3588.html",
"https://security.archlinux.org/CVE-2021-3588"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-3588"
],
"details": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading.",
"id": "GSD-2021-3588",
"modified": "2023-12-13T01:23:35.236361Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2021-06-09T00:00:00.000Z",
"ID": "CVE-2021-3588",
"STATE": "PUBLIC",
"TITLE": "memory contents disclosure in cli_feat_read_cb"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "BlueZ",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_value": "5.56"
}
]
}
}
]
},
"vendor_name": "BlueZ"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-788 Access of Memory Location After End of Buffer"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-125 Out-of-bounds Read"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/bluez/bluez/issues/70",
"refsource": "MISC",
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"name": "GLSA-202209-16",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202209-16"
}
]
},
"solution": [
{
"lang": "eng",
"value": "https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/src/gatt-database.c?id=6a50b6aeda78a88eafb177718109c256eec077a6"
}
],
"source": {
"defect": [
"https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1926548"
],
"discovery": "EXTERNAL"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:bluez:bluez:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "5.56",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"ID": "CVE-2021-3588"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The cli_feat_read_cb() function in src/gatt-database.c does not perform bounds checks on the \u0027offset\u0027 variable before using it as an index into an array for reading."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/bluez/bluez/issues/70",
"refsource": "MISC",
"tags": [
"Exploit",
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/bluez/bluez/issues/70"
},
{
"name": "GLSA-202209-16",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-16"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "LOW",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 1.4
}
},
"lastModifiedDate": "2022-10-29T02:48Z",
"publishedDate": "2021-06-10T03:15Z"
}
}
}
cnvd-2021-44978
Vulnerability from cnvd
Title
BlueZ缓冲区溢出漏洞(CNVD-2021-44978)
Description
BlueZ是一款使用C语言编写的蓝牙协议堆栈,它主要用于提供对核心蓝牙层和协议的支持。
BlueZ存在缓冲区溢出漏洞,该漏洞源于src/gatt-database.c中的 cli_feat_read_cb() 函数在将 “offset” 变量用作读取数组的索引之前未对其执行边界检查。 目前没有详细漏洞细节提供。
Severity
低
VLAI Severity ?
Patch Name
BlueZ缓冲区溢出漏洞(CNVD-2021-44978)的补丁
Patch Description
BlueZ是一款使用C语言编写的蓝牙协议堆栈,它主要用于提供对核心蓝牙层和协议的支持。
BlueZ存在缓冲区溢出漏洞,该漏洞源于src/gatt-database.c中的 cli_feat_read_cb() 函数在将 “offset” 变量用作读取数组的索引之前未对其执行边界检查。 目前没有详细漏洞细节提供。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description
厂商已发布了漏洞修复程序,请及时关注更新: https://github.com/bluez/bluez/issues/70
Reference
https://nvd.nist.gov/vuln/detail/CVE-2021-3588
Impacted products
| Name | Bluez Bluez |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2021-3588"
}
},
"description": "BlueZ\u662f\u4e00\u6b3e\u4f7f\u7528C\u8bed\u8a00\u7f16\u5199\u7684\u84dd\u7259\u534f\u8bae\u5806\u6808\uff0c\u5b83\u4e3b\u8981\u7528\u4e8e\u63d0\u4f9b\u5bf9\u6838\u5fc3\u84dd\u7259\u5c42\u548c\u534f\u8bae\u7684\u652f\u6301\u3002\n\nBlueZ\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8esrc/gatt-database.c\u4e2d\u7684 cli_feat_read_cb() \u51fd\u6570\u5728\u5c06 \u201coffset\u201d \u53d8\u91cf\u7528\u4f5c\u8bfb\u53d6\u6570\u7ec4\u7684\u7d22\u5f15\u4e4b\u524d\u672a\u5bf9\u5176\u6267\u884c\u8fb9\u754c\u68c0\u67e5\u3002 \u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u4e86\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://github.com/bluez/bluez/issues/70",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2021-44978",
"openTime": "2021-06-25",
"patchDescription": "BlueZ\u662f\u4e00\u6b3e\u4f7f\u7528C\u8bed\u8a00\u7f16\u5199\u7684\u84dd\u7259\u534f\u8bae\u5806\u6808\uff0c\u5b83\u4e3b\u8981\u7528\u4e8e\u63d0\u4f9b\u5bf9\u6838\u5fc3\u84dd\u7259\u5c42\u548c\u534f\u8bae\u7684\u652f\u6301\u3002\r\n\r\nBlueZ\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8esrc/gatt-database.c\u4e2d\u7684 cli_feat_read_cb() \u51fd\u6570\u5728\u5c06 \u201coffset\u201d \u53d8\u91cf\u7528\u4f5c\u8bfb\u53d6\u6570\u7ec4\u7684\u7d22\u5f15\u4e4b\u524d\u672a\u5bf9\u5176\u6267\u884c\u8fb9\u754c\u68c0\u67e5\u3002 \u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "BlueZ\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff08CNVD-2021-44978\uff09\u7684\u8865\u4e01",
"products": {
"product": "Bluez Bluez"
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2021-3588",
"serverity": "\u4f4e",
"submitTime": "2021-06-11",
"title": "BlueZ\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\uff08CNVD-2021-44978\uff09"
}
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…