Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-32765
Vulnerability from cvelistv5
Published
2021-10-04 00:00
Modified
2024-08-03 23:33
Severity ?
EPSS score ?
Summary
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
References
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T23:33:55.893Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_transferred", ], url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { tags: [ "x_transferred", ], url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { tags: [ "x_transferred", ], url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, { name: "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update", tags: [ "mailing-list", "x_transferred", ], url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { tags: [ "x_transferred", ], url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { name: "GLSA-202210-32", tags: [ "vendor-advisory", "x_transferred", ], url: "https://security.gentoo.org/glsa/202210-32", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "hiredis", vendor: "redis", versions: [ { status: "affected", version: "< 1.0.1", }, ], }, ], descriptions: [ { lang: "en", value: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", }, ], metrics: [ { cvssV3_1: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-190", description: "CWE-190: Integer Overflow or Wraparound", lang: "en", type: "CWE", }, ], }, { descriptions: [ { cweId: "CWE-680", description: "CWE-680: Integer Overflow to Buffer Overflow", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2022-10-31T00:00:00", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, { name: "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update", tags: [ "mailing-list", ], url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { name: "GLSA-202210-32", tags: [ "vendor-advisory", ], url: "https://security.gentoo.org/glsa/202210-32", }, ], source: { advisory: "GHSA-hfm9-39pp-55p2", discovery: "UNKNOWN", }, title: "Integer Overflow to Buffer Overflow in Hiredis", }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2021-32765", datePublished: "2021-10-04T00:00:00", dateReserved: "2021-05-12T00:00:00", dateUpdated: "2024-08-03T23:33:55.893Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2021-32765\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-10-04T21:15:12.527\",\"lastModified\":\"2024-11-21T06:07:41.780\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.\"},{\"lang\":\"es\",\"value\":\"Hiredis es una librería cliente minimalista en C para la base de datos Redis. En las versiones afectadas, Hiredis es vulnerable al desbordamiento de enteros si se proporcionan datos del protocolo \\\"RESP\\\" \\\"multi-bulk\\\" maliciosamente diseñados o corruptos. Cuando se analizan las respuestas \\\"multi-bulk\\\" (tipo array), hiredis no comprueba si \\\"count * sizeof(redisReply*)\\\" puede representarse en \\\"SIZE_MAX\\\". Si no puede, y la llamada a \\\"calloc()\\\" no hace por sí misma esta comprobación, se produciría una asignación corta y el consiguiente desbordamiento del búfer. Los usuarios de hiredis que no puedan actualizar pueden establecer la opción de contexto [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) a un valor lo suficientemente pequeño como para que no sea posible el desbordamiento\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:S/C:P/I:P/A:P\",\"baseScore\":6.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-680\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0.1\",\"matchCriteriaId\":\"EBEAD2D5-FEAD-4157-A3CE-B7E13C4C1AF5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-32\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211104-0003/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-32\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211104-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", }, }
opensuse-su-2021:1536-1
Vulnerability from csaf_opensuse
Published
2021-12-06 13:06
Modified
2021-12-06 13:06
Summary
Security update for hiredis
Notes
Title of the patch
Security update for hiredis
Description of the patch
This update for hiredis fixes the following issues:
- CVE-2021-32765: Fix integer/buffer (boo#1191331)
Patchnames
openSUSE-2021-1536
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 hiredis", title: "Title of the patch", }, { category: "description", text: "This update for hiredis fixes the following issues:\n\n- CVE-2021-32765: Fix integer/buffer (boo#1191331)\n", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-1536", 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_1536-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:1536-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/A2J7PHNSWD2ZHOSNIVUJTW2HJ34RJDBG/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:1536-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/A2J7PHNSWD2ZHOSNIVUJTW2HJ34RJDBG/", }, { category: "self", summary: "SUSE Bug 1191331", url: "https://bugzilla.suse.com/1191331", }, { category: "self", summary: "SUSE CVE CVE-2021-32765 page", url: "https://www.suse.com/security/cve/CVE-2021-32765/", }, ], title: "Security update for hiredis", tracking: { current_release_date: "2021-12-06T13:06:28Z", generator: { date: "2021-12-06T13:06:28Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:1536-1", initial_release_date: "2021-12-06T13:06:28Z", revision_history: [ { date: "2021-12-06T13:06:28Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp153.2.3.1.aarch64", product: { name: "hiredis-0.13.3-bp153.2.3.1.aarch64", product_id: "hiredis-0.13.3-bp153.2.3.1.aarch64", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", product: { name: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", product_id: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", product: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", product_id: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp153.2.3.1.i586", product: { name: "hiredis-0.13.3-bp153.2.3.1.i586", product_id: "hiredis-0.13.3-bp153.2.3.1.i586", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp153.2.3.1.i586", product: { name: "hiredis-devel-0.13.3-bp153.2.3.1.i586", product_id: "hiredis-devel-0.13.3-bp153.2.3.1.i586", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", product: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", product_id: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp153.2.3.1.ppc64le", product: { name: "hiredis-0.13.3-bp153.2.3.1.ppc64le", product_id: "hiredis-0.13.3-bp153.2.3.1.ppc64le", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", product: { name: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", product_id: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", product: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", product_id: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp153.2.3.1.s390x", product: { name: "hiredis-0.13.3-bp153.2.3.1.s390x", product_id: "hiredis-0.13.3-bp153.2.3.1.s390x", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", product: { name: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", product_id: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", product: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", product_id: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp153.2.3.1.x86_64", product: { name: "hiredis-0.13.3-bp153.2.3.1.x86_64", product_id: "hiredis-0.13.3-bp153.2.3.1.x86_64", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", product: { name: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", product_id: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", product: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", product_id: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Package Hub 15 SP3", product: { name: "SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3", }, }, { category: "product_name", name: "openSUSE Leap 15.2", product: { name: "openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.2", }, }, }, { 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: "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3", product_id: "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "hiredis-devel-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.i586 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", }, product_reference: "libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32765", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32765", }, ], notes: [ { category: "general", text: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32765", url: "https://www.suse.com/security/cve/CVE-2021-32765", }, { category: "external", summary: "SUSE Bug 1191331 for CVE-2021-32765", url: "https://bugzilla.suse.com/1191331", }, ], 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 Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.2:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:hiredis-devel-0.13.3-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.i586", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.s390x", "openSUSE Leap 15.3:libhiredis0_13-0.13.3-bp153.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-12-06T13:06:28Z", details: "important", }, ], title: "CVE-2021-32765", }, ], }
opensuse-su-2024:11561-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
hiredis-1.0.2-1.1 on GA media
Notes
Title of the patch
hiredis-1.0.2-1.1 on GA media
Description of the patch
These are all security issues fixed in the hiredis-1.0.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11561
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: "hiredis-1.0.2-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the hiredis-1.0.2-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-11561", 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_11561-1.json", }, { category: "self", summary: "SUSE CVE CVE-2021-32765 page", url: "https://www.suse.com/security/cve/CVE-2021-32765/", }, ], title: "hiredis-1.0.2-1.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:11561-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: "hiredis-1.0.2-1.1.aarch64", product: { name: "hiredis-1.0.2-1.1.aarch64", product_id: "hiredis-1.0.2-1.1.aarch64", }, }, { category: "product_version", name: "hiredis-devel-1.0.2-1.1.aarch64", product: { name: "hiredis-devel-1.0.2-1.1.aarch64", product_id: "hiredis-devel-1.0.2-1.1.aarch64", }, }, { category: "product_version", name: "libhiredis1_0_0-1.0.2-1.1.aarch64", product: { name: "libhiredis1_0_0-1.0.2-1.1.aarch64", product_id: "libhiredis1_0_0-1.0.2-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "hiredis-1.0.2-1.1.ppc64le", product: { name: "hiredis-1.0.2-1.1.ppc64le", product_id: "hiredis-1.0.2-1.1.ppc64le", }, }, { category: "product_version", name: "hiredis-devel-1.0.2-1.1.ppc64le", product: { name: "hiredis-devel-1.0.2-1.1.ppc64le", product_id: "hiredis-devel-1.0.2-1.1.ppc64le", }, }, { category: "product_version", name: "libhiredis1_0_0-1.0.2-1.1.ppc64le", product: { name: "libhiredis1_0_0-1.0.2-1.1.ppc64le", product_id: "libhiredis1_0_0-1.0.2-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "hiredis-1.0.2-1.1.s390x", product: { name: "hiredis-1.0.2-1.1.s390x", product_id: "hiredis-1.0.2-1.1.s390x", }, }, { category: "product_version", name: "hiredis-devel-1.0.2-1.1.s390x", product: { name: "hiredis-devel-1.0.2-1.1.s390x", product_id: "hiredis-devel-1.0.2-1.1.s390x", }, }, { category: "product_version", name: "libhiredis1_0_0-1.0.2-1.1.s390x", product: { name: "libhiredis1_0_0-1.0.2-1.1.s390x", product_id: "libhiredis1_0_0-1.0.2-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "hiredis-1.0.2-1.1.x86_64", product: { name: "hiredis-1.0.2-1.1.x86_64", product_id: "hiredis-1.0.2-1.1.x86_64", }, }, { category: "product_version", name: "hiredis-devel-1.0.2-1.1.x86_64", product: { name: "hiredis-devel-1.0.2-1.1.x86_64", product_id: "hiredis-devel-1.0.2-1.1.x86_64", }, }, { category: "product_version", name: "libhiredis1_0_0-1.0.2-1.1.x86_64", product: { name: "libhiredis1_0_0-1.0.2-1.1.x86_64", product_id: "libhiredis1_0_0-1.0.2-1.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: "hiredis-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64", }, product_reference: "hiredis-1.0.2-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le", }, product_reference: "hiredis-1.0.2-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-1.0.2-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x", }, product_reference: "hiredis-1.0.2-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64", }, product_reference: "hiredis-1.0.2-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64", }, product_reference: "hiredis-devel-1.0.2-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le", }, product_reference: "hiredis-devel-1.0.2-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-1.0.2-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x", }, product_reference: "hiredis-devel-1.0.2-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64", }, product_reference: "hiredis-devel-1.0.2-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libhiredis1_0_0-1.0.2-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64", }, product_reference: "libhiredis1_0_0-1.0.2-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libhiredis1_0_0-1.0.2-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le", }, product_reference: "libhiredis1_0_0-1.0.2-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libhiredis1_0_0-1.0.2-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x", }, product_reference: "libhiredis1_0_0-1.0.2-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libhiredis1_0_0-1.0.2-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64", }, product_reference: "libhiredis1_0_0-1.0.2-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32765", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32765", }, ], notes: [ { category: "general", text: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32765", url: "https://www.suse.com/security/cve/CVE-2021-32765", }, { category: "external", summary: "SUSE Bug 1191331 for CVE-2021-32765", url: "https://bugzilla.suse.com/1191331", }, ], 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:hiredis-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:hiredis-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.s390x", "openSUSE Tumbleweed:hiredis-devel-1.0.2-1.1.x86_64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.aarch64", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.ppc64le", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.s390x", "openSUSE Tumbleweed:libhiredis1_0_0-1.0.2-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2021-32765", }, ], }
opensuse-su-2021:1550-1
Vulnerability from csaf_opensuse
Published
2021-12-09 17:06
Modified
2021-12-09 17:06
Summary
Security update for hiredis
Notes
Title of the patch
Security update for hiredis
Description of the patch
This update for hiredis fixes the following issues:
- CVE-2021-32765: Fix integer/buffer (boo#1191331)
This update was imported from the openSUSE:Leap:15.2:Update update project.
Patchnames
openSUSE-2021-1550
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 hiredis", title: "Title of the patch", }, { category: "description", text: "This update for hiredis fixes the following issues:\n\n- CVE-2021-32765: Fix integer/buffer (boo#1191331)\n\nThis update was imported from the openSUSE:Leap:15.2:Update update project.", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-1550", 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_1550-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:1550-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4GSAQE3UZIYGFDEEFR46DV63XWSGJDN3/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:1550-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4GSAQE3UZIYGFDEEFR46DV63XWSGJDN3/", }, { category: "self", summary: "SUSE Bug 1191331", url: "https://bugzilla.suse.com/1191331", }, { category: "self", summary: "SUSE CVE CVE-2021-32765 page", url: "https://www.suse.com/security/cve/CVE-2021-32765/", }, ], title: "Security update for hiredis", tracking: { current_release_date: "2021-12-09T17:06:55Z", generator: { date: "2021-12-09T17:06:55Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:1550-1", initial_release_date: "2021-12-09T17:06:55Z", revision_history: [ { date: "2021-12-09T17:06:55Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp152.4.3.1.aarch64", product: { name: "hiredis-0.13.3-bp152.4.3.1.aarch64", product_id: "hiredis-0.13.3-bp152.4.3.1.aarch64", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp152.4.3.1.aarch64", product: { name: "hiredis-devel-0.13.3-bp152.4.3.1.aarch64", product_id: "hiredis-devel-0.13.3-bp152.4.3.1.aarch64", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", product: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", product_id: "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp152.4.3.1.ppc64le", product: { name: "hiredis-0.13.3-bp152.4.3.1.ppc64le", product_id: "hiredis-0.13.3-bp152.4.3.1.ppc64le", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", product: { name: "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", product_id: "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", product: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", product_id: "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp152.4.3.1.s390x", product: { name: "hiredis-0.13.3-bp152.4.3.1.s390x", product_id: "hiredis-0.13.3-bp152.4.3.1.s390x", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp152.4.3.1.s390x", product: { name: "hiredis-devel-0.13.3-bp152.4.3.1.s390x", product_id: "hiredis-devel-0.13.3-bp152.4.3.1.s390x", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp152.4.3.1.s390x", product: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.s390x", product_id: "libhiredis0_13-0.13.3-bp152.4.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "hiredis-0.13.3-bp152.4.3.1.x86_64", product: { name: "hiredis-0.13.3-bp152.4.3.1.x86_64", product_id: "hiredis-0.13.3-bp152.4.3.1.x86_64", }, }, { category: "product_version", name: "hiredis-devel-0.13.3-bp152.4.3.1.x86_64", product: { name: "hiredis-devel-0.13.3-bp152.4.3.1.x86_64", product_id: "hiredis-devel-0.13.3-bp152.4.3.1.x86_64", }, }, { category: "product_version", name: "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", product: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", product_id: "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Package Hub 15 SP2", product: { name: "SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2", }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64", }, product_reference: "hiredis-0.13.3-bp152.4.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le", }, product_reference: "hiredis-0.13.3-bp152.4.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x", }, product_reference: "hiredis-0.13.3-bp152.4.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64", }, product_reference: "hiredis-0.13.3-bp152.4.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64", }, product_reference: "hiredis-devel-0.13.3-bp152.4.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", }, product_reference: "hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x", }, product_reference: "hiredis-devel-0.13.3-bp152.4.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hiredis-devel-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64", }, product_reference: "hiredis-devel-0.13.3-bp152.4.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", }, product_reference: "libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", }, product_reference: "libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.s390x as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x", }, product_reference: "libhiredis0_13-0.13.3-bp152.4.3.1.s390x", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64 as component of SUSE Package Hub 15 SP2", product_id: "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", }, product_reference: "libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", relates_to_product_reference: "SUSE Package Hub 15 SP2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32765", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32765", }, ], notes: [ { category: "general", text: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32765", url: "https://www.suse.com/security/cve/CVE-2021-32765", }, { category: "external", summary: "SUSE Bug 1191331 for CVE-2021-32765", url: "https://bugzilla.suse.com/1191331", }, ], 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 Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:hiredis-devel-0.13.3-bp152.4.3.1.x86_64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.aarch64", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.ppc64le", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.s390x", "SUSE Package Hub 15 SP2:libhiredis0_13-0.13.3-bp152.4.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-12-09T17:06:55Z", details: "important", }, ], title: "CVE-2021-32765", }, ], }
fkie_cve-2021-32765
Vulnerability from fkie_nvd
Published
2021-10-04 21:15
Modified
2024-11-21 06:07
Severity ?
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
redis | hiredis | * | |
debian | debian_linux | 9.0 | |
netapp | management_services_for_element_software_and_netapp_hci | - |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*", matchCriteriaId: "EBEAD2D5-FEAD-4157-A3CE-B7E13C4C1AF5", versionEndExcluding: "1.0.1", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", matchCriteriaId: "DEECE5FC-CACF-4496-A3E7-164736409252", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*", matchCriteriaId: "FDAC85F0-93AF-4BE3-AE1A-8ADAF1CDF9AB", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", }, { lang: "es", value: "Hiredis es una librería cliente minimalista en C para la base de datos Redis. En las versiones afectadas, Hiredis es vulnerable al desbordamiento de enteros si se proporcionan datos del protocolo \"RESP\" \"multi-bulk\" maliciosamente diseñados o corruptos. Cuando se analizan las respuestas \"multi-bulk\" (tipo array), hiredis no comprueba si \"count * sizeof(redisReply*)\" puede representarse en \"SIZE_MAX\". Si no puede, y la llamada a \"calloc()\" no hace por sí misma esta comprobación, se produciría una asignación corta y el consiguiente desbordamiento del búfer. Los usuarios de hiredis que no puedan actualizar pueden establecer la opción de contexto [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) a un valor lo suficientemente pequeño como para que no sea posible el desbordamiento", }, ], id: "CVE-2021-32765", lastModified: "2024-11-21T06:07:41.780", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "SINGLE", availabilityImpact: "PARTIAL", baseScore: 6.5, confidentialityImpact: "PARTIAL", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:L/Au:S/C:P/I:P/A:P", version: "2.0", }, exploitabilityScore: 8, impactScore: 6.4, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 5.9, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-10-04T21:15:12.527", references: [ { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { source: "security-advisories@github.com", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { source: "security-advisories@github.com", tags: [ "Mailing List", "Third Party Advisory", ], url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202210-32", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Mailing List", "Third Party Advisory", ], url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202210-32", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-190", }, { lang: "en", value: "CWE-680", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-190", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
gsd-2021-32765
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.
Aliases
Aliases
{ GSD: { alias: "CVE-2021-32765", description: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", id: "GSD-2021-32765", references: [ "https://www.suse.com/security/cve/CVE-2021-32765.html", "https://advisories.mageia.org/CVE-2021-32765.html", "https://security.archlinux.org/CVE-2021-32765", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-32765", ], details: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", id: "GSD-2021-32765", modified: "2023-12-13T01:23:08.799683Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-32765", STATE: "PUBLIC", TITLE: "Integer Overflow to Buffer Overflow in Hiredis", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "hiredis", version: { version_data: [ { version_value: "< 1.0.1", }, ], }, }, ], }, vendor_name: "redis", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-190: Integer Overflow or Wraparound", }, ], }, { description: [ { lang: "eng", value: "CWE-680: Integer Overflow to Buffer Overflow", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", refsource: "CONFIRM", url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { name: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", refsource: "MISC", url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { name: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", refsource: "MISC", url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, { name: "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update", refsource: "MLIST", url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { name: "https://security.netapp.com/advisory/ntap-20211104-0003/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { name: "GLSA-202210-32", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202210-32", }, ], }, source: { advisory: "GHSA-hfm9-39pp-55p2", discovery: "UNKNOWN", }, }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "1.0.1", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:netapp:management_services_for_element_software_and_netapp_hci:-:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-32765", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk` protocol data. When parsing `multi-bulk` (array-like) replies, hiredis fails to check if `count * sizeof(redisReply*)` can be represented in `SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make this check, it would result in a short allocation and subsequent buffer overflow. Users of hiredis who are unable to update may set the [maxelements](https://github.com/redis/hiredis#reader-max-array-elements) context option to a value small enough that no overflow is possible.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-190", }, ], }, ], }, references: { reference_data: [ { name: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://wiki.sei.cmu.edu/confluence/display/c/MEM07-C.+Ensure+that+the+arguments+to+calloc%28%29%2C+when+multiplied%2C+do+not+wrap", }, { name: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", refsource: "CONFIRM", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2", }, { name: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/redis/hiredis/commit/76a7b10005c70babee357a7d0f2becf28ec7ed1e", }, { name: "[debian-lts-announce] 20211012 [SECURITY] [DLA 2783-1] hiredis security update", refsource: "MLIST", tags: [ "Mailing List", "Third Party Advisory", ], url: "https://lists.debian.org/debian-lts-announce/2021/10/msg00007.html", }, { name: "https://security.netapp.com/advisory/ntap-20211104-0003/", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211104-0003/", }, { name: "GLSA-202210-32", refsource: "GENTOO", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202210-32", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "SINGLE", availabilityImpact: "PARTIAL", baseScore: 6.5, confidentialityImpact: "PARTIAL", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:L/Au:S/C:P/I:P/A:P", version: "2.0", }, exploitabilityScore: 8, impactScore: 6.4, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "MEDIUM", userInteractionRequired: false, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 5.9, }, }, lastModifiedDate: "2022-12-07T01:52Z", publishedDate: "2021-10-04T21:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.